// This is a generated file - do not edit. // // Generated from user-attributes.proto. // @dart = 3.3 // ignore_for_file: annotate_overrides, camel_case_types, comment_references // ignore_for_file: constant_identifier_names // ignore_for_file: curly_braces_in_flow_control_structures // ignore_for_file: deprecated_member_use_from_same_package, library_prefixes // ignore_for_file: non_constant_identifier_names, unused_import import 'dart:convert' as $convert; import 'dart:core' as $core; import 'dart:typed_data' as $typed_data; @$core.Deprecated('Use bookingPermissionDescriptor instead') const BookingPermission$json = { '1': 'BookingPermission', '2': [ {'1': 'BOOKING_PERMISSION_UNKNOWN', '2': 0}, {'1': 'BOOKING_PERMISSION_FORBIDDEN', '2': 1}, {'1': 'BOOKING_PERMISSION_BOOK', '2': 2}, ], }; /// Descriptor for `BookingPermission`. Decode as a `google.protobuf.EnumDescriptorProto`. final $typed_data.Uint8List bookingPermissionDescriptor = $convert.base64Decode( 'ChFCb29raW5nUGVybWlzc2lvbhIeChpCT09LSU5HX1BFUk1JU1NJT05fVU5LTk9XThAAEiAKHE' 'JPT0tJTkdfUEVSTUlTU0lPTl9GT1JCSURERU4QARIbChdCT09LSU5HX1BFUk1JU1NJT05fQk9P' 'SxAC'); @$core.Deprecated('Use userAttributeDescriptor instead') const UserAttribute$json = { '1': 'UserAttribute', '2': [ {'1': 'ProjectID', '3': 1, '4': 1, '5': 9, '10': 'ProjectID'}, {'1': 'UserID', '3': 2, '4': 1, '5': 9, '10': 'UserID'}, {'1': 'PartnerID', '3': 3, '4': 1, '5': 9, '10': 'PartnerID'}, {'1': 'RestrictionActorIDs', '3': 4, '4': 3, '5': 11, '6': '.api.RestrictionActorIDs', '10': 'RestrictionActorIDs'}, {'1': 'BookingAuthorizations', '3': 5, '4': 3, '5': 11, '6': '.api.BookingAuthorization', '10': 'BookingAuthorizations'}, ], }; /// Descriptor for `UserAttribute`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List userAttributeDescriptor = $convert.base64Decode( 'Cg1Vc2VyQXR0cmlidXRlEhwKCVByb2plY3RJRBgBIAEoCVIJUHJvamVjdElEEhYKBlVzZXJJRB' 'gCIAEoCVIGVXNlcklEEhwKCVBhcnRuZXJJRBgDIAEoCVIJUGFydG5lcklEEkoKE1Jlc3RyaWN0' 'aW9uQWN0b3JJRHMYBCADKAsyGC5hcGkuUmVzdHJpY3Rpb25BY3RvcklEc1ITUmVzdHJpY3Rpb2' '5BY3RvcklEcxJPChVCb29raW5nQXV0aG9yaXphdGlvbnMYBSADKAsyGS5hcGkuQm9va2luZ0F1' 'dGhvcml6YXRpb25SFUJvb2tpbmdBdXRob3JpemF0aW9ucw=='); @$core.Deprecated('Use restrictionActorIDsDescriptor instead') const RestrictionActorIDs$json = { '1': 'RestrictionActorIDs', '2': [ {'1': 'RestrictionID', '3': 1, '4': 1, '5': 9, '10': 'RestrictionID'}, {'1': 'ActorIDs', '3': 2, '4': 3, '5': 9, '10': 'ActorIDs'}, ], }; /// Descriptor for `RestrictionActorIDs`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List restrictionActorIDsDescriptor = $convert.base64Decode( 'ChNSZXN0cmljdGlvbkFjdG9ySURzEiQKDVJlc3RyaWN0aW9uSUQYASABKAlSDVJlc3RyaWN0aW' '9uSUQSGgoIQWN0b3JJRHMYAiADKAlSCEFjdG9ySURz'); @$core.Deprecated('Use bookingAuthorizationDescriptor instead') const BookingAuthorization$json = { '1': 'BookingAuthorization', '2': [ {'1': 'ActorID', '3': 1, '4': 1, '5': 9, '10': 'ActorID'}, {'1': 'LoadPermission', '3': 2, '4': 1, '5': 14, '6': '.api.BookingPermission', '10': 'LoadPermission'}, {'1': 'UnloadPermission', '3': 3, '4': 1, '5': 14, '6': '.api.BookingPermission', '10': 'UnloadPermission'}, ], }; /// Descriptor for `BookingAuthorization`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List bookingAuthorizationDescriptor = $convert.base64Decode( 'ChRCb29raW5nQXV0aG9yaXphdGlvbhIYCgdBY3RvcklEGAEgASgJUgdBY3RvcklEEj4KDkxvYW' 'RQZXJtaXNzaW9uGAIgASgOMhYuYXBpLkJvb2tpbmdQZXJtaXNzaW9uUg5Mb2FkUGVybWlzc2lv' 'bhJCChBVbmxvYWRQZXJtaXNzaW9uGAMgASgOMhYuYXBpLkJvb2tpbmdQZXJtaXNzaW9uUhBVbm' 'xvYWRQZXJtaXNzaW9u'); @$core.Deprecated('Use getUserAttributesRequestDescriptor instead') const GetUserAttributesRequest$json = { '1': 'GetUserAttributesRequest', '2': [ {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'}, {'1': 'UserID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'UserID'}, ], '7': {}, }; /// Descriptor for `GetUserAttributesRequest`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List getUserAttributesRequestDescriptor = $convert.base64Decode( 'ChhHZXRVc2VyQXR0cmlidXRlc1JlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcXVlc3' 'RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEh8KBlVzZXJJRBgCIAEoCUIH+kIEcgIQ' 'AVIGVXNlcklEOheSQRQKEtIBBkhlYWRlctIBBlVzZXJJRA=='); @$core.Deprecated('Use getUserAttributesResultDescriptor instead') const GetUserAttributesResult$json = { '1': 'GetUserAttributesResult', '2': [ {'1': 'UserAttribute', '3': 1, '4': 1, '5': 11, '6': '.api.UserAttribute', '10': 'UserAttribute'}, ], }; /// Descriptor for `GetUserAttributesResult`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List getUserAttributesResultDescriptor = $convert.base64Decode( 'ChdHZXRVc2VyQXR0cmlidXRlc1Jlc3VsdBI4Cg1Vc2VyQXR0cmlidXRlGAEgASgLMhIuYXBpLl' 'VzZXJBdHRyaWJ1dGVSDVVzZXJBdHRyaWJ1dGU='); @$core.Deprecated('Use putUserAttributesRequestDescriptor instead') const PutUserAttributesRequest$json = { '1': 'PutUserAttributesRequest', '2': [ {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'}, {'1': 'UserID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'UserID'}, {'1': 'PartnerID', '3': 3, '4': 1, '5': 9, '10': 'PartnerID'}, {'1': 'RestrictionActorIDs', '3': 4, '4': 3, '5': 11, '6': '.api.RestrictionActorIDs', '10': 'RestrictionActorIDs'}, {'1': 'BookingAuthorizations', '3': 5, '4': 3, '5': 11, '6': '.api.BookingAuthorization', '10': 'BookingAuthorizations'}, ], '7': {}, }; /// Descriptor for `PutUserAttributesRequest`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List putUserAttributesRequestDescriptor = $convert.base64Decode( 'ChhQdXRVc2VyQXR0cmlidXRlc1JlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcXVlc3' 'RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEh8KBlVzZXJJRBgCIAEoCUIH+kIEcgIQ' 'AVIGVXNlcklEEhwKCVBhcnRuZXJJRBgDIAEoCVIJUGFydG5lcklEEkoKE1Jlc3RyaWN0aW9uQW' 'N0b3JJRHMYBCADKAsyGC5hcGkuUmVzdHJpY3Rpb25BY3RvcklEc1ITUmVzdHJpY3Rpb25BY3Rv' 'cklEcxJPChVCb29raW5nQXV0aG9yaXphdGlvbnMYBSADKAsyGS5hcGkuQm9va2luZ0F1dGhvcm' 'l6YXRpb25SFUJvb2tpbmdBdXRob3JpemF0aW9uczojkkEgCh7SAQZIZWFkZXLSAQZVc2VySUTS' 'AQlQYXJ0bmVySUQ='); @$core.Deprecated('Use putUserAttributesResultDescriptor instead') const PutUserAttributesResult$json = { '1': 'PutUserAttributesResult', '2': [ {'1': 'UserAttribute', '3': 1, '4': 1, '5': 11, '6': '.api.UserAttribute', '10': 'UserAttribute'}, ], }; /// Descriptor for `PutUserAttributesResult`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List putUserAttributesResultDescriptor = $convert.base64Decode( 'ChdQdXRVc2VyQXR0cmlidXRlc1Jlc3VsdBI4Cg1Vc2VyQXR0cmlidXRlGAEgASgLMhIuYXBpLl' 'VzZXJBdHRyaWJ1dGVSDVVzZXJBdHRyaWJ1dGU='); @$core.Deprecated('Use deleteUserAttributesRequestDescriptor instead') const DeleteUserAttributesRequest$json = { '1': 'DeleteUserAttributesRequest', '2': [ {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'}, {'1': 'UserID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'UserID'}, ], '7': {}, }; /// Descriptor for `DeleteUserAttributesRequest`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List deleteUserAttributesRequestDescriptor = $convert.base64Decode( 'ChtEZWxldGVVc2VyQXR0cmlidXRlc1JlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcX' 'Vlc3RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEh8KBlVzZXJJRBgCIAEoCUIH+kIE' 'cgIQAVIGVXNlcklEOheSQRQKEtIBBkhlYWRlctIBBlVzZXJJRA=='); @$core.Deprecated('Use deleteUserAttributesResultDescriptor instead') const DeleteUserAttributesResult$json = { '1': 'DeleteUserAttributesResult', }; /// Descriptor for `DeleteUserAttributesResult`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List deleteUserAttributesResultDescriptor = $convert.base64Decode( 'ChpEZWxldGVVc2VyQXR0cmlidXRlc1Jlc3VsdA=='); @$core.Deprecated('Use listUserAttributesRequestDescriptor instead') const ListUserAttributesRequest$json = { '1': 'ListUserAttributesRequest', '2': [ {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'}, {'1': 'PartnerID', '3': 2, '4': 1, '5': 9, '10': 'PartnerID'}, ], '7': {}, }; /// Descriptor for `ListUserAttributesRequest`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List listUserAttributesRequestDescriptor = $convert.base64Decode( 'ChlMaXN0VXNlckF0dHJpYnV0ZXNSZXF1ZXN0EjsKBkhlYWRlchgBIAEoCzIZLmFwaS5SZXF1ZX' 'N0UHJvamVjdEhlYWRlckII+kIFigECEAFSBkhlYWRlchIcCglQYXJ0bmVySUQYAiABKAlSCVBh' 'cnRuZXJJRDoOkkELCgnSAQZIZWFkZXI='); @$core.Deprecated('Use listUserAttributesResultDescriptor instead') const ListUserAttributesResult$json = { '1': 'ListUserAttributesResult', '2': [ {'1': 'UserAttributes', '3': 1, '4': 3, '5': 11, '6': '.api.UserAttribute', '10': 'UserAttributes'}, ], }; /// Descriptor for `ListUserAttributesResult`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List listUserAttributesResultDescriptor = $convert.base64Decode( 'ChhMaXN0VXNlckF0dHJpYnV0ZXNSZXN1bHQSOgoOVXNlckF0dHJpYnV0ZXMYASADKAsyEi5hcG' 'kuVXNlckF0dHJpYnV0ZVIOVXNlckF0dHJpYnV0ZXM='); @$core.Deprecated('Use deleteForProjectUserAttributesRequestDescriptor instead') const DeleteForProjectUserAttributesRequest$json = { '1': 'DeleteForProjectUserAttributesRequest', '2': [ {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'}, ], '7': {}, }; /// Descriptor for `DeleteForProjectUserAttributesRequest`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List deleteForProjectUserAttributesRequestDescriptor = $convert.base64Decode( 'CiVEZWxldGVGb3JQcm9qZWN0VXNlckF0dHJpYnV0ZXNSZXF1ZXN0EjsKBkhlYWRlchgBIAEoCz' 'IZLmFwaS5SZXF1ZXN0UHJvamVjdEhlYWRlckII+kIFigECEAFSBkhlYWRlcjoOkkELCgnSAQZI' 'ZWFkZXI='); @$core.Deprecated('Use deleteForProjectUserAttributesResultDescriptor instead') const DeleteForProjectUserAttributesResult$json = { '1': 'DeleteForProjectUserAttributesResult', }; /// Descriptor for `DeleteForProjectUserAttributesResult`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List deleteForProjectUserAttributesResultDescriptor = $convert.base64Decode( 'CiREZWxldGVGb3JQcm9qZWN0VXNlckF0dHJpYnV0ZXNSZXN1bHQ=');