gimlet-api 0.0.0.dev0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. gimlet_api-0.0.0.dev0.dist-info/METADATA +16 -0
  2. gimlet_api-0.0.0.dev0.dist-info/RECORD +41 -0
  3. gimlet_api-0.0.0.dev0.dist-info/WHEEL +4 -0
  4. gml/__init__.py +17 -0
  5. gml/_utils.py +41 -0
  6. gml/client.py +297 -0
  7. gml/compile.py +61 -0
  8. gml/model.py +149 -0
  9. gml/preprocessing.py +77 -0
  10. gml/proto/gogoproto/gogo_pb2.py +101 -0
  11. gml/proto/mediapipe/framework/calculator_contract_test_pb2.py +32 -0
  12. gml/proto/mediapipe/framework/calculator_options_pb2.py +28 -0
  13. gml/proto/mediapipe/framework/calculator_pb2.py +56 -0
  14. gml/proto/mediapipe/framework/calculator_profile_pb2.py +47 -0
  15. gml/proto/mediapipe/framework/mediapipe_options_pb2.py +26 -0
  16. gml/proto/mediapipe/framework/packet_factory_pb2.py +30 -0
  17. gml/proto/mediapipe/framework/packet_generator_pb2.py +32 -0
  18. gml/proto/mediapipe/framework/packet_test_pb2.py +32 -0
  19. gml/proto/mediapipe/framework/status_handler_pb2.py +27 -0
  20. gml/proto/mediapipe/framework/stream_handler_pb2.py +29 -0
  21. gml/proto/mediapipe/framework/test_calculators_pb2.py +32 -0
  22. gml/proto/mediapipe/framework/thread_pool_executor_pb2.py +30 -0
  23. gml/proto/opentelemetry/proto/common/v1/common_pb2.py +34 -0
  24. gml/proto/opentelemetry/proto/metrics/v1/metrics_pb2.py +62 -0
  25. gml/proto/opentelemetry/proto/resource/v1/resource_pb2.py +27 -0
  26. gml/proto/src/api/corepb/v1/controlplane_pb2.py +56 -0
  27. gml/proto/src/api/corepb/v1/cp_edge_pb2.py +117 -0
  28. gml/proto/src/api/corepb/v1/mediastream_pb2.py +64 -0
  29. gml/proto/src/api/corepb/v1/model_exec_pb2.py +174 -0
  30. gml/proto/src/common/typespb/jwt_pb2.py +61 -0
  31. gml/proto/src/common/typespb/status_pb2.py +29 -0
  32. gml/proto/src/common/typespb/uuid_pb2.py +26 -0
  33. gml/proto/src/controlplane/directory/directorypb/v1/directory_pb2.py +115 -0
  34. gml/proto/src/controlplane/directory/directorypb/v1/directory_pb2_grpc.py +452 -0
  35. gml/proto/src/controlplane/filetransfer/ftpb/v1/ftpb_pb2.py +70 -0
  36. gml/proto/src/controlplane/filetransfer/ftpb/v1/ftpb_pb2_grpc.py +231 -0
  37. gml/proto/src/controlplane/logicalpipeline/lppb/v1/lppb_pb2.py +59 -0
  38. gml/proto/src/controlplane/logicalpipeline/lppb/v1/lppb_pb2_grpc.py +132 -0
  39. gml/proto/src/controlplane/model/mpb/v1/mpb_pb2.py +47 -0
  40. gml/proto/src/controlplane/model/mpb/v1/mpb_pb2_grpc.py +99 -0
  41. gml/tensor.py +166 -0
