qwak-core 0.4.284__py3-none-any.whl → 0.4.285__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 (207) hide show
  1. _qwak_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py +8 -23
  2. _qwak_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py +10 -27
  3. _qwak_proto/qwak/administration/account/v1/account_pb2.py +22 -87
  4. _qwak_proto/qwak/administration/account/v1/account_service_pb2.py +42 -187
  5. _qwak_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +26 -114
  6. _qwak_proto/qwak/administration/account/v1/personalization_pb2.py +8 -24
  7. _qwak_proto/qwak/administration/account/v1/preferences_pb2.py +6 -14
  8. _qwak_proto/qwak/administration/account/v1/terms_pb2.py +14 -54
  9. _qwak_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +18 -67
  10. _qwak_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +8 -24
  11. _qwak_proto/qwak/administration/authenticated_user/v1/details_pb2.py +14 -54
  12. _qwak_proto/qwak/administration/cluster/v2/cluster_pb2.py +38 -173
  13. _qwak_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +6 -14
  14. _qwak_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +8 -24
  15. _qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +10 -34
  16. _qwak_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +6 -14
  17. _qwak_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +12 -44
  18. _qwak_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +8 -24
  19. _qwak_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +6 -14
  20. _qwak_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +6 -14
  21. _qwak_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +10 -34
  22. _qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +14 -54
  23. _qwak_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +6 -14
  24. _qwak_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +6 -14
  25. _qwak_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +14 -54
  26. _qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +10 -34
  27. _qwak_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +10 -34
  28. _qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +6 -14
  29. _qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +10 -34
  30. _qwak_proto/qwak/administration/v0/authentication/authentication_service_pb2.py +14 -47
  31. _qwak_proto/qwak/administration/v0/environments/configuration_pb2.py +20 -82
  32. _qwak_proto/qwak/administration/v0/environments/environment_pb2.py +12 -40
  33. _qwak_proto/qwak/administration/v0/environments/environment_service_pb2.py +36 -158
  34. _qwak_proto/qwak/administration/v0/environments/personalization_pb2.py +8 -24
  35. _qwak_proto/qwak/administration/v0/users/user_pb2.py +18 -71
  36. _qwak_proto/qwak/admiral/secret/v0/secret_pb2.py +26 -115
  37. _qwak_proto/qwak/admiral/secret/v0/secret_service_pb2.py +18 -67
  38. _qwak_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +18 -67
  39. _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +38 -174
  40. _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +22 -87
  41. _qwak_proto/qwak/analytics/analytics_pb2.py +26 -121
  42. _qwak_proto/qwak/analytics/analytics_service_pb2.py +46 -207
  43. _qwak_proto/qwak/artifactory_settings/artifactory_settings_pb2.py +8 -24
  44. _qwak_proto/qwak/audience/v1/audience_api_pb2.py +30 -127
  45. _qwak_proto/qwak/audience/v1/audience_pb2.py +26 -113
  46. _qwak_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +18 -79
  47. _qwak_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +10 -27
  48. _qwak_proto/qwak/automation/v1/action_pb2.py +40 -180
  49. _qwak_proto/qwak/automation/v1/auto_scaling_pb2.py +18 -79
  50. _qwak_proto/qwak/automation/v1/automation_execution_pb2.py +12 -43
  51. _qwak_proto/qwak/automation/v1/automation_management_service_pb2.py +56 -258
  52. _qwak_proto/qwak/automation/v1/automation_pb2.py +10 -34
  53. _qwak_proto/qwak/automation/v1/common_pb2.py +10 -35
  54. _qwak_proto/qwak/automation/v1/notification_pb2.py +16 -68
  55. _qwak_proto/qwak/automation/v1/trigger_pb2.py +14 -54
  56. _qwak_proto/qwak/batch_job/v1/batch_job_events_pb2.py +26 -116
  57. _qwak_proto/qwak/batch_job/v1/batch_job_resources_pb2.py +8 -26
  58. _qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.py +118 -561
  59. _qwak_proto/qwak/build/v1/build_api_pb2.py +86 -407
  60. _qwak_proto/qwak/build/v1/build_pb2.py +114 -549
  61. _qwak_proto/qwak/build_settings/build_settings_api_pb2.py +18 -67
  62. _qwak_proto/qwak/build_settings/build_settings_pb2.py +18 -74
  63. _qwak_proto/qwak/builds/build_pb2.py +44 -206
  64. _qwak_proto/qwak/builds/build_url_pb2.py +26 -113
  65. _qwak_proto/qwak/builds/builds_orchestrator_service_pb2.py +58 -269
  66. _qwak_proto/qwak/builds/builds_pb2.py +110 -519
  67. _qwak_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +12 -37
  68. _qwak_proto/qwak/data_versioning/data_versioning_pb2.py +8 -24
  69. _qwak_proto/qwak/data_versioning/data_versioning_service_pb2.py +14 -47
  70. _qwak_proto/qwak/deployment/alert_pb2.py +24 -108
  71. _qwak_proto/qwak/deployment/alert_service_pb2.py +30 -127
  72. _qwak_proto/qwak/deployment/deployment_messages_pb2.py +6 -14
  73. _qwak_proto/qwak/deployment/deployment_pb2.py +124 -588
  74. _qwak_proto/qwak/deployment/deployment_service_pb2.py +86 -419
  75. _qwak_proto/qwak/ecosystem/jfrog/v0/token_pb2.py +36 -164
  76. _qwak_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +22 -87
  77. _qwak_proto/qwak/ecosystem/v0/credentials_pb2.py +10 -34
  78. _qwak_proto/qwak/ecosystem/v0/ecosystem_pb2.py +30 -138
  79. _qwak_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +52 -237
  80. _qwak_proto/qwak/execution/v1/backfill_pb2.py +18 -74
  81. _qwak_proto/qwak/execution/v1/batch_pb2.py +10 -34
  82. _qwak_proto/qwak/execution/v1/deletion_pb2.py +12 -44
  83. _qwak_proto/qwak/execution/v1/execution_pb2.py +16 -69
  84. _qwak_proto/qwak/execution/v1/execution_service_pb2.py +64 -298
  85. _qwak_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +6 -14
  86. _qwak_proto/qwak/execution/v1/jobs/job_pb2.py +18 -76
  87. _qwak_proto/qwak/execution/v1/jobs/job_service_pb2.py +54 -247
  88. _qwak_proto/qwak/execution/v1/jobs/reports/report_pb2.py +20 -84
  89. _qwak_proto/qwak/execution/v1/state/execution_state_pb2.py +6 -14
  90. _qwak_proto/qwak/execution/v1/state/execution_state_service_pb2.py +30 -127
  91. _qwak_proto/qwak/execution/v1/state/featureset_state_pb2.py +6 -14
  92. _qwak_proto/qwak/execution/v1/state/spark_execution_state_pb2.py +14 -68
  93. _qwak_proto/qwak/execution/v1/streaming_aggregation_pb2.py +14 -54
  94. _qwak_proto/qwak/execution/v1/streaming_pb2.py +12 -44
  95. _qwak_proto/qwak/feature_store/entities/entity_pb2.py +16 -57
  96. _qwak_proto/qwak/feature_store/entities/entity_service_pb2.py +30 -127
  97. _qwak_proto/qwak/feature_store/features/aggregation_pb2.py +38 -175
  98. _qwak_proto/qwak/feature_store/features/deployment_pb2.py +36 -167
  99. _qwak_proto/qwak/feature_store/features/deployment_service_pb2.py +10 -27
  100. _qwak_proto/qwak/feature_store/features/execution_pb2.py +14 -56
  101. _qwak_proto/qwak/feature_store/features/feature_set_attribute_pb2.py +6 -14
  102. _qwak_proto/qwak/feature_store/features/feature_set_pb2.py +34 -155
  103. _qwak_proto/qwak/feature_store/features/feature_set_service_pb2.py +92 -439
  104. _qwak_proto/qwak/feature_store/features/feature_set_state_pb2.py +38 -181
  105. _qwak_proto/qwak/feature_store/features/feature_set_state_service_pb2.py +26 -107
  106. _qwak_proto/qwak/feature_store/features/feature_set_types_pb2.py +74 -346
  107. _qwak_proto/qwak/feature_store/features/monitoring_pb2.py +10 -34
  108. _qwak_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +32 -143
  109. _qwak_proto/qwak/feature_store/jobs/job_pb2.py +12 -46
  110. _qwak_proto/qwak/feature_store/jobs/job_service_pb2.py +30 -127
  111. _qwak_proto/qwak/feature_store/jobs/v1/job_pb2.py +12 -45
  112. _qwak_proto/qwak/feature_store/jobs/v1/job_service_pb2.py +42 -187
  113. _qwak_proto/qwak/feature_store/platform/platform_details_pb2.py +8 -24
  114. _qwak_proto/qwak/feature_store/reports/report_pb2.py +14 -53
  115. _qwak_proto/qwak/feature_store/repository/common/platform_pb2.py +10 -34
  116. _qwak_proto/qwak/feature_store/serving/management_pb2.py +14 -47
  117. _qwak_proto/qwak/feature_store/serving/metadata_pb2.py +12 -44
  118. _qwak_proto/qwak/feature_store/serving/serving_pb2.py +50 -222
  119. _qwak_proto/qwak/feature_store/serving/v1/value_pb2.py +8 -24
  120. _qwak_proto/qwak/feature_store/sinks/sink_pb2.py +14 -54
  121. _qwak_proto/qwak/feature_store/sources/batch_pb2.py +70 -334
  122. _qwak_proto/qwak/feature_store/sources/data_source_attribute_pb2.py +6 -14
  123. _qwak_proto/qwak/feature_store/sources/data_source_pb2.py +14 -54
  124. _qwak_proto/qwak/feature_store/sources/data_source_service_pb2.py +34 -147
  125. _qwak_proto/qwak/feature_store/sources/streaming_pb2.py +34 -146
  126. _qwak_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +6 -14
  127. _qwak_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +10 -34
  128. _qwak_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +16 -58
  129. _qwak_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +10 -27
  130. _qwak_proto/qwak/features_operator/v1/features_operator_pb2.py +14 -54
  131. _qwak_proto/qwak/features_operator/v1/features_operator_service_pb2.py +14 -47
  132. _qwak_proto/qwak/features_operator/v2/features_operator_pb2.py +16 -64
  133. _qwak_proto/qwak/features_operator/v2/features_operator_service_pb2.py +12 -37
  134. _qwak_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +26 -107
  135. _qwak_proto/qwak/features_operator/v3/features_operator_pb2.py +16 -64
  136. _qwak_proto/qwak/file_versioning/file_versioning_pb2.py +10 -33
  137. _qwak_proto/qwak/file_versioning/file_versioning_service_pb2.py +14 -47
  138. _qwak_proto/qwak/fitness_service/constructs_pb2.py +22 -99
  139. _qwak_proto/qwak/fitness_service/fitness_pb2.py +10 -32
  140. _qwak_proto/qwak/fitness_service/fitness_service_pb2.py +22 -87
  141. _qwak_proto/qwak/fitness_service/status_pb2.py +24 -106
  142. _qwak_proto/qwak/inference/feedback/feedback_pb2.py +28 -96
  143. _qwak_proto/qwak/instance_template/instance_template_pb2.py +12 -40
  144. _qwak_proto/qwak/instance_template/instance_template_service_pb2.py +14 -47
  145. _qwak_proto/qwak/integration/hugging_face_integration_pb2.py +16 -64
  146. _qwak_proto/qwak/integration/integration_pb2.py +28 -126
  147. _qwak_proto/qwak/integration/integration_service_pb2.py +34 -147
  148. _qwak_proto/qwak/integration/open_a_i_integration_pb2.py +16 -64
  149. _qwak_proto/qwak/integration/opsgenie_integration_pb2.py +20 -82
  150. _qwak_proto/qwak/integration/pagerduty_integration_pb2.py +24 -104
  151. _qwak_proto/qwak/integration/slack_app_integration_pb2.py +24 -104
  152. _qwak_proto/qwak/kube_deployment_captain/alert_pb2.py +22 -97
  153. _qwak_proto/qwak/kube_deployment_captain/alerting_pb2.py +12 -44
  154. _qwak_proto/qwak/kube_deployment_captain/batch_job_pb2.py +68 -322
  155. _qwak_proto/qwak/kube_deployment_captain/deployment_pb2.py +44 -167
  156. _qwak_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +32 -144
  157. _qwak_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +108 -519
  158. _qwak_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +8 -24
  159. _qwak_proto/qwak/logging/log_filter_pb2.py +12 -44
  160. _qwak_proto/qwak/logging/log_line_pb2.py +8 -25
  161. _qwak_proto/qwak/logging/log_reader_service_pb2.py +10 -27
  162. _qwak_proto/qwak/logging/log_source_pb2.py +30 -134
  163. _qwak_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +18 -74
  164. _qwak_proto/qwak/model_group/model_group_pb2.py +14 -47
  165. _qwak_proto/qwak/model_group/model_group_repository_details_pb2.py +18 -74
  166. _qwak_proto/qwak/models/models_pb2.py +88 -405
  167. _qwak_proto/qwak/models/models_query_pb2.py +16 -56
  168. _qwak_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +30 -127
  169. _qwak_proto/qwak/monitoring/v0/alerting_channel_pb2.py +34 -152
  170. _qwak_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +14 -47
  171. _qwak_proto/qwak/offline/serving/v1/feature_values_pb2.py +6 -14
  172. _qwak_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +30 -123
  173. _qwak_proto/qwak/offline/serving/v1/options_pb2.py +6 -14
  174. _qwak_proto/qwak/offline/serving/v1/population_pb2.py +14 -54
  175. _qwak_proto/qwak/projects/jfrog_project_spec_pb2.py +6 -14
  176. _qwak_proto/qwak/projects/projects_pb2.py +44 -190
  177. _qwak_proto/qwak/prompt/v1/prompt/prompt_manager_service_pb2.py +54 -247
  178. _qwak_proto/qwak/prompt/v1/prompt/prompt_pb2.py +46 -214
  179. _qwak_proto/qwak/secret_service/secret_service_pb2.py +18 -67
  180. _qwak_proto/qwak/self_service/account/v0/account_membership_pb2.py +24 -106
  181. _qwak_proto/qwak/self_service/account/v0/account_membership_service_pb2.py +50 -227
  182. _qwak_proto/qwak/self_service/account/v0/account_status_pb2.py +16 -65
  183. _qwak_proto/qwak/self_service/account/v0/managing_account_pb2.py +30 -131
  184. _qwak_proto/qwak/self_service/account/v0/managing_account_service_pb2.py +22 -87
  185. _qwak_proto/qwak/self_service/user/v1/api_key_pb2.py +6 -14
  186. _qwak_proto/qwak/self_service/user/v1/user_pb2.py +6 -14
  187. _qwak_proto/qwak/self_service/user/v1/user_service_pb2.py +30 -121
  188. _qwak_proto/qwak/service_discovery/service_discovery_location_pb2.py +12 -44
  189. _qwak_proto/qwak/service_discovery/service_discovery_location_service_pb2.py +10 -27
  190. _qwak_proto/qwak/traffic/v1/traffic_api_pb2.py +22 -87
  191. _qwak_proto/qwak/traffic/v1/traffic_pb2.py +26 -113
  192. _qwak_proto/qwak/user_application/common/v0/resources_pb2.py +30 -138
  193. _qwak_proto/qwak/user_application/v0/user_application_pb2.py +10 -43
  194. _qwak_proto/qwak/vectors/v1/collection/collection_pb2.py +24 -106
  195. _qwak_proto/qwak/vectors/v1/collection/collection_service_pb2.py +38 -167
  196. _qwak_proto/qwak/vectors/v1/collection/event/collection_event_pb2.py +6 -14
  197. _qwak_proto/qwak/vectors/v1/filters_pb2.py +30 -134
  198. _qwak_proto/qwak/vectors/v1/vector_pb2.py +14 -54
  199. _qwak_proto/qwak/vectors/v1/vector_service_pb2.py +26 -107
  200. _qwak_proto/qwak/workspace/workspace_pb2.py +22 -107
  201. _qwak_proto/qwak/workspace/workspace_service_pb2.py +62 -287
  202. frogml_storage/__init__.py +1 -1
  203. qwak/__init__.py +1 -1
  204. qwak/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py +1 -1
  205. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/METADATA +4 -5
  206. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/RECORD +207 -207
  207. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/WHEEL +0 -0
@@ -4,9 +4,8 @@
4
4
  """Generated protocol buffer code."""
5
5
  from google.protobuf import descriptor as _descriptor
6
6
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
10
9
  # @@protoc_insertion_point(imports)
11
10
 
12
11
  _sym_db = _symbol_database.Default()
@@ -16,73 +15,25 @@ _sym_db = _symbol_database.Default()
16
15
 
17
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(qwak/secret_service/secret_service.proto\x12\x13qwak.secret.service\"/\n\x10SetSecretRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\"\x13\n\x11SetSecretResponse\" \n\x10GetSecretRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\"0\n\x11GetSecretResponse\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\"#\n\x13\x44\x65leteSecretRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\"\x16\n\x14\x44\x65leteSecretResponse2\xac\x02\n\rSecretService\x12Z\n\tSetSecret\x12%.qwak.secret.service.SetSecretRequest\x1a&.qwak.secret.service.SetSecretResponse\x12Z\n\tGetSecret\x12%.qwak.secret.service.GetSecretRequest\x1a&.qwak.secret.service.GetSecretResponse\x12\x63\n\x0c\x44\x65leteSecret\x12(.qwak.secret.service.DeleteSecretRequest\x1a).qwak.secret.service.DeleteSecretResponseB\"\n\x1e\x63om.qwak.ai.secret.service.apiP\x01\x62\x06proto3')
18
17
 
19
-
20
-
21
- _SETSECRETREQUEST = DESCRIPTOR.message_types_by_name['SetSecretRequest']
22
- _SETSECRETRESPONSE = DESCRIPTOR.message_types_by_name['SetSecretResponse']
23
- _GETSECRETREQUEST = DESCRIPTOR.message_types_by_name['GetSecretRequest']
24
- _GETSECRETRESPONSE = DESCRIPTOR.message_types_by_name['GetSecretResponse']
25
- _DELETESECRETREQUEST = DESCRIPTOR.message_types_by_name['DeleteSecretRequest']
26
- _DELETESECRETRESPONSE = DESCRIPTOR.message_types_by_name['DeleteSecretResponse']
27
- SetSecretRequest = _reflection.GeneratedProtocolMessageType('SetSecretRequest', (_message.Message,), {
28
- 'DESCRIPTOR' : _SETSECRETREQUEST,
29
- '__module__' : 'qwak.secret_service.secret_service_pb2'
30
- # @@protoc_insertion_point(class_scope:qwak.secret.service.SetSecretRequest)
31
- })
32
- _sym_db.RegisterMessage(SetSecretRequest)
33
-
34
- SetSecretResponse = _reflection.GeneratedProtocolMessageType('SetSecretResponse', (_message.Message,), {
35
- 'DESCRIPTOR' : _SETSECRETRESPONSE,
36
- '__module__' : 'qwak.secret_service.secret_service_pb2'
37
- # @@protoc_insertion_point(class_scope:qwak.secret.service.SetSecretResponse)
38
- })
39
- _sym_db.RegisterMessage(SetSecretResponse)
40
-
41
- GetSecretRequest = _reflection.GeneratedProtocolMessageType('GetSecretRequest', (_message.Message,), {
42
- 'DESCRIPTOR' : _GETSECRETREQUEST,
43
- '__module__' : 'qwak.secret_service.secret_service_pb2'
44
- # @@protoc_insertion_point(class_scope:qwak.secret.service.GetSecretRequest)
45
- })
46
- _sym_db.RegisterMessage(GetSecretRequest)
47
-
48
- GetSecretResponse = _reflection.GeneratedProtocolMessageType('GetSecretResponse', (_message.Message,), {
49
- 'DESCRIPTOR' : _GETSECRETRESPONSE,
50
- '__module__' : 'qwak.secret_service.secret_service_pb2'
51
- # @@protoc_insertion_point(class_scope:qwak.secret.service.GetSecretResponse)
52
- })
53
- _sym_db.RegisterMessage(GetSecretResponse)
54
-
55
- DeleteSecretRequest = _reflection.GeneratedProtocolMessageType('DeleteSecretRequest', (_message.Message,), {
56
- 'DESCRIPTOR' : _DELETESECRETREQUEST,
57
- '__module__' : 'qwak.secret_service.secret_service_pb2'
58
- # @@protoc_insertion_point(class_scope:qwak.secret.service.DeleteSecretRequest)
59
- })
60
- _sym_db.RegisterMessage(DeleteSecretRequest)
61
-
62
- DeleteSecretResponse = _reflection.GeneratedProtocolMessageType('DeleteSecretResponse', (_message.Message,), {
63
- 'DESCRIPTOR' : _DELETESECRETRESPONSE,
64
- '__module__' : 'qwak.secret_service.secret_service_pb2'
65
- # @@protoc_insertion_point(class_scope:qwak.secret.service.DeleteSecretResponse)
66
- })
67
- _sym_db.RegisterMessage(DeleteSecretResponse)
68
-
69
- _SECRETSERVICE = DESCRIPTOR.services_by_name['SecretService']
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.secret_service.secret_service_pb2', _globals)
70
21
  if _descriptor._USE_C_DESCRIPTORS == False:
71
22
 
72
23
  DESCRIPTOR._options = None
73
24
  DESCRIPTOR._serialized_options = b'\n\036com.qwak.ai.secret.service.apiP\001'
74
- _SETSECRETREQUEST._serialized_start=65
75
- _SETSECRETREQUEST._serialized_end=112
76
- _SETSECRETRESPONSE._serialized_start=114
77
- _SETSECRETRESPONSE._serialized_end=133
78
- _GETSECRETREQUEST._serialized_start=135
79
- _GETSECRETREQUEST._serialized_end=167
80
- _GETSECRETRESPONSE._serialized_start=169
81
- _GETSECRETRESPONSE._serialized_end=217
82
- _DELETESECRETREQUEST._serialized_start=219
83
- _DELETESECRETREQUEST._serialized_end=254
84
- _DELETESECRETRESPONSE._serialized_start=256
85
- _DELETESECRETRESPONSE._serialized_end=278
86
- _SECRETSERVICE._serialized_start=281
87
- _SECRETSERVICE._serialized_end=581
25
+ _globals['_SETSECRETREQUEST']._serialized_start=65
26
+ _globals['_SETSECRETREQUEST']._serialized_end=112
27
+ _globals['_SETSECRETRESPONSE']._serialized_start=114
28
+ _globals['_SETSECRETRESPONSE']._serialized_end=133
29
+ _globals['_GETSECRETREQUEST']._serialized_start=135
30
+ _globals['_GETSECRETREQUEST']._serialized_end=167
31
+ _globals['_GETSECRETRESPONSE']._serialized_start=169
32
+ _globals['_GETSECRETRESPONSE']._serialized_end=217
33
+ _globals['_DELETESECRETREQUEST']._serialized_start=219
34
+ _globals['_DELETESECRETREQUEST']._serialized_end=254
35
+ _globals['_DELETESECRETRESPONSE']._serialized_start=256
36
+ _globals['_DELETESECRETRESPONSE']._serialized_end=278
37
+ _globals['_SECRETSERVICE']._serialized_start=281
38
+ _globals['_SECRETSERVICE']._serialized_end=581
88
39
  # @@protoc_insertion_point(module_scope)
@@ -2,12 +2,10 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: qwak/self_service/account/v0/account_membership.proto
4
4
  """Generated protocol buffer code."""
5
- from google.protobuf.internal import enum_type_wrapper
6
5
  from google.protobuf import descriptor as _descriptor
7
6
  from google.protobuf import descriptor_pool as _descriptor_pool
8
- from google.protobuf import message as _message
9
- from google.protobuf import reflection as _reflection
10
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
11
9
  # @@protoc_insertion_point(imports)
12
10
 
13
11
  _sym_db = _symbol_database.Default()
@@ -20,89 +18,9 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
20
18
 
21
19
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n5qwak/self_service/account/v0/account_membership.proto\x12\x1cqwak.self_service.account.v0\x1a\'qwak/administration/v0/users/user.proto\x1a\x33qwak/self_service/account/v0/managing_account.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"]\n\rInviteOptions\x12L\n\x0finvitation_spec\x18\x01 \x01(\x0b\x32\x33.qwak.self_service.account.v0.JoiningInvitationSpec\"\xa9\x02\n\x1cJoiningInvitationDescription\x12I\n\x08metadata\x18\x01 \x01(\x0b\x32\x37.qwak.self_service.account.v0.JoiningInvitationMetadata\x12\x41\n\x04spec\x18\x02 \x01(\x0b\x32\x33.qwak.self_service.account.v0.JoiningInvitationSpec\x12\x45\n\x06status\x18\x03 \x01(\x0b\x32\x35.qwak.self_service.account.v0.JoiningInvitationStatus\x12\x1e\n\x16num_of_account_members\x18\x04 \x01(\x05\x12\x14\n\x0c\x61\x63\x63ount_name\x18\x05 \x01(\t\"\xa6\x01\n\x19JoiningInvitationMetadata\x12\x15\n\rinvitation_id\x18\x01 \x01(\t\x12.\n\ncreated_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nexpired_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x12\n\ninvited_by\x18\x04 \x01(\t\"\x98\x03\n\x15JoiningInvitationSpec\x12\x15\n\rinvitee_email\x18\x01 \x01(\t\x12?\n\x0c\x61\x63\x63ount_role\x18\x02 \x01(\x0e\x32).qwak.administration.user.QwakAccountRole\x12\x17\n\x0f\x65nvironment_ids\x18\x03 \x03(\t\x12\x19\n\x11\x65nvironment_names\x18\x04 \x03(\t\x12z\n\x1d\x65nvironment_id_to_description\x18\x05 \x03(\x0b\x32S.qwak.self_service.account.v0.JoiningInvitationSpec.EnvironmentIdToDescriptionEntry\x1aw\n\x1f\x45nvironmentIdToDescriptionEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x43\n\x05value\x18\x02 \x01(\x0b\x32\x34.qwak.self_service.account.v0.EnvironmentDescription:\x02\x38\x01\"\x97\x01\n\x17JoiningInvitationStatus\x12G\n\x04\x63ode\x18\x01 \x01(\x0e\x32\x39.qwak.self_service.account.v0.JoiningInvitationStatusCode\x12\x33\n\x0flast_changed_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\x9c\x03\n\x16UserAccountDescription\x12\x14\n\x0c\x61\x63\x63ount_name\x18\x01 \x01(\t\x12\x1a\n\x12is_default_account\x18\x08 \x01(\x08\x12?\n\x0c\x61\x63\x63ount_role\x18\x02 \x01(\x0e\x32).qwak.administration.user.QwakAccountRole\x12\x19\n\x11\x65nvironment_names\x18\x03 \x03(\t\x12{\n\x1d\x65nvironment_id_to_description\x18\x04 \x03(\x0b\x32T.qwak.self_service.account.v0.UserAccountDescription.EnvironmentIdToDescriptionEntry\x1aw\n\x1f\x45nvironmentIdToDescriptionEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x43\n\x05value\x18\x02 \x01(\x0b\x32\x34.qwak.self_service.account.v0.EnvironmentDescription:\x02\x38\x01\"w\n\x16\x45nvironmentDescription\x12\x18\n\x10\x65nvironment_name\x18\x01 \x01(\t\x12\x43\n\x0e\x63loud_provider\x18\x02 \x01(\x0e\x32+.qwak.self_service.account.v0.CloudProvider*\x81\x01\n\x1bJoiningInvitationStatusCode\x12*\n&JOINING_INVITATION_STATUS_CODE_INVALID\x10\x00\x12\x0b\n\x07PENDING\x10\x01\x12\r\n\tCANCELLED\x10\x02\x12\x0c\n\x08\x44\x45\x43LINED\x10\x03\x12\x0c\n\x08\x41\x43\x43\x45PTED\x10\x04\x42\xb9\x01\n#com.qwak.ai.self_service.account.v0P\x01Z\x8f\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/self_service/account/v0;self_service_account_v0b\x06proto3')
22
20
 