@@ -0,0 +1,61 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: src/common/typespb/jwt.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+ from gml.proto.gogoproto import gogo_pb2 as gogoproto_dot_gogo__pb2
15
+
16
+
17
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1csrc/common/typespb/jwt.proto\x12\tgml.types\x1a\x14gogoproto/gogo.proto\"\xfb\x03\n\tJWTClaims\x12#\n\x08\x61udience\x18\x01 \x01(\tB\x07\xea\xde\x1f\x03\x61udR\x08\x61udience\x12&\n\nexpires_at\x18\x02 \x01(\x03\x42\x07\xea\xde\x1f\x03\x65xpR\texpiresAt\x12 \n\x03jti\x18\x03 \x01(\tB\x0e\xe2\xde\x1f\x03JTI\xea\xde\x1f\x03jtiR\x03jti\x12$\n\tissued_at\x18\x04 \x01(\x03\x42\x07\xea\xde\x1f\x03iatR\x08issuedAt\x12\x1f\n\x06issuer\x18\x05 \x01(\tB\x07\xea\xde\x1f\x03issR\x06issuer\x12&\n\nnot_before\x18\x06 \x01(\x03\x42\x07\xea\xde\x1f\x03nbfR\tnotBefore\x12!\n\x07subject\x18\x07 \x01(\tB\x07\xea\xde\x1f\x03subR\x07subject\x12\x16\n\x06scopes\x18\x08 \x03(\tR\x06scopes\x12;\n\x0buser_claims\x18\t \x01(\x0b\x32\x18.gml.types.UserJWTClaimsH\x00R\nuserClaims\x12\x44\n\x0eservice_claims\x18\n \x01(\x0b\x32\x1b.gml.types.ServiceJWTClaimsH\x00R\rserviceClaims\x12\x41\n\rdevice_claims\x18\x0b \x01(\x0b\x32\x1a.gml.types.DeviceJWTClaimsH\x00R\x0c\x64\x65viceClaimsB\x0f\n\rcustom_claims\"\x8a\x02\n\rUserJWTClaims\x12-\n\x07user_id\x18\x01 \x01(\tB\x14\xe2\xde\x1f\x06UserID\xea\xde\x1f\x06userIDR\x06userId\x12\x14\n\x05\x65mail\x18\x02 \x01(\tR\x05\x65mail\x12U\n\x0e\x61uthorizations\x18\x03 \x03(\x0b\x32-.gml.types.UserJWTClaims.AuthorizationDetailsR\x0e\x61uthorizations\x1a]\n\x14\x41uthorizationDetails\x12\x16\n\x06scopes\x18\x01 \x03(\tR\x06scopes\x12-\n\x07org_ids\x18\x02 \x03(\tB\x14\xe2\xde\x1f\x06OrgIDs\xea\xde\x1f\x06orgIDsR\x06orgIds\"M\n\x10ServiceJWTClaims\x12\x39\n\nservice_id\x18\x01 \x01(\tB\x1a\xe2\xde\x1f\tServiceID\xea\xde\x1f\tserviceIDR\tserviceId\"\xbf\x01\n\x0f\x44\x65viceJWTClaims\x12\x35\n\tdevice_id\x18\x01 \x01(\tB\x18\xe2\xde\x1f\x08\x44\x65viceID\xea\xde\x1f\x08\x64\x65viceIDR\x08\x64\x65viceId\x12\x31\n\x08\x66leet_id\x18\x02 \x01(\tB\x16\xe2\xde\x1f\x07\x46leetID\xea\xde\x1f\x07\x66leetIDR\x07\x66leetId\x12\x42\n\rdeploy_key_id\x18\x03 \x01(\tB\x1e\xe2\xde\x1f\x0b\x44\x65ployKeyID\xea\xde\x1f\x0b\x64\x65ployKeyIDR\x0b\x64\x65ployKeyIdB1Z/gimletlabs.ai/gimlet/src/common/typespb;typespbb\x06proto3')
18
+
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'src.common.typespb.jwt_pb2', globals())
21
+ if _descriptor._USE_C_DESCRIPTORS == False:
22
+
23
+ DESCRIPTOR._options = None
24
+ DESCRIPTOR._serialized_options = b'Z/gimletlabs.ai/gimlet/src/common/typespb;typespb'
25
+ _JWTCLAIMS.fields_by_name['audience']._options = None
26
+ _JWTCLAIMS.fields_by_name['audience']._serialized_options = b'\352\336\037\003aud'
27
+ _JWTCLAIMS.fields_by_name['expires_at']._options = None
28
+ _JWTCLAIMS.fields_by_name['expires_at']._serialized_options = b'\352\336\037\003exp'
29
+ _JWTCLAIMS.fields_by_name['jti']._options = None
30
+ _JWTCLAIMS.fields_by_name['jti']._serialized_options = b'\342\336\037\003JTI\352\336\037\003jti'
31
+ _JWTCLAIMS.fields_by_name['issued_at']._options = None
32
+ _JWTCLAIMS.fields_by_name['issued_at']._serialized_options = b'\352\336\037\003iat'
33
+ _JWTCLAIMS.fields_by_name['issuer']._options = None
34
+ _JWTCLAIMS.fields_by_name['issuer']._serialized_options = b'\352\336\037\003iss'
35
+ _JWTCLAIMS.fields_by_name['not_before']._options = None
36
+ _JWTCLAIMS.fields_by_name['not_before']._serialized_options = b'\352\336\037\003nbf'
37
+ _JWTCLAIMS.fields_by_name['subject']._options = None
38
+ _JWTCLAIMS.fields_by_name['subject']._serialized_options = b'\352\336\037\003sub'
39
+ _USERJWTCLAIMS_AUTHORIZATIONDETAILS.fields_by_name['org_ids']._options = None
40
+ _USERJWTCLAIMS_AUTHORIZATIONDETAILS.fields_by_name['org_ids']._serialized_options = b'\342\336\037\006OrgIDs\352\336\037\006orgIDs'
41
+ _USERJWTCLAIMS.fields_by_name['user_id']._options = None
42
+ _USERJWTCLAIMS.fields_by_name['user_id']._serialized_options = b'\342\336\037\006UserID\352\336\037\006userID'
43
+ _SERVICEJWTCLAIMS.fields_by_name['service_id']._options = None
44
+ _SERVICEJWTCLAIMS.fields_by_name['service_id']._serialized_options = b'\342\336\037\tServiceID\352\336\037\tserviceID'
45
+ _DEVICEJWTCLAIMS.fields_by_name['device_id']._options = None
46
+ _DEVICEJWTCLAIMS.fields_by_name['device_id']._serialized_options = b'\342\336\037\010DeviceID\352\336\037\010deviceID'
47
+ _DEVICEJWTCLAIMS.fields_by_name['fleet_id']._options = None
48
+ _DEVICEJWTCLAIMS.fields_by_name['fleet_id']._serialized_options = b'\342\336\037\007FleetID\352\336\037\007fleetID'
49
+ _DEVICEJWTCLAIMS.fields_by_name['deploy_key_id']._options = None
50
+ _DEVICEJWTCLAIMS.fields_by_name['deploy_key_id']._serialized_options = b'\342\336\037\013DeployKeyID\352\336\037\013deployKeyID'
51
+ _JWTCLAIMS._serialized_start=66
52
+ _JWTCLAIMS._serialized_end=573
53
+ _USERJWTCLAIMS._serialized_start=576
54
+ _USERJWTCLAIMS._serialized_end=842
55
+ _USERJWTCLAIMS_AUTHORIZATIONDETAILS._serialized_start=749
56
+ _USERJWTCLAIMS_AUTHORIZATIONDETAILS._serialized_end=842
57
+ _SERVICEJWTCLAIMS._serialized_start=844
58
+ _SERVICEJWTCLAIMS._serialized_end=921
59
+ _DEVICEJWTCLAIMS._serialized_start=924
60
+ _DEVICEJWTCLAIMS._serialized_end=1115
61
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,29 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: src/common/typespb/status.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+ from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2
15
+
16
+
17
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fsrc/common/typespb/status.proto\x12\tgml.types\x1a\x19google/protobuf/any.proto\"v\n\x06Status\x12*\n\x08\x65rr_code\x18\x01 \x01(\x0e\x32\x0f.gml.types.CodeR\x07\x65rrCode\x12\x10\n\x03msg\x18\x02 \x01(\tR\x03msg\x12.\n\x07\x63ontext\x18\x03 \x01(\x0b\x32\x14.google.protobuf.AnyR\x07\x63ontext*\xe1\x02\n\x04\x43ode\x12\x0b\n\x07\x43ODE_OK\x10\x00\x12\x12\n\x0e\x43ODE_CANCELLED\x10\x01\x12\x10\n\x0c\x43ODE_UNKNOWN\x10\x02\x12\x19\n\x15\x43ODE_INVALID_ARGUMENT\x10\x03\x12\x1a\n\x16\x43ODE_DEADLINE_EXCEEDED\x10\x04\x12\x12\n\x0e\x43ODE_NOT_FOUND\x10\x05\x12\x17\n\x13\x43ODE_ALREADY_EXISTS\x10\x06\x12\x1a\n\x16\x43ODE_PERMISSION_DENIED\x10\x07\x12\x18\n\x14\x43ODE_UNAUTHENTICATED\x10\x08\x12\x11\n\rCODE_INTERNAL\x10\t\x12\x16\n\x12\x43ODE_UNIMPLEMENTED\x10\n\x12\x1d\n\x19\x43ODE_RESOURCE_UNAVAILABLE\x10\x0b\x12\x0f\n\x0b\x43ODE_SYSTEM\x10\x0c\x12\x1c\n\x18\x43ODE_FAILED_PRECONDITION\x10\r\x12\x13\n\x0f\x43ODE_DO_NOT_USE\x10\x64\x42\x31Z/gimletlabs.ai/gimlet/src/common/typespb;typespbb\x06proto3')
18
+
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'src.common.typespb.status_pb2', globals())
21
+ if _descriptor._USE_C_DESCRIPTORS == False:
22
+
23
+ DESCRIPTOR._options = None
24
+ DESCRIPTOR._serialized_options = b'Z/gimletlabs.ai/gimlet/src/common/typespb;typespb'
25
+ _CODE._serialized_start=194
26
+ _CODE._serialized_end=547
27
+ _STATUS._serialized_start=73
28
+ _STATUS._serialized_end=191
29
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,26 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: src/common/typespb/uuid.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+
15
+
16
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1dsrc/common/typespb/uuid.proto\x12\tgml.types\">\n\x04UUID\x12\x1b\n\thigh_bits\x18\x01 \x01(\x04R\x08highBits\x12\x19\n\x08low_bits\x18\x02 \x01(\x04R\x07lowBitsB1Z/gimletlabs.ai/gimlet/src/common/typespb;typespbb\x06proto3')
17
+
18
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
19
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'src.common.typespb.uuid_pb2', globals())
20
+ if _descriptor._USE_C_DESCRIPTORS == False:
21
+
22
+ DESCRIPTOR._options = None
23
+ DESCRIPTOR._serialized_options = b'Z/gimletlabs.ai/gimlet/src/common/typespb;typespb'
24
+ _UUID._serialized_start=44
25
+ _UUID._serialized_end=106
26
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,115 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: src/controlplane/directory/directorypb/v1/directory.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+ from gml.proto.gogoproto import gogo_pb2 as gogoproto_dot_gogo__pb2
15
+ from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
16
+ from gml.proto.src.common.typespb import uuid_pb2 as src_dot_common_dot_typespb_dot_uuid__pb2
17
+
18
+
19
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n9src/controlplane/directory/directorypb/v1/directory.proto\x12&gml.internal.controlplane.directory.v1\x1a\x14gogoproto/gogo.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dsrc/common/typespb/uuid.proto\"\xc0\x02\n\x08UserInfo\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x14\n\x05\x65mail\x18\x03 \x01(\tR\x05\x65mail\x12\x41\n\x0f\x64isplay_picture\x18\x04 \x01(\tB\x18\xf2\xde\x1f\x14\x64\x62:\"display_picture\"R\x0e\x64isplayPicture\x12G\n\x11identity_provider\x18\x05 \x01(\tB\x1a\xf2\xde\x1f\x16\x64\x62:\"identity_provider\"R\x10identityProvider\x12U\n\x10\x61uth_provider_id\x18\x06 \x01(\tB+\xe2\xde\x1f\x0e\x41uthProviderID\xf2\xde\x1f\x15\x64\x62:\"auth_provider_id\"R\x0e\x61uthProviderId\"b\n\x11UpsertUserRequest\x12M\n\tuser_info\x18\x01 \x01(\x0b\x32\x30.gml.internal.controlplane.directory.v1.UserInfoR\x08userInfo\"}\n\x12UpsertUserResponse\x12M\n\tuser_info\x18\x01 \x01(\x0b\x32\x30.gml.internal.controlplane.directory.v1.UserInfoR\x08userInfo\x12\x18\n\x07\x63reated\x18\x02 \x01(\x08R\x07\x63reated\"9\n\x0eGetUserRequest\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\"`\n\x0fGetUserResponse\x12M\n\tuser_info\x18\x01 \x01(\x0b\x32\x30.gml.internal.controlplane.directory.v1.UserInfoR\x08userInfo\"\x83\x01\n\x11UpdateUserRequest\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\x12\x45\n\x0f\x64isplay_picture\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.StringValueR\x0e\x64isplayPicture\"\x14\n\x12UpdateUserResponse\"<\n\x11\x44\x65leteUserRequest\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\"\x14\n\x12\x44\x65leteUserResponse\"\\\n\x07OrgInfo\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\x12(\n\x08org_name\x18\x02 \x01(\tB\r\xf2\xde\x1f\tdb:\"name\"R\x07orgName\"\x9d\x01\n\x10\x43reateOrgRequest\x12J\n\x08org_info\x18\x01 \x01(\x0b\x32/.gml.internal.controlplane.directory.v1.OrgInfoR\x07orgInfo\x12=\n\ncreator_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\r\xe2\xde\x1f\tCreatorIDR\tcreatorId\"<\n\x11\x43reateOrgResponse\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\"S\n\rGetOrgRequest\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\x12\x19\n\x08org_name\x18\x02 \x01(\tR\x07orgName\"\\\n\x0eGetOrgResponse\x12J\n\x08org_info\x18\x01 \x01(\x0b\x32/.gml.internal.controlplane.directory.v1.OrgInfoR\x07orgInfo\";\n\x10\x44\x65leteOrgRequest\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\"\x13\n\x11\x44\x65leteOrgResponse\"\x18\n\x16GrantUserScopesRequest\"\x19\n\x17GrantUserScopesResponse\"\x19\n\x17RevokeUserScopesRequest\"\x1a\n\x18RevokeUserScopesResponse\"G\n\x0fListOrgsRequest\x12\x34\n\x07user_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\n\xe2\xde\x1f\x06UserIDR\x06userId\"H\n\x10ListOrgsResponse\x12\x34\n\x07org_ids\x18\x01 \x03(\x0b\x32\x0f.gml.types.UUIDB\n\xe2\xde\x1f\x06OrgIDsR\x06orgIds\"z\n\x0cUserRoleInfo\x12M\n\tuser_info\x18\x01 \x01(\x0b\x32\x30.gml.internal.controlplane.directory.v1.UserInfoR\x08userInfo\x12\x1b\n\trole_name\x18\x02 \x01(\tR\x08roleName\"D\n\x0fGetUsersRequest\x12\x31\n\x06org_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\t\xe2\xde\x1f\x05OrgIDR\x05orgId\"g\n\x10GetUsersResponse\x12S\n\nuser_roles\x18\x01 \x03(\x0b\x32\x34.gml.internal.controlplane.directory.v1.UserRoleInfoR\tuserRoles2\xa4\x04\n\x14UserDirectoryService\x12z\n\x07GetUser\x12\x36.gml.internal.controlplane.directory.v1.GetUserRequest\x1a\x37.gml.internal.controlplane.directory.v1.GetUserResponse\x12\x83\x01\n\nUpdateUser\x12\x39.gml.internal.controlplane.directory.v1.UpdateUserRequest\x1a:.gml.internal.controlplane.directory.v1.UpdateUserResponse\x12\x83\x01\n\nDeleteUser\x12\x39.gml.internal.controlplane.directory.v1.DeleteUserRequest\x1a:.gml.internal.controlplane.directory.v1.DeleteUserResponse\x12\x83\x01\n\nUpsertUser\x12\x39.gml.internal.controlplane.directory.v1.UpsertUserRequest\x1a:.gml.internal.controlplane.directory.v1.UpsertUserResponse2\x94\x03\n\x13OrgDirectoryService\x12\x80\x01\n\tCreateOrg\x12\x38.gml.internal.controlplane.directory.v1.CreateOrgRequest\x1a\x39.gml.internal.controlplane.directory.v1.CreateOrgResponse\x12w\n\x06GetOrg\x12\x35.gml.internal.controlplane.directory.v1.GetOrgRequest\x1a\x36.gml.internal.controlplane.directory.v1.GetOrgResponse\x12\x80\x01\n\tDeleteOrg\x12\x38.gml.internal.controlplane.directory.v1.DeleteOrgRequest\x1a\x39.gml.internal.controlplane.directory.v1.DeleteOrgResponse2\xc5\x04\n\x18OrgUserManagementService\x12\x92\x01\n\x0fGrantUserScopes\x12>.gml.internal.controlplane.directory.v1.GrantUserScopesRequest\x1a?.gml.internal.controlplane.directory.v1.GrantUserScopesResponse\x12\x95\x01\n\x10RevokeUserScopes\x12?.gml.internal.controlplane.directory.v1.RevokeUserScopesRequest\x1a@.gml.internal.controlplane.directory.v1.RevokeUserScopesResponse\x12}\n\x08ListOrgs\x12\x37.gml.internal.controlplane.directory.v1.ListOrgsRequest\x1a\x38.gml.internal.controlplane.directory.v1.ListOrgsResponse\x12}\n\x08GetUsers\x12\x37.gml.internal.controlplane.directory.v1.GetUsersRequest\x1a\x38.gml.internal.controlplane.directory.v1.GetUsersResponseBLZJgimletlabs.ai/gimlet/src/controlplane/directory/directorypb/v1;directorypbb\x06proto3')
20
+
21
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
22
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'src.controlplane.directory.directorypb.v1.directory_pb2', globals())
23
+ if _descriptor._USE_C_DESCRIPTORS == False:
24
+
25
+ DESCRIPTOR._options = None
26
+ DESCRIPTOR._serialized_options = b'ZJgimletlabs.ai/gimlet/src/controlplane/directory/directorypb/v1;directorypb'
27
+ _USERINFO.fields_by_name['id']._options = None
28
+ _USERINFO.fields_by_name['id']._serialized_options = b'\342\336\037\002ID'
29
+ _USERINFO.fields_by_name['display_picture']._options = None
30
+ _USERINFO.fields_by_name['display_picture']._serialized_options = b'\362\336\037\024db:\"display_picture\"'
31
+ _USERINFO.fields_by_name['identity_provider']._options = None
32
+ _USERINFO.fields_by_name['identity_provider']._serialized_options = b'\362\336\037\026db:\"identity_provider\"'
33
+ _USERINFO.fields_by_name['auth_provider_id']._options = None
34
+ _USERINFO.fields_by_name['auth_provider_id']._serialized_options = b'\342\336\037\016AuthProviderID\362\336\037\025db:\"auth_provider_id\"'
35
+ _GETUSERREQUEST.fields_by_name['id']._options = None
36
+ _GETUSERREQUEST.fields_by_name['id']._serialized_options = b'\342\336\037\002ID'
37
+ _UPDATEUSERREQUEST.fields_by_name['id']._options = None
38
+ _UPDATEUSERREQUEST.fields_by_name['id']._serialized_options = b'\342\336\037\002ID'
39
+ _DELETEUSERREQUEST.fields_by_name['id']._options = None
40
+ _DELETEUSERREQUEST.fields_by_name['id']._serialized_options = b'\342\336\037\002ID'
41
+ _ORGINFO.fields_by_name['id']._options = None
42
+ _ORGINFO.fields_by_name['id']._serialized_options = b'\342\336\037\002ID'
43
+ _ORGINFO.fields_by_name['org_name']._options = None
44
+ _ORGINFO.fields_by_name['org_name']._serialized_options = b'\362\336\037\tdb:\"name\"'
45
+ _CREATEORGREQUEST.fields_by_name['creator_id']._options = None
46
+ _CREATEORGREQUEST.fields_by_name['creator_id']._serialized_options = b'\342\336\037\tCreatorID'
47
+ _CREATEORGRESPONSE.fields_by_name['id']._options = None
48
+ _CREATEORGRESPONSE.fields_by_name['id']._serialized_options = b'\342\336\037\002ID'
49
+ _GETORGREQUEST.fields_by_name['id']._options = None
50
+ _GETORGREQUEST.fields_by_name['id']._serialized_options = b'\342\336\037\002ID'
51
+ _DELETEORGREQUEST.fields_by_name['id']._options = None
52
+ _DELETEORGREQUEST.fields_by_name['id']._serialized_options = b'\342\336\037\002ID'
53
+ _LISTORGSREQUEST.fields_by_name['user_id']._options = None
54
+ _LISTORGSREQUEST.fields_by_name['user_id']._serialized_options = b'\342\336\037\006UserID'
55
+ _LISTORGSRESPONSE.fields_by_name['org_ids']._options = None
56
+ _LISTORGSRESPONSE.fields_by_name['org_ids']._serialized_options = b'\342\336\037\006OrgIDs'
57
+ _GETUSERSREQUEST.fields_by_name['org_id']._options = None
58
+ _GETUSERSREQUEST.fields_by_name['org_id']._serialized_options = b'\342\336\037\005OrgID'
59
+ _USERINFO._serialized_start=187
60
+ _USERINFO._serialized_end=507
61
+ _UPSERTUSERREQUEST._serialized_start=509
62
+ _UPSERTUSERREQUEST._serialized_end=607
63
+ _UPSERTUSERRESPONSE._serialized_start=609
64
+ _UPSERTUSERRESPONSE._serialized_end=734
65
+ _GETUSERREQUEST._serialized_start=736
66
+ _GETUSERREQUEST._serialized_end=793
67
+ _GETUSERRESPONSE._serialized_start=795
68
+ _GETUSERRESPONSE._serialized_end=891
69
+ _UPDATEUSERREQUEST._serialized_start=894
70
+ _UPDATEUSERREQUEST._serialized_end=1025
71
+ _UPDATEUSERRESPONSE._serialized_start=1027
72
+ _UPDATEUSERRESPONSE._serialized_end=1047
73
+ _DELETEUSERREQUEST._serialized_start=1049
74
+ _DELETEUSERREQUEST._serialized_end=1109
75
+ _DELETEUSERRESPONSE._serialized_start=1111
76
+ _DELETEUSERRESPONSE._serialized_end=1131
77
+ _ORGINFO._serialized_start=1133
78
+ _ORGINFO._serialized_end=1225
79
+ _CREATEORGREQUEST._serialized_start=1228
80
+ _CREATEORGREQUEST._serialized_end=1385
81
+ _CREATEORGRESPONSE._serialized_start=1387
82
+ _CREATEORGRESPONSE._serialized_end=1447
83
+ _GETORGREQUEST._serialized_start=1449
84
+ _GETORGREQUEST._serialized_end=1532
85
+ _GETORGRESPONSE._serialized_start=1534
86
+ _GETORGRESPONSE._serialized_end=1626
87
+ _DELETEORGREQUEST._serialized_start=1628
88
+ _DELETEORGREQUEST._serialized_end=1687
89
+ _DELETEORGRESPONSE._serialized_start=1689
90
+ _DELETEORGRESPONSE._serialized_end=1708
91
+ _GRANTUSERSCOPESREQUEST._serialized_start=1710
92
+ _GRANTUSERSCOPESREQUEST._serialized_end=1734
93
+ _GRANTUSERSCOPESRESPONSE._serialized_start=1736
94
+ _GRANTUSERSCOPESRESPONSE._serialized_end=1761
95
+ _REVOKEUSERSCOPESREQUEST._serialized_start=1763
96
+ _REVOKEUSERSCOPESREQUEST._serialized_end=1788
97
+ _REVOKEUSERSCOPESRESPONSE._serialized_start=1790
98
+ _REVOKEUSERSCOPESRESPONSE._serialized_end=1816
99
+ _LISTORGSREQUEST._serialized_start=1818
100
+ _LISTORGSREQUEST._serialized_end=1889
101
+ _LISTORGSRESPONSE._serialized_start=1891
102
+ _LISTORGSRESPONSE._serialized_end=1963
103
+ _USERROLEINFO._serialized_start=1965
104
+ _USERROLEINFO._serialized_end=2087
105
+ _GETUSERSREQUEST._serialized_start=2089
106
+ _GETUSERSREQUEST._serialized_end=2157
107
+ _GETUSERSRESPONSE._serialized_start=2159
108
+ _GETUSERSRESPONSE._serialized_end=2262
109
+ _USERDIRECTORYSERVICE._serialized_start=2265
110
+ _USERDIRECTORYSERVICE._serialized_end=2813
111
+ _ORGDIRECTORYSERVICE._serialized_start=2816
112
+ _ORGDIRECTORYSERVICE._serialized_end=3220
113
+ _ORGUSERMANAGEMENTSERVICE._serialized_start=3223
114
+ _ORGUSERMANAGEMENTSERVICE._serialized_end=3804
115
+ # @@protoc_insertion_point(module_scope)