23
- _JOININGINVITATIONSTATUSCODE = DESCRIPTOR.enum_types_by_name['JoiningInvitationStatusCode']
24
- JoiningInvitationStatusCode = enum_type_wrapper.EnumTypeWrapper(_JOININGINVITATIONSTATUSCODE)
25
- JOINING_INVITATION_STATUS_CODE_INVALID = 0
26
- PENDING = 1
27
- CANCELLED = 2
28
- DECLINED = 3
29
- ACCEPTED = 4
30
-
31
-
32
- _INVITEOPTIONS = DESCRIPTOR.message_types_by_name['InviteOptions']
33
- _JOININGINVITATIONDESCRIPTION = DESCRIPTOR.message_types_by_name['JoiningInvitationDescription']
34
- _JOININGINVITATIONMETADATA = DESCRIPTOR.message_types_by_name['JoiningInvitationMetadata']
35
- _JOININGINVITATIONSPEC = DESCRIPTOR.message_types_by_name['JoiningInvitationSpec']
36
- _JOININGINVITATIONSPEC_ENVIRONMENTIDTODESCRIPTIONENTRY = _JOININGINVITATIONSPEC.nested_types_by_name['EnvironmentIdToDescriptionEntry']
37
- _JOININGINVITATIONSTATUS = DESCRIPTOR.message_types_by_name['JoiningInvitationStatus']
38
- _USERACCOUNTDESCRIPTION = DESCRIPTOR.message_types_by_name['UserAccountDescription']
39
- _USERACCOUNTDESCRIPTION_ENVIRONMENTIDTODESCRIPTIONENTRY = _USERACCOUNTDESCRIPTION.nested_types_by_name['EnvironmentIdToDescriptionEntry']
40
- _ENVIRONMENTDESCRIPTION = DESCRIPTOR.message_types_by_name['EnvironmentDescription']
41
- InviteOptions = _reflection.GeneratedProtocolMessageType('InviteOptions', (_message.Message,), {
42
- 'DESCRIPTOR' : _INVITEOPTIONS,
43
- '__module__' : 'qwak.self_service.account.v0.account_membership_pb2'
44
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.InviteOptions)
45
- })
46
- _sym_db.RegisterMessage(InviteOptions)
47
-
48
- JoiningInvitationDescription = _reflection.GeneratedProtocolMessageType('JoiningInvitationDescription', (_message.Message,), {
49
- 'DESCRIPTOR' : _JOININGINVITATIONDESCRIPTION,
50
- '__module__' : 'qwak.self_service.account.v0.account_membership_pb2'
51
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.JoiningInvitationDescription)
52
- })
53
- _sym_db.RegisterMessage(JoiningInvitationDescription)
54
-
55
- JoiningInvitationMetadata = _reflection.GeneratedProtocolMessageType('JoiningInvitationMetadata', (_message.Message,), {
56
- 'DESCRIPTOR' : _JOININGINVITATIONMETADATA,
57
- '__module__' : 'qwak.self_service.account.v0.account_membership_pb2'
58
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.JoiningInvitationMetadata)
59
- })
60
- _sym_db.RegisterMessage(JoiningInvitationMetadata)
61
-
62
- JoiningInvitationSpec = _reflection.GeneratedProtocolMessageType('JoiningInvitationSpec', (_message.Message,), {
63
-
64
- 'EnvironmentIdToDescriptionEntry' : _reflection.GeneratedProtocolMessageType('EnvironmentIdToDescriptionEntry', (_message.Message,), {
65
- 'DESCRIPTOR' : _JOININGINVITATIONSPEC_ENVIRONMENTIDTODESCRIPTIONENTRY,
66
- '__module__' : 'qwak.self_service.account.v0.account_membership_pb2'
67
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.JoiningInvitationSpec.EnvironmentIdToDescriptionEntry)
68
- })
69
- ,
70
- 'DESCRIPTOR' : _JOININGINVITATIONSPEC,
71
- '__module__' : 'qwak.self_service.account.v0.account_membership_pb2'
72
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.JoiningInvitationSpec)
73
- })
74
- _sym_db.RegisterMessage(JoiningInvitationSpec)
75
- _sym_db.RegisterMessage(JoiningInvitationSpec.EnvironmentIdToDescriptionEntry)
76
-
77
- JoiningInvitationStatus = _reflection.GeneratedProtocolMessageType('JoiningInvitationStatus', (_message.Message,), {
78
- 'DESCRIPTOR' : _JOININGINVITATIONSTATUS,
79
- '__module__' : 'qwak.self_service.account.v0.account_membership_pb2'
80
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.JoiningInvitationStatus)
81
- })
82
- _sym_db.RegisterMessage(JoiningInvitationStatus)
83
-
84
- UserAccountDescription = _reflection.GeneratedProtocolMessageType('UserAccountDescription', (_message.Message,), {
85
-
86
- 'EnvironmentIdToDescriptionEntry' : _reflection.GeneratedProtocolMessageType('EnvironmentIdToDescriptionEntry', (_message.Message,), {
87
- 'DESCRIPTOR' : _USERACCOUNTDESCRIPTION_ENVIRONMENTIDTODESCRIPTIONENTRY,
88
- '__module__' : 'qwak.self_service.account.v0.account_membership_pb2'
89
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.UserAccountDescription.EnvironmentIdToDescriptionEntry)
90
- })
91
- ,
92
- 'DESCRIPTOR' : _USERACCOUNTDESCRIPTION,
93
- '__module__' : 'qwak.self_service.account.v0.account_membership_pb2'
94
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.UserAccountDescription)
95
- })
96
- _sym_db.RegisterMessage(UserAccountDescription)
97
- _sym_db.RegisterMessage(UserAccountDescription.EnvironmentIdToDescriptionEntry)
98
-
99
- EnvironmentDescription = _reflection.GeneratedProtocolMessageType('EnvironmentDescription', (_message.Message,), {
100
- 'DESCRIPTOR' : _ENVIRONMENTDESCRIPTION,
101
- '__module__' : 'qwak.self_service.account.v0.account_membership_pb2'
102
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.EnvironmentDescription)
103
- })
104
- _sym_db.RegisterMessage(EnvironmentDescription)
105
-
21
+ _globals = globals()
22
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
23
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.self_service.account.v0.account_membership_pb2', _globals)
106
24
  if _descriptor._USE_C_DESCRIPTORS == False:
107
25
 
108
26
  DESCRIPTOR._options = None
@@ -111,24 +29,24 @@ if _descriptor._USE_C_DESCRIPTORS == False:
111
29
  _JOININGINVITATIONSPEC_ENVIRONMENTIDTODESCRIPTIONENTRY._serialized_options = b'8\001'
112
30
  _USERACCOUNTDESCRIPTION_ENVIRONMENTIDTODESCRIPTIONENTRY._options = None
113
31
  _USERACCOUNTDESCRIPTION_ENVIRONMENTIDTODESCRIPTIONENTRY._serialized_options = b'8\001'
114
- _JOININGINVITATIONSTATUSCODE._serialized_start=1880
115
- _JOININGINVITATIONSTATUSCODE._serialized_end=2009
116
- _INVITEOPTIONS._serialized_start=214
117
- _INVITEOPTIONS._serialized_end=307
118
- _JOININGINVITATIONDESCRIPTION._serialized_start=310
119
- _JOININGINVITATIONDESCRIPTION._serialized_end=607
120
- _JOININGINVITATIONMETADATA._serialized_start=610
121
- _JOININGINVITATIONMETADATA._serialized_end=776
122
- _JOININGINVITATIONSPEC._serialized_start=779
123
- _JOININGINVITATIONSPEC._serialized_end=1187
124
- _JOININGINVITATIONSPEC_ENVIRONMENTIDTODESCRIPTIONENTRY._serialized_start=1068
125
- _JOININGINVITATIONSPEC_ENVIRONMENTIDTODESCRIPTIONENTRY._serialized_end=1187
126
- _JOININGINVITATIONSTATUS._serialized_start=1190
127
- _JOININGINVITATIONSTATUS._serialized_end=1341
128
- _USERACCOUNTDESCRIPTION._serialized_start=1344
129
- _USERACCOUNTDESCRIPTION._serialized_end=1756
130
- _USERACCOUNTDESCRIPTION_ENVIRONMENTIDTODESCRIPTIONENTRY._serialized_start=1068
131
- _USERACCOUNTDESCRIPTION_ENVIRONMENTIDTODESCRIPTIONENTRY._serialized_end=1187
132
- _ENVIRONMENTDESCRIPTION._serialized_start=1758
133
- _ENVIRONMENTDESCRIPTION._serialized_end=1877
32
+ _globals['_JOININGINVITATIONSTATUSCODE']._serialized_start=1880
33
+ _globals['_JOININGINVITATIONSTATUSCODE']._serialized_end=2009
34
+ _globals['_INVITEOPTIONS']._serialized_start=214
35
+ _globals['_INVITEOPTIONS']._serialized_end=307
36
+ _globals['_JOININGINVITATIONDESCRIPTION']._serialized_start=310
37
+ _globals['_JOININGINVITATIONDESCRIPTION']._serialized_end=607
38
+ _globals['_JOININGINVITATIONMETADATA']._serialized_start=610
39
+ _globals['_JOININGINVITATIONMETADATA']._serialized_end=776
40
+ _globals['_JOININGINVITATIONSPEC']._serialized_start=779
41
+ _globals['_JOININGINVITATIONSPEC']._serialized_end=1187
42
+ _globals['_JOININGINVITATIONSPEC_ENVIRONMENTIDTODESCRIPTIONENTRY']._serialized_start=1068
43
+ _globals['_JOININGINVITATIONSPEC_ENVIRONMENTIDTODESCRIPTIONENTRY']._serialized_end=1187
44
+ _globals['_JOININGINVITATIONSTATUS']._serialized_start=1190
45
+ _globals['_JOININGINVITATIONSTATUS']._serialized_end=1341
46
+ _globals['_USERACCOUNTDESCRIPTION']._serialized_start=1344
47
+ _globals['_USERACCOUNTDESCRIPTION']._serialized_end=1756
48
+ _globals['_USERACCOUNTDESCRIPTION_ENVIRONMENTIDTODESCRIPTIONENTRY']._serialized_start=1068
49
+ _globals['_USERACCOUNTDESCRIPTION_ENVIRONMENTIDTODESCRIPTIONENTRY']._serialized_end=1187
50
+ _globals['_ENVIRONMENTDESCRIPTION']._serialized_start=1758
51
+ _globals['_ENVIRONMENTDESCRIPTION']._serialized_end=1877
134
52
  # @@protoc_insertion_point(module_scope)
@@ -4,9 +4,8 @@
4
4
  """Generated protocol buffer code."""
5
5
  from google.protobuf import descriptor as _descriptor
6
6
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
10
9
  # @@protoc_insertion_point(imports)
11
10
 
12
11
  _sym_db = _symbol_database.Default()
@@ -19,233 +18,57 @@ from _qwak_proto.qwak.administration.v0.users import user_pb2 as qwak_dot_admini
19
18
 
20
19
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n=qwak/self_service/account/v0/account_membership_service.proto\x12\x1cqwak.self_service.account.v0\x1a\x35qwak/self_service/account/v0/account_membership.proto\x1a$qwak/self_service/user/v1/user.proto\x1a\'qwak/administration/v0/users/user.proto\" \n\x1eListAccountUserProfilesRequest\"`\n\x1fListAccountUserProfilesResponse\x12=\n\ruser_profiles\x18\x01 \x03(\x0b\x32&.qwak.self_service.user.v1.UserProfile\"d\n\x15UpdateUserRoleRequest\x12\n\n\x02id\x18\x01 \x01(\t\x12?\n\x0c\x61\x63\x63ount_role\x18\x02 \x01(\x0e\x32).qwak.administration.user.QwakAccountRole\"V\n\x16UpdateUserRoleResponse\x12<\n\x0cuser_profile\x18\x01 \x01(\x0b\x32&.qwak.self_service.user.v1.UserProfile\"L\n%UpdateUserAssignedEnvironmentsRequest\x12\n\n\x02id\x18\x01 \x01(\t\x12\x17\n\x0f\x65nvironment_ids\x18\x02 \x03(\t\"f\n&UpdateUserAssignedEnvironmentsResponse\x12<\n\x0cuser_profile\x18\x01 \x01(\x0b\x32&.qwak.self_service.user.v1.UserProfile\"*\n\x1cRemoveUserFromAccountRequest\x12\n\n\x02id\x18\x01 \x01(\t\"\x1f\n\x1dRemoveUserFromAccountResponse\"Z\n\x1aInviteToJoinAccountRequest\x12<\n\x07options\x18\x01 \x03(\x0b\x32+.qwak.self_service.account.v0.InviteOptions\"n\n\x1bInviteToJoinAccountResponse\x12O\n\x0binvitations\x18\x01 \x03(\x0b\x32:.qwak.self_service.account.v0.JoiningInvitationDescription\"\x8a\x01\n\x17UpdateInvitationRequest\x12\x15\n\rinvitation_id\x18\x01 \x01(\t\x12?\n\x0c\x61\x63\x63ount_role\x18\x02 \x01(\x0e\x32).qwak.administration.user.QwakAccountRole\x12\x17\n\x0f\x65nvironment_ids\x18\x03 \x03(\t\"j\n\x18UpdateInvitationResponse\x12N\n\ninvitation\x18\x01 \x01(\x0b\x32:.qwak.self_service.account.v0.JoiningInvitationDescription\"0\n\x17\x41\x63\x63\x65ptInvitationRequest\x12\x15\n\rinvitation_id\x18\x01 \x01(\t\"\x1a\n\x18\x41\x63\x63\x65ptInvitationResponse\"7\n\x1e\x43\x61ncelJoiningInvitationRequest\x12\x15\n\rinvitation_id\x18\x01 \x01(\t\"!\n\x1f\x43\x61ncelJoiningInvitationResponse\"\x1f\n\x1dListAccountInvitationsRequest\"q\n\x1eListAccountInvitationsResponse\x12O\n\x0binvitations\x18\x01 \x03(\x0b\x32:.qwak.self_service.account.v0.JoiningInvitationDescription\"\x1c\n\x1aListUserInvitationsRequest\"n\n\x1bListUserInvitationsResponse\x12O\n\x0binvitations\x18\x01 \x03(\x0b\x32:.qwak.self_service.account.v0.JoiningInvitationDescription\"\x1c\n\x1aListUserMembershipsRequest\"\xbb\x01\n\x1bListUserMembershipsResponse\x12K\n\ruser_accounts\x18\x01 \x03(\x0b\x32\x34.qwak.self_service.account.v0.UserAccountDescription\x12O\n\x0binvitations\x18\x02 \x03(\x0b\x32:.qwak.self_service.account.v0.JoiningInvitationDescription2\xcf\x0c\n\x18\x41\x63\x63ountMembershipService\x12\x96\x01\n\x17ListAccountUserProfiles\x12<.qwak.self_service.account.v0.ListAccountUserProfilesRequest\x1a=.qwak.self_service.account.v0.ListAccountUserProfilesResponse\x12{\n\x0eUpdateUserRole\x12\x33.qwak.self_service.account.v0.UpdateUserRoleRequest\x1a\x34.qwak.self_service.account.v0.UpdateUserRoleResponse\x12\xab\x01\n\x1eUpdateUserAssignedEnvironments\x12\x43.qwak.self_service.account.v0.UpdateUserAssignedEnvironmentsRequest\x1a\x44.qwak.self_service.account.v0.UpdateUserAssignedEnvironmentsResponse\x12\x90\x01\n\x15RemoveUserFromAccount\x12:.qwak.self_service.account.v0.RemoveUserFromAccountRequest\x1a;.qwak.self_service.account.v0.RemoveUserFromAccountResponse\x12\x8a\x01\n\x13InviteToJoinAccount\x12\x38.qwak.self_service.account.v0.InviteToJoinAccountRequest\x1a\x39.qwak.self_service.account.v0.InviteToJoinAccountResponse\x12\x81\x01\n\x10UpdateInvitation\x12\x35.qwak.self_service.account.v0.UpdateInvitationRequest\x1a\x36.qwak.self_service.account.v0.UpdateInvitationResponse\x12\x81\x01\n\x10\x41\x63\x63\x65ptInvitation\x12\x35.qwak.self_service.account.v0.AcceptInvitationRequest\x1a\x36.qwak.self_service.account.v0.AcceptInvitationResponse\x12\x96\x01\n\x17\x43\x61ncelJoiningInvitation\x12<.qwak.self_service.account.v0.CancelJoiningInvitationRequest\x1a=.qwak.self_service.account.v0.CancelJoiningInvitationResponse\x12\x93\x01\n\x16ListAccountInvitations\x12;.qwak.self_service.account.v0.ListAccountInvitationsRequest\x1a<.qwak.self_service.account.v0.ListAccountInvitationsResponse\x12\x8a\x01\n\x13ListUserInvitations\x12\x38.qwak.self_service.account.v0.ListUserInvitationsRequest\x1a\x39.qwak.self_service.account.v0.ListUserInvitationsResponse\x12\x8a\x01\n\x13ListUserMemberships\x12\x38.qwak.self_service.account.v0.ListUserMembershipsRequest\x1a\x39.qwak.self_service.account.v0.ListUserMembershipsResponseB\xb9\x01\n#com.qwak.ai.self_service.account.v0P\x01Z\x8f\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/self_service/account/v0;self_service_account_v0b\x06proto3')
21
20
 
22
-
23
-
24
- _LISTACCOUNTUSERPROFILESREQUEST = DESCRIPTOR.message_types_by_name['ListAccountUserProfilesRequest']
25
- _LISTACCOUNTUSERPROFILESRESPONSE = DESCRIPTOR.message_types_by_name['ListAccountUserProfilesResponse']
26
- _UPDATEUSERROLEREQUEST = DESCRIPTOR.message_types_by_name['UpdateUserRoleRequest']
27
- _UPDATEUSERROLERESPONSE = DESCRIPTOR.message_types_by_name['UpdateUserRoleResponse']
28
- _UPDATEUSERASSIGNEDENVIRONMENTSREQUEST = DESCRIPTOR.message_types_by_name['UpdateUserAssignedEnvironmentsRequest']
29
- _UPDATEUSERASSIGNEDENVIRONMENTSRESPONSE = DESCRIPTOR.message_types_by_name['UpdateUserAssignedEnvironmentsResponse']
30
- _REMOVEUSERFROMACCOUNTREQUEST = DESCRIPTOR.message_types_by_name['RemoveUserFromAccountRequest']
31
- _REMOVEUSERFROMACCOUNTRESPONSE = DESCRIPTOR.message_types_by_name['RemoveUserFromAccountResponse']
32
- _INVITETOJOINACCOUNTREQUEST = DESCRIPTOR.message_types_by_name['InviteToJoinAccountRequest']
33
- _INVITETOJOINACCOUNTRESPONSE = DESCRIPTOR.message_types_by_name['InviteToJoinAccountResponse']
34
- _UPDATEINVITATIONREQUEST = DESCRIPTOR.message_types_by_name['UpdateInvitationRequest']
35
- _UPDATEINVITATIONRESPONSE = DESCRIPTOR.message_types_by_name['UpdateInvitationResponse']
36
- _ACCEPTINVITATIONREQUEST = DESCRIPTOR.message_types_by_name['AcceptInvitationRequest']
37
- _ACCEPTINVITATIONRESPONSE = DESCRIPTOR.message_types_by_name['AcceptInvitationResponse']
38
- _CANCELJOININGINVITATIONREQUEST = DESCRIPTOR.message_types_by_name['CancelJoiningInvitationRequest']
39
- _CANCELJOININGINVITATIONRESPONSE = DESCRIPTOR.message_types_by_name['CancelJoiningInvitationResponse']
40
- _LISTACCOUNTINVITATIONSREQUEST = DESCRIPTOR.message_types_by_name['ListAccountInvitationsRequest']
41
- _LISTACCOUNTINVITATIONSRESPONSE = DESCRIPTOR.message_types_by_name['ListAccountInvitationsResponse']
42
- _LISTUSERINVITATIONSREQUEST = DESCRIPTOR.message_types_by_name['ListUserInvitationsRequest']
43
- _LISTUSERINVITATIONSRESPONSE = DESCRIPTOR.message_types_by_name['ListUserInvitationsResponse']
44
- _LISTUSERMEMBERSHIPSREQUEST = DESCRIPTOR.message_types_by_name['ListUserMembershipsRequest']
45
- _LISTUSERMEMBERSHIPSRESPONSE = DESCRIPTOR.message_types_by_name['ListUserMembershipsResponse']
46
- ListAccountUserProfilesRequest = _reflection.GeneratedProtocolMessageType('ListAccountUserProfilesRequest', (_message.Message,), {
47
- 'DESCRIPTOR' : _LISTACCOUNTUSERPROFILESREQUEST,
48
- '__module__' : 'qwak.self_service.account.v0.account_membership_service_pb2'
49
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.ListAccountUserProfilesRequest)
50
- })
51
- _sym_db.RegisterMessage(ListAccountUserProfilesRequest)
52
-
53
- ListAccountUserProfilesResponse = _reflection.GeneratedProtocolMessageType('ListAccountUserProfilesResponse', (_message.Message,), {
54
- 'DESCRIPTOR' : _LISTACCOUNTUSERPROFILESRESPONSE,
55
- '__module__' : 'qwak.self_service.account.v0.account_membership_service_pb2'
56
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.ListAccountUserProfilesResponse)
57
- })
58
- _sym_db.RegisterMessage(ListAccountUserProfilesResponse)
59
-
60
- UpdateUserRoleRequest = _reflection.GeneratedProtocolMessageType('UpdateUserRoleRequest', (_message.Message,), {
61
- 'DESCRIPTOR' : _UPDATEUSERROLEREQUEST,
62
- '__module__' : 'qwak.self_service.account.v0.account_membership_service_pb2'
63
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.UpdateUserRoleRequest)
64
- })
65
- _sym_db.RegisterMessage(UpdateUserRoleRequest)
66
-
67
- UpdateUserRoleResponse = _reflection.GeneratedProtocolMessageType('UpdateUserRoleResponse', (_message.Message,), {
68
- 'DESCRIPTOR' : _UPDATEUSERROLERESPONSE,
69
- '__module__' : 'qwak.self_service.account.v0.account_membership_service_pb2'
70
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.UpdateUserRoleResponse)
71
- })
72
- _sym_db.RegisterMessage(UpdateUserRoleResponse)
73
-
74
- UpdateUserAssignedEnvironmentsRequest = _reflection.GeneratedProtocolMessageType('UpdateUserAssignedEnvironmentsRequest', (_message.Message,), {
75
- 'DESCRIPTOR' : _UPDATEUSERASSIGNEDENVIRONMENTSREQUEST,
76
- '__module__' : 'qwak.self_service.account.v0.account_membership_service_pb2'
77
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.UpdateUserAssignedEnvironmentsRequest)
78
- })
79
- _sym_db.RegisterMessage(UpdateUserAssignedEnvironmentsRequest)
80
-
81
- UpdateUserAssignedEnvironmentsResponse = _reflection.GeneratedProtocolMessageType('UpdateUserAssignedEnvironmentsResponse', (_message.Message,), {
82
- 'DESCRIPTOR' : _UPDATEUSERASSIGNEDENVIRONMENTSRESPONSE,
83
- '__module__' : 'qwak.self_service.account.v0.account_membership_service_pb2'
84
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.UpdateUserAssignedEnvironmentsResponse)
85
- })
86
- _sym_db.RegisterMessage(UpdateUserAssignedEnvironmentsResponse)
87
-
88
- RemoveUserFromAccountRequest = _reflection.GeneratedProtocolMessageType('RemoveUserFromAccountRequest', (_message.Message,), {
89
- 'DESCRIPTOR' : _REMOVEUSERFROMACCOUNTREQUEST,
90
- '__module__' : 'qwak.self_service.account.v0.account_membership_service_pb2'
91
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.RemoveUserFromAccountRequest)
92
- })
93
- _sym_db.RegisterMessage(RemoveUserFromAccountRequest)
94
-
95
- RemoveUserFromAccountResponse = _reflection.GeneratedProtocolMessageType('RemoveUserFromAccountResponse', (_message.Message,), {
96
- 'DESCRIPTOR' : _REMOVEUSERFROMACCOUNTRESPONSE,
97
- '__module__' : 'qwak.self_service.account.v0.account_membership_service_pb2'
98
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.RemoveUserFromAccountResponse)
99
- })
100
- _sym_db.RegisterMessage(RemoveUserFromAccountResponse)
101
-
102
- InviteToJoinAccountRequest = _reflection.GeneratedProtocolMessageType('InviteToJoinAccountRequest', (_message.Message,), {
103
- 'DESCRIPTOR' : _INVITETOJOINACCOUNTREQUEST,
104
- '__module__' : 'qwak.self_service.account.v0.account_membership_service_pb2'
105
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.InviteToJoinAccountRequest)
106
- })
107
- _sym_db.RegisterMessage(InviteToJoinAccountRequest)
108
-
109
- InviteToJoinAccountResponse = _reflection.GeneratedProtocolMessageType('InviteToJoinAccountResponse', (_message.Message,), {
110
- 'DESCRIPTOR' : _INVITETOJOINACCOUNTRESPONSE,
111
- '__module__' : 'qwak.self_service.account.v0.account_membership_service_pb2'
112
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.InviteToJoinAccountResponse)
113
- })
114
- _sym_db.RegisterMessage(InviteToJoinAccountResponse)
115
-
116
- UpdateInvitationRequest = _reflection.GeneratedProtocolMessageType('UpdateInvitationRequest', (_message.Message,), {
117
- 'DESCRIPTOR' : _UPDATEINVITATIONREQUEST,
118
- '__module__' : 'qwak.self_service.account.v0.account_membership_service_pb2'
119
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.UpdateInvitationRequest)
120
- })
121
- _sym_db.RegisterMessage(UpdateInvitationRequest)
122
-
123
- UpdateInvitationResponse = _reflection.GeneratedProtocolMessageType('UpdateInvitationResponse', (_message.Message,), {
124
- 'DESCRIPTOR' : _UPDATEINVITATIONRESPONSE,
125
- '__module__' : 'qwak.self_service.account.v0.account_membership_service_pb2'
126
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.UpdateInvitationResponse)
127
- })
128
- _sym_db.RegisterMessage(UpdateInvitationResponse)
129
-
130
- AcceptInvitationRequest = _reflection.GeneratedProtocolMessageType('AcceptInvitationRequest', (_message.Message,), {
131
- 'DESCRIPTOR' : _ACCEPTINVITATIONREQUEST,
132
- '__module__' : 'qwak.self_service.account.v0.account_membership_service_pb2'
133
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.AcceptInvitationRequest)
134
- })
135
- _sym_db.RegisterMessage(AcceptInvitationRequest)
136
-
137
- AcceptInvitationResponse = _reflection.GeneratedProtocolMessageType('AcceptInvitationResponse', (_message.Message,), {
138
- 'DESCRIPTOR' : _ACCEPTINVITATIONRESPONSE,
139
- '__module__' : 'qwak.self_service.account.v0.account_membership_service_pb2'
140
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.AcceptInvitationResponse)
141
- })
142
- _sym_db.RegisterMessage(AcceptInvitationResponse)
143
-
144
- CancelJoiningInvitationRequest = _reflection.GeneratedProtocolMessageType('CancelJoiningInvitationRequest', (_message.Message,), {
145
- 'DESCRIPTOR' : _CANCELJOININGINVITATIONREQUEST,
146
- '__module__' : 'qwak.self_service.account.v0.account_membership_service_pb2'
147
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.CancelJoiningInvitationRequest)
148
- })
149
- _sym_db.RegisterMessage(CancelJoiningInvitationRequest)
150
-
151
- CancelJoiningInvitationResponse = _reflection.GeneratedProtocolMessageType('CancelJoiningInvitationResponse', (_message.Message,), {
152
- 'DESCRIPTOR' : _CANCELJOININGINVITATIONRESPONSE,
153
- '__module__' : 'qwak.self_service.account.v0.account_membership_service_pb2'
154
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.CancelJoiningInvitationResponse)
155
- })
156
- _sym_db.RegisterMessage(CancelJoiningInvitationResponse)
157
-
158
- ListAccountInvitationsRequest = _reflection.GeneratedProtocolMessageType('ListAccountInvitationsRequest', (_message.Message,), {
159
- 'DESCRIPTOR' : _LISTACCOUNTINVITATIONSREQUEST,
160
- '__module__' : 'qwak.self_service.account.v0.account_membership_service_pb2'
161
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.ListAccountInvitationsRequest)
162
- })
163
- _sym_db.RegisterMessage(ListAccountInvitationsRequest)
164
-
165
- ListAccountInvitationsResponse = _reflection.GeneratedProtocolMessageType('ListAccountInvitationsResponse', (_message.Message,), {
166
- 'DESCRIPTOR' : _LISTACCOUNTINVITATIONSRESPONSE,
167
- '__module__' : 'qwak.self_service.account.v0.account_membership_service_pb2'
168
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.ListAccountInvitationsResponse)
169
- })
170
- _sym_db.RegisterMessage(ListAccountInvitationsResponse)
171
-
172
- ListUserInvitationsRequest = _reflection.GeneratedProtocolMessageType('ListUserInvitationsRequest', (_message.Message,), {
173
- 'DESCRIPTOR' : _LISTUSERINVITATIONSREQUEST,
174
- '__module__' : 'qwak.self_service.account.v0.account_membership_service_pb2'
175
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.ListUserInvitationsRequest)
176
- })
177
- _sym_db.RegisterMessage(ListUserInvitationsRequest)
178
-
179
- ListUserInvitationsResponse = _reflection.GeneratedProtocolMessageType('ListUserInvitationsResponse', (_message.Message,), {
180
- 'DESCRIPTOR' : _LISTUSERINVITATIONSRESPONSE,
181
- '__module__' : 'qwak.self_service.account.v0.account_membership_service_pb2'
182
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.ListUserInvitationsResponse)
183
- })
184
- _sym_db.RegisterMessage(ListUserInvitationsResponse)
185
-
186
- ListUserMembershipsRequest = _reflection.GeneratedProtocolMessageType('ListUserMembershipsRequest', (_message.Message,), {
187
- 'DESCRIPTOR' : _LISTUSERMEMBERSHIPSREQUEST,
188
- '__module__' : 'qwak.self_service.account.v0.account_membership_service_pb2'
189
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.ListUserMembershipsRequest)
190
- })
191
- _sym_db.RegisterMessage(ListUserMembershipsRequest)
192
-
193
- ListUserMembershipsResponse = _reflection.GeneratedProtocolMessageType('ListUserMembershipsResponse', (_message.Message,), {
194
- 'DESCRIPTOR' : _LISTUSERMEMBERSHIPSRESPONSE,
195
- '__module__' : 'qwak.self_service.account.v0.account_membership_service_pb2'
196
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.ListUserMembershipsResponse)
197
- })
198
- _sym_db.RegisterMessage(ListUserMembershipsResponse)
199
-
200
- _ACCOUNTMEMBERSHIPSERVICE = DESCRIPTOR.services_by_name['AccountMembershipService']
21
+ _globals = globals()
22
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
23
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.self_service.account.v0.account_membership_service_pb2', _globals)
201
24
  if _descriptor._USE_C_DESCRIPTORS == False:
202
25
 
203
26
  DESCRIPTOR._options = None
204
27
  DESCRIPTOR._serialized_options = b'\n#com.qwak.ai.self_service.account.v0P\001Z\217\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/self_service/account/v0;self_service_account_v0'
205
- _LISTACCOUNTUSERPROFILESREQUEST._serialized_start=229
206
- _LISTACCOUNTUSERPROFILESREQUEST._serialized_end=261
207
- _LISTACCOUNTUSERPROFILESRESPONSE._serialized_start=263
208
- _LISTACCOUNTUSERPROFILESRESPONSE._serialized_end=359
209
- _UPDATEUSERROLEREQUEST._serialized_start=361
210
- _UPDATEUSERROLEREQUEST._serialized_end=461
211
- _UPDATEUSERROLERESPONSE._serialized_start=463
212
- _UPDATEUSERROLERESPONSE._serialized_end=549
213
- _UPDATEUSERASSIGNEDENVIRONMENTSREQUEST._serialized_start=551
214
- _UPDATEUSERASSIGNEDENVIRONMENTSREQUEST._serialized_end=627
215
- _UPDATEUSERASSIGNEDENVIRONMENTSRESPONSE._serialized_start=629
216
- _UPDATEUSERASSIGNEDENVIRONMENTSRESPONSE._serialized_end=731
217
- _REMOVEUSERFROMACCOUNTREQUEST._serialized_start=733
218
- _REMOVEUSERFROMACCOUNTREQUEST._serialized_end=775
219
- _REMOVEUSERFROMACCOUNTRESPONSE._serialized_start=777
220
- _REMOVEUSERFROMACCOUNTRESPONSE._serialized_end=808
221
- _INVITETOJOINACCOUNTREQUEST._serialized_start=810
222
- _INVITETOJOINACCOUNTREQUEST._serialized_end=900
223
- _INVITETOJOINACCOUNTRESPONSE._serialized_start=902
224
- _INVITETOJOINACCOUNTRESPONSE._serialized_end=1012
225
- _UPDATEINVITATIONREQUEST._serialized_start=1015
226
- _UPDATEINVITATIONREQUEST._serialized_end=1153
227
- _UPDATEINVITATIONRESPONSE._serialized_start=1155
228
- _UPDATEINVITATIONRESPONSE._serialized_end=1261
229
- _ACCEPTINVITATIONREQUEST._serialized_start=1263
230
- _ACCEPTINVITATIONREQUEST._serialized_end=1311
231
- _ACCEPTINVITATIONRESPONSE._serialized_start=1313
232
- _ACCEPTINVITATIONRESPONSE._serialized_end=1339
233
- _CANCELJOININGINVITATIONREQUEST._serialized_start=1341
234
- _CANCELJOININGINVITATIONREQUEST._serialized_end=1396
235
- _CANCELJOININGINVITATIONRESPONSE._serialized_start=1398
236
- _CANCELJOININGINVITATIONRESPONSE._serialized_end=1431
237
- _LISTACCOUNTINVITATIONSREQUEST._serialized_start=1433
238
- _LISTACCOUNTINVITATIONSREQUEST._serialized_end=1464
239
- _LISTACCOUNTINVITATIONSRESPONSE._serialized_start=1466
240
- _LISTACCOUNTINVITATIONSRESPONSE._serialized_end=1579
241
- _LISTUSERINVITATIONSREQUEST._serialized_start=1581
242
- _LISTUSERINVITATIONSREQUEST._serialized_end=1609
243
- _LISTUSERINVITATIONSRESPONSE._serialized_start=1611
244
- _LISTUSERINVITATIONSRESPONSE._serialized_end=1721
245
- _LISTUSERMEMBERSHIPSREQUEST._serialized_start=1723
246
- _LISTUSERMEMBERSHIPSREQUEST._serialized_end=1751
247
- _LISTUSERMEMBERSHIPSRESPONSE._serialized_start=1754
248
- _LISTUSERMEMBERSHIPSRESPONSE._serialized_end=1941
249
- _ACCOUNTMEMBERSHIPSERVICE._serialized_start=1944
250
- _ACCOUNTMEMBERSHIPSERVICE._serialized_end=3559
28
+ _globals['_LISTACCOUNTUSERPROFILESREQUEST']._serialized_start=229
29
+ _globals['_LISTACCOUNTUSERPROFILESREQUEST']._serialized_end=261
30
+ _globals['_LISTACCOUNTUSERPROFILESRESPONSE']._serialized_start=263
31
+ _globals['_LISTACCOUNTUSERPROFILESRESPONSE']._serialized_end=359
32
+ _globals['_UPDATEUSERROLEREQUEST']._serialized_start=361
33
+ _globals['_UPDATEUSERROLEREQUEST']._serialized_end=461
34
+ _globals['_UPDATEUSERROLERESPONSE']._serialized_start=463
35
+ _globals['_UPDATEUSERROLERESPONSE']._serialized_end=549
36
+ _globals['_UPDATEUSERASSIGNEDENVIRONMENTSREQUEST']._serialized_start=551
37
+ _globals['_UPDATEUSERASSIGNEDENVIRONMENTSREQUEST']._serialized_end=627
38
+ _globals['_UPDATEUSERASSIGNEDENVIRONMENTSRESPONSE']._serialized_start=629
39
+ _globals['_UPDATEUSERASSIGNEDENVIRONMENTSRESPONSE']._serialized_end=731
40
+ _globals['_REMOVEUSERFROMACCOUNTREQUEST']._serialized_start=733
41
+ _globals['_REMOVEUSERFROMACCOUNTREQUEST']._serialized_end=775
42
+ _globals['_REMOVEUSERFROMACCOUNTRESPONSE']._serialized_start=777
43
+ _globals['_REMOVEUSERFROMACCOUNTRESPONSE']._serialized_end=808
44
+ _globals['_INVITETOJOINACCOUNTREQUEST']._serialized_start=810
45
+ _globals['_INVITETOJOINACCOUNTREQUEST']._serialized_end=900
46
+ _globals['_INVITETOJOINACCOUNTRESPONSE']._serialized_start=902
47
+ _globals['_INVITETOJOINACCOUNTRESPONSE']._serialized_end=1012
48
+ _globals['_UPDATEINVITATIONREQUEST']._serialized_start=1015
49
+ _globals['_UPDATEINVITATIONREQUEST']._serialized_end=1153
50
+ _globals['_UPDATEINVITATIONRESPONSE']._serialized_start=1155
51
+ _globals['_UPDATEINVITATIONRESPONSE']._serialized_end=1261
52
+ _globals['_ACCEPTINVITATIONREQUEST']._serialized_start=1263
53
+ _globals['_ACCEPTINVITATIONREQUEST']._serialized_end=1311
54
+ _globals['_ACCEPTINVITATIONRESPONSE']._serialized_start=1313
55
+ _globals['_ACCEPTINVITATIONRESPONSE']._serialized_end=1339
56
+ _globals['_CANCELJOININGINVITATIONREQUEST']._serialized_start=1341
57
+ _globals['_CANCELJOININGINVITATIONREQUEST']._serialized_end=1396
58
+ _globals['_CANCELJOININGINVITATIONRESPONSE']._serialized_start=1398
59
+ _globals['_CANCELJOININGINVITATIONRESPONSE']._serialized_end=1431
60
+ _globals['_LISTACCOUNTINVITATIONSREQUEST']._serialized_start=1433
61
+ _globals['_LISTACCOUNTINVITATIONSREQUEST']._serialized_end=1464
62
+ _globals['_LISTACCOUNTINVITATIONSRESPONSE']._serialized_start=1466
63
+ _globals['_LISTACCOUNTINVITATIONSRESPONSE']._serialized_end=1579
64
+ _globals['_LISTUSERINVITATIONSREQUEST']._serialized_start=1581
65
+ _globals['_LISTUSERINVITATIONSREQUEST']._serialized_end=1609
66
+ _globals['_LISTUSERINVITATIONSRESPONSE']._serialized_start=1611
67
+ _globals['_LISTUSERINVITATIONSRESPONSE']._serialized_end=1721
68
+ _globals['_LISTUSERMEMBERSHIPSREQUEST']._serialized_start=1723
69
+ _globals['_LISTUSERMEMBERSHIPSREQUEST']._serialized_end=1751
70
+ _globals['_LISTUSERMEMBERSHIPSRESPONSE']._serialized_start=1754
71
+ _globals['_LISTUSERMEMBERSHIPSRESPONSE']._serialized_end=1941
72
+ _globals['_ACCOUNTMEMBERSHIPSERVICE']._serialized_start=1944
73
+ _globals['_ACCOUNTMEMBERSHIPSERVICE']._serialized_end=3559
251
74
  # @@protoc_insertion_point(module_scope)