frogml-core 0.0.108__py3-none-any.whl → 0.0.110__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 (219) hide show
  1. frogml_core/__init__.py +1 -1
  2. frogml_core/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py +1 -1
  3. {frogml_core-0.0.108.dist-info → frogml_core-0.0.110.dist-info}/METADATA +4 -5
  4. {frogml_core-0.0.108.dist-info → frogml_core-0.0.110.dist-info}/RECORD +219 -219
  5. frogml_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py +8 -23
  6. frogml_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py +10 -27
  7. frogml_proto/jfml/model_version/v1/artifact_pb2.py +8 -24
  8. frogml_proto/jfml/model_version/v1/build_spec_pb2.py +12 -44
  9. frogml_proto/jfml/model_version/v1/model_repository_spec_pb2.py +6 -14
  10. frogml_proto/jfml/model_version/v1/model_version_framework_pb2.py +18 -74
  11. frogml_proto/jfml/model_version/v1/model_version_manager_service_pb2.py +34 -147
  12. frogml_proto/jfml/model_version/v1/model_version_pb2.py +32 -148
  13. frogml_proto/qwak/administration/account/v1/account_pb2.py +22 -87
  14. frogml_proto/qwak/administration/account/v1/account_service_pb2.py +42 -187
  15. frogml_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +26 -114
  16. frogml_proto/qwak/administration/account/v1/personalization_pb2.py +8 -24
  17. frogml_proto/qwak/administration/account/v1/preferences_pb2.py +6 -14
  18. frogml_proto/qwak/administration/account/v1/terms_pb2.py +14 -54
  19. frogml_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +18 -67
  20. frogml_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +8 -24
  21. frogml_proto/qwak/administration/authenticated_user/v1/details_pb2.py +14 -54
  22. frogml_proto/qwak/administration/cluster/v2/cluster_pb2.py +38 -173
  23. frogml_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +6 -14
  24. frogml_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +8 -24
  25. frogml_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +10 -34
  26. frogml_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +6 -14
  27. frogml_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +12 -44
  28. frogml_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +9 -15
  29. frogml_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.pyi +29 -0
  30. frogml_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +6 -14
  31. frogml_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +8 -15
  32. frogml_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.pyi +16 -0
  33. frogml_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +10 -34
  34. frogml_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +14 -54
  35. frogml_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +6 -14
  36. frogml_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +6 -14
  37. frogml_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +14 -54
  38. frogml_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +10 -34
  39. frogml_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +10 -34
  40. frogml_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +6 -14
  41. frogml_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +10 -34
  42. frogml_proto/qwak/administration/v0/authentication/authentication_service_pb2.py +14 -47
  43. frogml_proto/qwak/administration/v0/environments/configuration_pb2.py +20 -82
  44. frogml_proto/qwak/administration/v0/environments/environment_pb2.py +12 -40
  45. frogml_proto/qwak/administration/v0/environments/environment_service_pb2.py +36 -158
  46. frogml_proto/qwak/administration/v0/environments/personalization_pb2.py +8 -24
  47. frogml_proto/qwak/administration/v0/users/user_pb2.py +18 -71
  48. frogml_proto/qwak/admiral/secret/v0/secret_pb2.py +26 -115
  49. frogml_proto/qwak/admiral/secret/v0/secret_service_pb2.py +18 -67
  50. frogml_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +18 -67
  51. frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +38 -174
  52. frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +22 -87
  53. frogml_proto/qwak/analytics/analytics_pb2.py +26 -121
  54. frogml_proto/qwak/analytics/analytics_service_pb2.py +46 -207
  55. frogml_proto/qwak/artifactory_settings/artifactory_settings_pb2.py +8 -24
  56. frogml_proto/qwak/audience/v1/audience_api_pb2.py +30 -127
  57. frogml_proto/qwak/audience/v1/audience_pb2.py +26 -113
  58. frogml_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +18 -79
  59. frogml_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +10 -27
  60. frogml_proto/qwak/automation/v1/action_pb2.py +40 -180
  61. frogml_proto/qwak/automation/v1/auto_scaling_pb2.py +18 -79
  62. frogml_proto/qwak/automation/v1/automation_execution_pb2.py +12 -43
  63. frogml_proto/qwak/automation/v1/automation_management_service_pb2.py +56 -258
  64. frogml_proto/qwak/automation/v1/automation_pb2.py +10 -34
  65. frogml_proto/qwak/automation/v1/common_pb2.py +10 -35
  66. frogml_proto/qwak/automation/v1/notification_pb2.py +16 -68
  67. frogml_proto/qwak/automation/v1/trigger_pb2.py +14 -54
  68. frogml_proto/qwak/batch_job/v1/batch_job_events_pb2.py +26 -116
  69. frogml_proto/qwak/batch_job/v1/batch_job_resources_pb2.py +8 -26
  70. frogml_proto/qwak/batch_job/v1/batch_job_service_pb2.py +118 -561
  71. frogml_proto/qwak/build/v1/build_api_pb2.py +86 -407
  72. frogml_proto/qwak/build/v1/build_pb2.py +114 -549
  73. frogml_proto/qwak/build_settings/build_settings_api_pb2.py +18 -67
  74. frogml_proto/qwak/build_settings/build_settings_pb2.py +18 -74
  75. frogml_proto/qwak/builds/build_pb2.py +44 -206
  76. frogml_proto/qwak/builds/build_url_pb2.py +26 -113
  77. frogml_proto/qwak/builds/builds_orchestrator_service_pb2.py +58 -269
  78. frogml_proto/qwak/builds/builds_pb2.py +110 -519
  79. frogml_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +12 -37
  80. frogml_proto/qwak/data_versioning/data_versioning_pb2.py +8 -24
  81. frogml_proto/qwak/data_versioning/data_versioning_service_pb2.py +14 -47
  82. frogml_proto/qwak/deployment/alert_pb2.py +24 -108
  83. frogml_proto/qwak/deployment/alert_service_pb2.py +30 -127
  84. frogml_proto/qwak/deployment/deployment_messages_pb2.py +6 -14
  85. frogml_proto/qwak/deployment/deployment_pb2.py +124 -588
  86. frogml_proto/qwak/deployment/deployment_service_pb2.py +86 -419
  87. frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2.py +14 -47
  88. frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2.py +8 -24
  89. frogml_proto/qwak/ecosystem/jfrog/v0/token_pb2.py +36 -164
  90. frogml_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +22 -87
  91. frogml_proto/qwak/ecosystem/v0/credentials_pb2.py +10 -34
  92. frogml_proto/qwak/ecosystem/v0/ecosystem_pb2.py +30 -138
  93. frogml_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +52 -237
  94. frogml_proto/qwak/execution/v1/backfill_pb2.py +18 -74
  95. frogml_proto/qwak/execution/v1/batch_pb2.py +10 -34
  96. frogml_proto/qwak/execution/v1/deletion_pb2.py +12 -44
  97. frogml_proto/qwak/execution/v1/execution_pb2.py +16 -69
  98. frogml_proto/qwak/execution/v1/execution_service_pb2.py +64 -298
  99. frogml_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +6 -14
  100. frogml_proto/qwak/execution/v1/jobs/job_pb2.py +18 -76
  101. frogml_proto/qwak/execution/v1/jobs/job_service_pb2.py +54 -247
  102. frogml_proto/qwak/execution/v1/jobs/reports/report_pb2.py +20 -84
  103. frogml_proto/qwak/execution/v1/state/execution_state_pb2.py +6 -14
  104. frogml_proto/qwak/execution/v1/state/execution_state_service_pb2.py +30 -127
  105. frogml_proto/qwak/execution/v1/state/featureset_state_pb2.py +6 -14
  106. frogml_proto/qwak/execution/v1/state/spark_execution_state_pb2.py +14 -68
  107. frogml_proto/qwak/execution/v1/streaming_aggregation_pb2.py +14 -54
  108. frogml_proto/qwak/execution/v1/streaming_pb2.py +12 -44
  109. frogml_proto/qwak/feature_store/entities/entity_pb2.py +16 -57
  110. frogml_proto/qwak/feature_store/entities/entity_service_pb2.py +30 -127
  111. frogml_proto/qwak/feature_store/features/aggregation_pb2.py +38 -175
  112. frogml_proto/qwak/feature_store/features/deployment_pb2.py +36 -167
  113. frogml_proto/qwak/feature_store/features/deployment_service_pb2.py +10 -27
  114. frogml_proto/qwak/feature_store/features/execution_pb2.py +14 -56
  115. frogml_proto/qwak/feature_store/features/feature_set_attribute_pb2.py +6 -14
  116. frogml_proto/qwak/feature_store/features/feature_set_pb2.py +34 -155
  117. frogml_proto/qwak/feature_store/features/feature_set_service_pb2.py +92 -439
  118. frogml_proto/qwak/feature_store/features/feature_set_state_pb2.py +38 -181
  119. frogml_proto/qwak/feature_store/features/feature_set_state_service_pb2.py +26 -107
  120. frogml_proto/qwak/feature_store/features/feature_set_types_pb2.py +74 -346
  121. frogml_proto/qwak/feature_store/features/monitoring_pb2.py +10 -34
  122. frogml_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +32 -143
  123. frogml_proto/qwak/feature_store/jobs/job_pb2.py +12 -46
  124. frogml_proto/qwak/feature_store/jobs/job_service_pb2.py +30 -127
  125. frogml_proto/qwak/feature_store/jobs/v1/job_pb2.py +12 -45
  126. frogml_proto/qwak/feature_store/jobs/v1/job_service_pb2.py +42 -187
  127. frogml_proto/qwak/feature_store/platform/platform_details_pb2.py +8 -24
  128. frogml_proto/qwak/feature_store/reports/report_pb2.py +14 -53
  129. frogml_proto/qwak/feature_store/repository/common/platform_pb2.py +10 -34
  130. frogml_proto/qwak/feature_store/serving/management_pb2.py +14 -47
  131. frogml_proto/qwak/feature_store/serving/metadata_pb2.py +12 -44
  132. frogml_proto/qwak/feature_store/serving/serving_pb2.py +50 -222
  133. frogml_proto/qwak/feature_store/serving/v1/value_pb2.py +8 -24
  134. frogml_proto/qwak/feature_store/sinks/sink_pb2.py +14 -54
  135. frogml_proto/qwak/feature_store/sources/batch_pb2.py +70 -334
  136. frogml_proto/qwak/feature_store/sources/data_source_attribute_pb2.py +6 -14
  137. frogml_proto/qwak/feature_store/sources/data_source_pb2.py +14 -54
  138. frogml_proto/qwak/feature_store/sources/data_source_service_pb2.py +34 -147
  139. frogml_proto/qwak/feature_store/sources/streaming_pb2.py +34 -146
  140. frogml_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +6 -14
  141. frogml_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +10 -34
  142. frogml_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +16 -58
  143. frogml_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +10 -27
  144. frogml_proto/qwak/features_operator/v1/features_operator_pb2.py +14 -54
  145. frogml_proto/qwak/features_operator/v1/features_operator_service_pb2.py +14 -47
  146. frogml_proto/qwak/features_operator/v2/features_operator_pb2.py +16 -64
  147. frogml_proto/qwak/features_operator/v2/features_operator_service_pb2.py +12 -37
  148. frogml_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +26 -107
  149. frogml_proto/qwak/features_operator/v3/features_operator_pb2.py +16 -64
  150. frogml_proto/qwak/file_versioning/file_versioning_pb2.py +10 -33
  151. frogml_proto/qwak/file_versioning/file_versioning_service_pb2.py +14 -47
  152. frogml_proto/qwak/fitness_service/constructs_pb2.py +22 -99
  153. frogml_proto/qwak/fitness_service/fitness_pb2.py +10 -32
  154. frogml_proto/qwak/fitness_service/fitness_service_pb2.py +22 -87
  155. frogml_proto/qwak/fitness_service/status_pb2.py +24 -106
  156. frogml_proto/qwak/inference/feedback/feedback_pb2.py +28 -96
  157. frogml_proto/qwak/instance_template/instance_template_pb2.py +12 -40
  158. frogml_proto/qwak/instance_template/instance_template_service_pb2.py +14 -47
  159. frogml_proto/qwak/integration/hugging_face_integration_pb2.py +16 -64
  160. frogml_proto/qwak/integration/integration_pb2.py +28 -126
  161. frogml_proto/qwak/integration/integration_service_pb2.py +34 -147
  162. frogml_proto/qwak/integration/open_a_i_integration_pb2.py +16 -64
  163. frogml_proto/qwak/integration/opsgenie_integration_pb2.py +20 -82
  164. frogml_proto/qwak/integration/pagerduty_integration_pb2.py +24 -104
  165. frogml_proto/qwak/integration/slack_app_integration_pb2.py +24 -104
  166. frogml_proto/qwak/jfrog/gateway/v0/repository_pb2.py +18 -74
  167. frogml_proto/qwak/jfrog/gateway/v0/repository_service_pb2.py +14 -47
  168. frogml_proto/qwak/kube_deployment_captain/alert_pb2.py +22 -97
  169. frogml_proto/qwak/kube_deployment_captain/alerting_pb2.py +12 -44
  170. frogml_proto/qwak/kube_deployment_captain/batch_job_pb2.py +68 -322
  171. frogml_proto/qwak/kube_deployment_captain/deployment_pb2.py +44 -167
  172. frogml_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +32 -144
  173. frogml_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +108 -519
  174. frogml_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +8 -24
  175. frogml_proto/qwak/logging/log_filter_pb2.py +12 -44
  176. frogml_proto/qwak/logging/log_line_pb2.py +8 -25
  177. frogml_proto/qwak/logging/log_reader_service_pb2.py +10 -27
  178. frogml_proto/qwak/logging/log_source_pb2.py +30 -134
  179. frogml_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +18 -74
  180. frogml_proto/qwak/model_group/model_group_pb2.py +14 -47
  181. frogml_proto/qwak/model_group/model_group_repository_details_pb2.py +18 -74
  182. frogml_proto/qwak/models/models_pb2.py +88 -405
  183. frogml_proto/qwak/models/models_query_pb2.py +16 -56
  184. frogml_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +30 -127
  185. frogml_proto/qwak/monitoring/v0/alerting_channel_pb2.py +34 -152
  186. frogml_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +14 -47
  187. frogml_proto/qwak/offline/serving/v1/feature_values_pb2.py +6 -14
  188. frogml_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +30 -123
  189. frogml_proto/qwak/offline/serving/v1/options_pb2.py +6 -14
  190. frogml_proto/qwak/offline/serving/v1/population_pb2.py +14 -54
  191. frogml_proto/qwak/projects/jfrog_project_spec_pb2.py +6 -14
  192. frogml_proto/qwak/projects/projects_pb2.py +44 -190
  193. frogml_proto/qwak/prompt/v1/prompt/prompt_manager_service_pb2.py +54 -247
  194. frogml_proto/qwak/prompt/v1/prompt/prompt_pb2.py +46 -214
  195. frogml_proto/qwak/secret_service/secret_service_pb2.py +18 -67
  196. frogml_proto/qwak/self_service/account/v0/account_membership_pb2.py +24 -106
  197. frogml_proto/qwak/self_service/account/v0/account_membership_service_pb2.py +50 -227
  198. frogml_proto/qwak/self_service/account/v0/account_status_pb2.py +16 -65
  199. frogml_proto/qwak/self_service/account/v0/managing_account_pb2.py +30 -131
  200. frogml_proto/qwak/self_service/account/v0/managing_account_service_pb2.py +22 -87
  201. frogml_proto/qwak/self_service/user/v1/api_key_pb2.py +6 -14
  202. frogml_proto/qwak/self_service/user/v1/user_pb2.py +6 -14
  203. frogml_proto/qwak/self_service/user/v1/user_service_pb2.py +30 -121
  204. frogml_proto/qwak/service_discovery/service_discovery_location_pb2.py +12 -44
  205. frogml_proto/qwak/service_discovery/service_discovery_location_service_pb2.py +10 -27
  206. frogml_proto/qwak/traffic/v1/traffic_api_pb2.py +22 -87
  207. frogml_proto/qwak/traffic/v1/traffic_pb2.py +26 -113
  208. frogml_proto/qwak/user_application/common/v0/resources_pb2.py +30 -138
  209. frogml_proto/qwak/user_application/v0/user_application_pb2.py +10 -43
  210. frogml_proto/qwak/vectors/v1/collection/collection_pb2.py +24 -106
  211. frogml_proto/qwak/vectors/v1/collection/collection_service_pb2.py +38 -167
  212. frogml_proto/qwak/vectors/v1/collection/event/collection_event_pb2.py +6 -14
  213. frogml_proto/qwak/vectors/v1/filters_pb2.py +30 -134
  214. frogml_proto/qwak/vectors/v1/vector_pb2.py +14 -54
  215. frogml_proto/qwak/vectors/v1/vector_service_pb2.py +26 -107
  216. frogml_proto/qwak/workspace/workspace_pb2.py +22 -107
  217. frogml_proto/qwak/workspace/workspace_service_pb2.py +62 -287
  218. frogml_storage/__init__.py +1 -1
  219. {frogml_core-0.0.108.dist-info → frogml_core-0.0.110.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()
@@ -17,293 +16,69 @@ from frogml_proto.qwak.workspace import workspace_pb2 as qwak_dot_workspace_dot_
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n&qwak/workspace/workspace_service.proto\x12\x19qwak.workspace.management\x1a\x1eqwak/workspace/workspace.proto\"Z\n\x16\x43reateWorkspaceRequest\x12@\n\x0eworkspace_spec\x18\x01 \x01(\x0b\x32(.qwak.workspace.management.WorkspaceSpec\"/\n\x17\x43reateWorkspaceResponse\x12\x14\n\x0cworkspace_id\x18\x01 \x01(\t\"p\n\x16UpdateWorkspaceRequest\x12\x14\n\x0cworkspace_id\x18\x01 \x01(\t\x12@\n\x0eworkspace_spec\x18\x02 \x01(\x0b\x32(.qwak.workspace.management.WorkspaceSpec\".\n\x16\x44\x65ployWorkspaceRequest\x12\x14\n\x0cworkspace_id\x18\x01 \x01(\t\"\x19\n\x17\x44\x65ployWorkspaceResponse\"0\n\x18UndeployWorkspaceRequest\x12\x14\n\x0cworkspace_id\x18\x01 \x01(\t\"\x1b\n\x19UndeployWorkspaceResponse\"\x19\n\x17UpdateWorkspaceResponse\"\x17\n\x15ListWorkspacesRequest\"R\n\x16ListWorkspacesResponse\x12\x38\n\nworkspaces\x18\x01 \x03(\x0b\x32$.qwak.workspace.management.Workspace\"/\n\x17GetWorkspaceByIdRequest\x12\x14\n\x0cworkspace_id\x18\x01 \x01(\t\"S\n\x18GetWorkspaceByIdResponse\x12\x37\n\tworkspace\x18\x01 \x01(\x0b\x32$.qwak.workspace.management.Workspace\".\n\x16\x44\x65leteWorkspaceRequest\x12\x14\n\x0cworkspace_id\x18\x01 \x01(\t\"\x19\n\x17\x44\x65leteWorkspaceResponse\"\x9a\x01\n$UpdateWorkspaceStatusFromEdgeRequest\x12r\n)update_workspace_status_from_edge_details\x18\x01 \x01(\x0b\x32?.qwak.workspace.management.UpdateWorkspaceStatusFromEdgeDetails\"\'\n%UpdateWorkspaceStatusFromEdgeResponse\"A\n\x1bRegisterWorkspaceTagRequest\x12\x14\n\x0cworkspace_id\x18\x01 \x01(\t\x12\x0c\n\x04tags\x18\x02 \x03(\t\"\x1e\n\x1cRegisterWorkspaceTagResponse\"\x1c\n\x1aListWorkspaceImagesRequest\"b\n\x1bListWorkspaceImagesResponse\x12\x43\n\x10workspace_images\x18\x01 \x03(\x0b\x32).qwak.workspace.management.WorkspaceImage\"\x18\n\x16\x43ountWorkspacesRequest\"(\n\x17\x43ountWorkspacesResponse\x12\r\n\x05\x63ount\x18\x01 \x01(\x05\"\"\n GetDefaultWorkspaceValuesRequest\"z\n!GetDefaultWorkspaceValuesResponse\x12U\n\x19\x64\x65\x66\x61ult_workspace_details\x18\x01 \x01(\x0b\x32\x32.qwak.workspace.management.DefaultWorkspaceDetails\"B\n\x18MarkBuildAsCopiedRequest\x12\x14\n\x0cworkspace_id\x18\x01 \x01(\t\x12\x10\n\x08\x62uild_id\x18\x02 \x01(\t\"\x1b\n\x19MarkBuildAsCopiedResponse\":\n\x10\x43opyBuildRequest\x12\x14\n\x0cworkspace_id\x18\x01 \x01(\t\x12\x10\n\x08\x62uild_id\x18\x02 \x01(\t\"\x13\n\x11\x43opyBuildResponse2\xaa\x0e\n\x1aWorkspaceManagementService\x12x\n\x0f\x43reateWorkspace\x12\x31.qwak.workspace.management.CreateWorkspaceRequest\x1a\x32.qwak.workspace.management.CreateWorkspaceResponse\x12x\n\x0fUpdateWorkspace\x12\x31.qwak.workspace.management.UpdateWorkspaceRequest\x1a\x32.qwak.workspace.management.UpdateWorkspaceResponse\x12x\n\x0f\x44\x65ployWorkspace\x12\x31.qwak.workspace.management.DeployWorkspaceRequest\x1a\x32.qwak.workspace.management.DeployWorkspaceResponse\x12~\n\x11UndeployWorkspace\x12\x33.qwak.workspace.management.UndeployWorkspaceRequest\x1a\x34.qwak.workspace.management.UndeployWorkspaceResponse\x12u\n\x0eListWorkspaces\x12\x30.qwak.workspace.management.ListWorkspacesRequest\x1a\x31.qwak.workspace.management.ListWorkspacesResponse\x12{\n\x10GetWorkspaceById\x12\x32.qwak.workspace.management.GetWorkspaceByIdRequest\x1a\x33.qwak.workspace.management.GetWorkspaceByIdResponse\x12x\n\x0f\x44\x65leteWorkspace\x12\x31.qwak.workspace.management.DeleteWorkspaceRequest\x1a\x32.qwak.workspace.management.DeleteWorkspaceResponse\x12\xa2\x01\n\x1dUpdateWorkspaceStatusFromEdge\x12?.qwak.workspace.management.UpdateWorkspaceStatusFromEdgeRequest\x1a@.qwak.workspace.management.UpdateWorkspaceStatusFromEdgeResponse\x12\x84\x01\n\x13ListWorkspaceImages\x12\x35.qwak.workspace.management.ListWorkspaceImagesRequest\x1a\x36.qwak.workspace.management.ListWorkspaceImagesResponse\x12\x88\x01\n\x15RegisterWorkspaceTags\x12\x36.qwak.workspace.management.RegisterWorkspaceTagRequest\x1a\x37.qwak.workspace.management.RegisterWorkspaceTagResponse\x12x\n\x0f\x43ountWorkspaces\x12\x31.qwak.workspace.management.CountWorkspacesRequest\x1a\x32.qwak.workspace.management.CountWorkspacesResponse\x12\x96\x01\n\x19GetDefaultWorkspaceValues\x12;.qwak.workspace.management.GetDefaultWorkspaceValuesRequest\x1a<.qwak.workspace.management.GetDefaultWorkspaceValuesResponse\x12~\n\x11MarkBuildAsCopied\x12\x33.qwak.workspace.management.MarkBuildAsCopiedRequest\x1a\x34.qwak.workspace.management.MarkBuildAsCopiedResponse\x12\x66\n\tCopyBuild\x12+.qwak.workspace.management.CopyBuildRequest\x1a,.qwak.workspace.management.CopyBuildResponseBB\n$com.qwak.ai.management.workspace.apiP\x01Z\x18qwak/workspace;workspaceb\x06proto3')
19
18
 
20
-
21
-
22
- _CREATEWORKSPACEREQUEST = DESCRIPTOR.message_types_by_name['CreateWorkspaceRequest']
23
- _CREATEWORKSPACERESPONSE = DESCRIPTOR.message_types_by_name['CreateWorkspaceResponse']
24
- _UPDATEWORKSPACEREQUEST = DESCRIPTOR.message_types_by_name['UpdateWorkspaceRequest']
25
- _DEPLOYWORKSPACEREQUEST = DESCRIPTOR.message_types_by_name['DeployWorkspaceRequest']
26
- _DEPLOYWORKSPACERESPONSE = DESCRIPTOR.message_types_by_name['DeployWorkspaceResponse']
27
- _UNDEPLOYWORKSPACEREQUEST = DESCRIPTOR.message_types_by_name['UndeployWorkspaceRequest']
28
- _UNDEPLOYWORKSPACERESPONSE = DESCRIPTOR.message_types_by_name['UndeployWorkspaceResponse']
29
- _UPDATEWORKSPACERESPONSE = DESCRIPTOR.message_types_by_name['UpdateWorkspaceResponse']
30
- _LISTWORKSPACESREQUEST = DESCRIPTOR.message_types_by_name['ListWorkspacesRequest']
31
- _LISTWORKSPACESRESPONSE = DESCRIPTOR.message_types_by_name['ListWorkspacesResponse']
32
- _GETWORKSPACEBYIDREQUEST = DESCRIPTOR.message_types_by_name['GetWorkspaceByIdRequest']
33
- _GETWORKSPACEBYIDRESPONSE = DESCRIPTOR.message_types_by_name['GetWorkspaceByIdResponse']
34
- _DELETEWORKSPACEREQUEST = DESCRIPTOR.message_types_by_name['DeleteWorkspaceRequest']
35
- _DELETEWORKSPACERESPONSE = DESCRIPTOR.message_types_by_name['DeleteWorkspaceResponse']
36
- _UPDATEWORKSPACESTATUSFROMEDGEREQUEST = DESCRIPTOR.message_types_by_name['UpdateWorkspaceStatusFromEdgeRequest']
37
- _UPDATEWORKSPACESTATUSFROMEDGERESPONSE = DESCRIPTOR.message_types_by_name['UpdateWorkspaceStatusFromEdgeResponse']
38
- _REGISTERWORKSPACETAGREQUEST = DESCRIPTOR.message_types_by_name['RegisterWorkspaceTagRequest']
39
- _REGISTERWORKSPACETAGRESPONSE = DESCRIPTOR.message_types_by_name['RegisterWorkspaceTagResponse']
40
- _LISTWORKSPACEIMAGESREQUEST = DESCRIPTOR.message_types_by_name['ListWorkspaceImagesRequest']
41
- _LISTWORKSPACEIMAGESRESPONSE = DESCRIPTOR.message_types_by_name['ListWorkspaceImagesResponse']
42
- _COUNTWORKSPACESREQUEST = DESCRIPTOR.message_types_by_name['CountWorkspacesRequest']
43
- _COUNTWORKSPACESRESPONSE = DESCRIPTOR.message_types_by_name['CountWorkspacesResponse']
44
- _GETDEFAULTWORKSPACEVALUESREQUEST = DESCRIPTOR.message_types_by_name['GetDefaultWorkspaceValuesRequest']
45
- _GETDEFAULTWORKSPACEVALUESRESPONSE = DESCRIPTOR.message_types_by_name['GetDefaultWorkspaceValuesResponse']
46
- _MARKBUILDASCOPIEDREQUEST = DESCRIPTOR.message_types_by_name['MarkBuildAsCopiedRequest']
47
- _MARKBUILDASCOPIEDRESPONSE = DESCRIPTOR.message_types_by_name['MarkBuildAsCopiedResponse']
48
- _COPYBUILDREQUEST = DESCRIPTOR.message_types_by_name['CopyBuildRequest']
49
- _COPYBUILDRESPONSE = DESCRIPTOR.message_types_by_name['CopyBuildResponse']
50
- CreateWorkspaceRequest = _reflection.GeneratedProtocolMessageType('CreateWorkspaceRequest', (_message.Message,), {
51
- 'DESCRIPTOR' : _CREATEWORKSPACEREQUEST,
52
- '__module__' : 'qwak.workspace.workspace_service_pb2'
53
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.CreateWorkspaceRequest)
54
- })
55
- _sym_db.RegisterMessage(CreateWorkspaceRequest)
56
-
57
- CreateWorkspaceResponse = _reflection.GeneratedProtocolMessageType('CreateWorkspaceResponse', (_message.Message,), {
58
- 'DESCRIPTOR' : _CREATEWORKSPACERESPONSE,
59
- '__module__' : 'qwak.workspace.workspace_service_pb2'
60
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.CreateWorkspaceResponse)
61
- })
62
- _sym_db.RegisterMessage(CreateWorkspaceResponse)
63
-
64
- UpdateWorkspaceRequest = _reflection.GeneratedProtocolMessageType('UpdateWorkspaceRequest', (_message.Message,), {
65
- 'DESCRIPTOR' : _UPDATEWORKSPACEREQUEST,
66
- '__module__' : 'qwak.workspace.workspace_service_pb2'
67
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.UpdateWorkspaceRequest)
68
- })
69
- _sym_db.RegisterMessage(UpdateWorkspaceRequest)
70
-
71
- DeployWorkspaceRequest = _reflection.GeneratedProtocolMessageType('DeployWorkspaceRequest', (_message.Message,), {
72
- 'DESCRIPTOR' : _DEPLOYWORKSPACEREQUEST,
73
- '__module__' : 'qwak.workspace.workspace_service_pb2'
74
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.DeployWorkspaceRequest)
75
- })
76
- _sym_db.RegisterMessage(DeployWorkspaceRequest)
77
-
78
- DeployWorkspaceResponse = _reflection.GeneratedProtocolMessageType('DeployWorkspaceResponse', (_message.Message,), {
79
- 'DESCRIPTOR' : _DEPLOYWORKSPACERESPONSE,
80
- '__module__' : 'qwak.workspace.workspace_service_pb2'
81
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.DeployWorkspaceResponse)
82
- })
83
- _sym_db.RegisterMessage(DeployWorkspaceResponse)
84
-
85
- UndeployWorkspaceRequest = _reflection.GeneratedProtocolMessageType('UndeployWorkspaceRequest', (_message.Message,), {
86
- 'DESCRIPTOR' : _UNDEPLOYWORKSPACEREQUEST,
87
- '__module__' : 'qwak.workspace.workspace_service_pb2'
88
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.UndeployWorkspaceRequest)
89
- })
90
- _sym_db.RegisterMessage(UndeployWorkspaceRequest)
91
-
92
- UndeployWorkspaceResponse = _reflection.GeneratedProtocolMessageType('UndeployWorkspaceResponse', (_message.Message,), {
93
- 'DESCRIPTOR' : _UNDEPLOYWORKSPACERESPONSE,
94
- '__module__' : 'qwak.workspace.workspace_service_pb2'
95
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.UndeployWorkspaceResponse)
96
- })
97
- _sym_db.RegisterMessage(UndeployWorkspaceResponse)
98
-
99
- UpdateWorkspaceResponse = _reflection.GeneratedProtocolMessageType('UpdateWorkspaceResponse', (_message.Message,), {
100
- 'DESCRIPTOR' : _UPDATEWORKSPACERESPONSE,
101
- '__module__' : 'qwak.workspace.workspace_service_pb2'
102
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.UpdateWorkspaceResponse)
103
- })
104
- _sym_db.RegisterMessage(UpdateWorkspaceResponse)
105
-
106
- ListWorkspacesRequest = _reflection.GeneratedProtocolMessageType('ListWorkspacesRequest', (_message.Message,), {
107
- 'DESCRIPTOR' : _LISTWORKSPACESREQUEST,
108
- '__module__' : 'qwak.workspace.workspace_service_pb2'
109
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.ListWorkspacesRequest)
110
- })
111
- _sym_db.RegisterMessage(ListWorkspacesRequest)
112
-
113
- ListWorkspacesResponse = _reflection.GeneratedProtocolMessageType('ListWorkspacesResponse', (_message.Message,), {
114
- 'DESCRIPTOR' : _LISTWORKSPACESRESPONSE,
115
- '__module__' : 'qwak.workspace.workspace_service_pb2'
116
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.ListWorkspacesResponse)
117
- })
118
- _sym_db.RegisterMessage(ListWorkspacesResponse)
119
-
120
- GetWorkspaceByIdRequest = _reflection.GeneratedProtocolMessageType('GetWorkspaceByIdRequest', (_message.Message,), {
121
- 'DESCRIPTOR' : _GETWORKSPACEBYIDREQUEST,
122
- '__module__' : 'qwak.workspace.workspace_service_pb2'
123
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.GetWorkspaceByIdRequest)
124
- })
125
- _sym_db.RegisterMessage(GetWorkspaceByIdRequest)
126
-
127
- GetWorkspaceByIdResponse = _reflection.GeneratedProtocolMessageType('GetWorkspaceByIdResponse', (_message.Message,), {
128
- 'DESCRIPTOR' : _GETWORKSPACEBYIDRESPONSE,
129
- '__module__' : 'qwak.workspace.workspace_service_pb2'
130
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.GetWorkspaceByIdResponse)
131
- })
132
- _sym_db.RegisterMessage(GetWorkspaceByIdResponse)
133
-
134
- DeleteWorkspaceRequest = _reflection.GeneratedProtocolMessageType('DeleteWorkspaceRequest', (_message.Message,), {
135
- 'DESCRIPTOR' : _DELETEWORKSPACEREQUEST,
136
- '__module__' : 'qwak.workspace.workspace_service_pb2'
137
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.DeleteWorkspaceRequest)
138
- })
139
- _sym_db.RegisterMessage(DeleteWorkspaceRequest)
140
-
141
- DeleteWorkspaceResponse = _reflection.GeneratedProtocolMessageType('DeleteWorkspaceResponse', (_message.Message,), {
142
- 'DESCRIPTOR' : _DELETEWORKSPACERESPONSE,
143
- '__module__' : 'qwak.workspace.workspace_service_pb2'
144
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.DeleteWorkspaceResponse)
145
- })
146
- _sym_db.RegisterMessage(DeleteWorkspaceResponse)
147
-
148
- UpdateWorkspaceStatusFromEdgeRequest = _reflection.GeneratedProtocolMessageType('UpdateWorkspaceStatusFromEdgeRequest', (_message.Message,), {
149
- 'DESCRIPTOR' : _UPDATEWORKSPACESTATUSFROMEDGEREQUEST,
150
- '__module__' : 'qwak.workspace.workspace_service_pb2'
151
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.UpdateWorkspaceStatusFromEdgeRequest)
152
- })
153
- _sym_db.RegisterMessage(UpdateWorkspaceStatusFromEdgeRequest)
154
-
155
- UpdateWorkspaceStatusFromEdgeResponse = _reflection.GeneratedProtocolMessageType('UpdateWorkspaceStatusFromEdgeResponse', (_message.Message,), {
156
- 'DESCRIPTOR' : _UPDATEWORKSPACESTATUSFROMEDGERESPONSE,
157
- '__module__' : 'qwak.workspace.workspace_service_pb2'
158
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.UpdateWorkspaceStatusFromEdgeResponse)
159
- })
160
- _sym_db.RegisterMessage(UpdateWorkspaceStatusFromEdgeResponse)
161
-
162
- RegisterWorkspaceTagRequest = _reflection.GeneratedProtocolMessageType('RegisterWorkspaceTagRequest', (_message.Message,), {
163
- 'DESCRIPTOR' : _REGISTERWORKSPACETAGREQUEST,
164
- '__module__' : 'qwak.workspace.workspace_service_pb2'
165
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.RegisterWorkspaceTagRequest)
166
- })
167
- _sym_db.RegisterMessage(RegisterWorkspaceTagRequest)
168
-
169
- RegisterWorkspaceTagResponse = _reflection.GeneratedProtocolMessageType('RegisterWorkspaceTagResponse', (_message.Message,), {
170
- 'DESCRIPTOR' : _REGISTERWORKSPACETAGRESPONSE,
171
- '__module__' : 'qwak.workspace.workspace_service_pb2'
172
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.RegisterWorkspaceTagResponse)
173
- })
174
- _sym_db.RegisterMessage(RegisterWorkspaceTagResponse)
175
-
176
- ListWorkspaceImagesRequest = _reflection.GeneratedProtocolMessageType('ListWorkspaceImagesRequest', (_message.Message,), {
177
- 'DESCRIPTOR' : _LISTWORKSPACEIMAGESREQUEST,
178
- '__module__' : 'qwak.workspace.workspace_service_pb2'
179
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.ListWorkspaceImagesRequest)
180
- })
181
- _sym_db.RegisterMessage(ListWorkspaceImagesRequest)
182
-
183
- ListWorkspaceImagesResponse = _reflection.GeneratedProtocolMessageType('ListWorkspaceImagesResponse', (_message.Message,), {
184
- 'DESCRIPTOR' : _LISTWORKSPACEIMAGESRESPONSE,
185
- '__module__' : 'qwak.workspace.workspace_service_pb2'
186
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.ListWorkspaceImagesResponse)
187
- })
188
- _sym_db.RegisterMessage(ListWorkspaceImagesResponse)
189
-
190
- CountWorkspacesRequest = _reflection.GeneratedProtocolMessageType('CountWorkspacesRequest', (_message.Message,), {
191
- 'DESCRIPTOR' : _COUNTWORKSPACESREQUEST,
192
- '__module__' : 'qwak.workspace.workspace_service_pb2'
193
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.CountWorkspacesRequest)
194
- })
195
- _sym_db.RegisterMessage(CountWorkspacesRequest)
196
-
197
- CountWorkspacesResponse = _reflection.GeneratedProtocolMessageType('CountWorkspacesResponse', (_message.Message,), {
198
- 'DESCRIPTOR' : _COUNTWORKSPACESRESPONSE,
199
- '__module__' : 'qwak.workspace.workspace_service_pb2'
200
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.CountWorkspacesResponse)
201
- })
202
- _sym_db.RegisterMessage(CountWorkspacesResponse)
203
-
204
- GetDefaultWorkspaceValuesRequest = _reflection.GeneratedProtocolMessageType('GetDefaultWorkspaceValuesRequest', (_message.Message,), {
205
- 'DESCRIPTOR' : _GETDEFAULTWORKSPACEVALUESREQUEST,
206
- '__module__' : 'qwak.workspace.workspace_service_pb2'
207
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.GetDefaultWorkspaceValuesRequest)
208
- })
209
- _sym_db.RegisterMessage(GetDefaultWorkspaceValuesRequest)
210
-
211
- GetDefaultWorkspaceValuesResponse = _reflection.GeneratedProtocolMessageType('GetDefaultWorkspaceValuesResponse', (_message.Message,), {
212
- 'DESCRIPTOR' : _GETDEFAULTWORKSPACEVALUESRESPONSE,
213
- '__module__' : 'qwak.workspace.workspace_service_pb2'
214
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.GetDefaultWorkspaceValuesResponse)
215
- })
216
- _sym_db.RegisterMessage(GetDefaultWorkspaceValuesResponse)
217
-
218
- MarkBuildAsCopiedRequest = _reflection.GeneratedProtocolMessageType('MarkBuildAsCopiedRequest', (_message.Message,), {
219
- 'DESCRIPTOR' : _MARKBUILDASCOPIEDREQUEST,
220
- '__module__' : 'qwak.workspace.workspace_service_pb2'
221
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.MarkBuildAsCopiedRequest)
222
- })
223
- _sym_db.RegisterMessage(MarkBuildAsCopiedRequest)
224
-
225
- MarkBuildAsCopiedResponse = _reflection.GeneratedProtocolMessageType('MarkBuildAsCopiedResponse', (_message.Message,), {
226
- 'DESCRIPTOR' : _MARKBUILDASCOPIEDRESPONSE,
227
- '__module__' : 'qwak.workspace.workspace_service_pb2'
228
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.MarkBuildAsCopiedResponse)
229
- })
230
- _sym_db.RegisterMessage(MarkBuildAsCopiedResponse)
231
-
232
- CopyBuildRequest = _reflection.GeneratedProtocolMessageType('CopyBuildRequest', (_message.Message,), {
233
- 'DESCRIPTOR' : _COPYBUILDREQUEST,
234
- '__module__' : 'qwak.workspace.workspace_service_pb2'
235
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.CopyBuildRequest)
236
- })
237
- _sym_db.RegisterMessage(CopyBuildRequest)
238
-
239
- CopyBuildResponse = _reflection.GeneratedProtocolMessageType('CopyBuildResponse', (_message.Message,), {
240
- 'DESCRIPTOR' : _COPYBUILDRESPONSE,
241
- '__module__' : 'qwak.workspace.workspace_service_pb2'
242
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.CopyBuildResponse)
243
- })
244
- _sym_db.RegisterMessage(CopyBuildResponse)
245
-
246
- _WORKSPACEMANAGEMENTSERVICE = DESCRIPTOR.services_by_name['WorkspaceManagementService']
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.workspace.workspace_service_pb2', _globals)
247
22
  if _descriptor._USE_C_DESCRIPTORS == False:
248
23
 
249
24
  DESCRIPTOR._options = None
250
25
  DESCRIPTOR._serialized_options = b'\n$com.qwak.ai.management.workspace.apiP\001Z\030qwak/workspace;workspace'
251
- _CREATEWORKSPACEREQUEST._serialized_start=101
252
- _CREATEWORKSPACEREQUEST._serialized_end=191
253
- _CREATEWORKSPACERESPONSE._serialized_start=193
254
- _CREATEWORKSPACERESPONSE._serialized_end=240
255
- _UPDATEWORKSPACEREQUEST._serialized_start=242
256
- _UPDATEWORKSPACEREQUEST._serialized_end=354
257
- _DEPLOYWORKSPACEREQUEST._serialized_start=356
258
- _DEPLOYWORKSPACEREQUEST._serialized_end=402
259
- _DEPLOYWORKSPACERESPONSE._serialized_start=404
260
- _DEPLOYWORKSPACERESPONSE._serialized_end=429
261
- _UNDEPLOYWORKSPACEREQUEST._serialized_start=431
262
- _UNDEPLOYWORKSPACEREQUEST._serialized_end=479
263
- _UNDEPLOYWORKSPACERESPONSE._serialized_start=481
264
- _UNDEPLOYWORKSPACERESPONSE._serialized_end=508
265
- _UPDATEWORKSPACERESPONSE._serialized_start=510
266
- _UPDATEWORKSPACERESPONSE._serialized_end=535
267
- _LISTWORKSPACESREQUEST._serialized_start=537
268
- _LISTWORKSPACESREQUEST._serialized_end=560
269
- _LISTWORKSPACESRESPONSE._serialized_start=562
270
- _LISTWORKSPACESRESPONSE._serialized_end=644
271
- _GETWORKSPACEBYIDREQUEST._serialized_start=646
272
- _GETWORKSPACEBYIDREQUEST._serialized_end=693
273
- _GETWORKSPACEBYIDRESPONSE._serialized_start=695
274
- _GETWORKSPACEBYIDRESPONSE._serialized_end=778
275
- _DELETEWORKSPACEREQUEST._serialized_start=780
276
- _DELETEWORKSPACEREQUEST._serialized_end=826
277
- _DELETEWORKSPACERESPONSE._serialized_start=828
278
- _DELETEWORKSPACERESPONSE._serialized_end=853
279
- _UPDATEWORKSPACESTATUSFROMEDGEREQUEST._serialized_start=856
280
- _UPDATEWORKSPACESTATUSFROMEDGEREQUEST._serialized_end=1010
281
- _UPDATEWORKSPACESTATUSFROMEDGERESPONSE._serialized_start=1012
282
- _UPDATEWORKSPACESTATUSFROMEDGERESPONSE._serialized_end=1051
283
- _REGISTERWORKSPACETAGREQUEST._serialized_start=1053
284
- _REGISTERWORKSPACETAGREQUEST._serialized_end=1118
285
- _REGISTERWORKSPACETAGRESPONSE._serialized_start=1120
286
- _REGISTERWORKSPACETAGRESPONSE._serialized_end=1150
287
- _LISTWORKSPACEIMAGESREQUEST._serialized_start=1152
288
- _LISTWORKSPACEIMAGESREQUEST._serialized_end=1180
289
- _LISTWORKSPACEIMAGESRESPONSE._serialized_start=1182
290
- _LISTWORKSPACEIMAGESRESPONSE._serialized_end=1280
291
- _COUNTWORKSPACESREQUEST._serialized_start=1282
292
- _COUNTWORKSPACESREQUEST._serialized_end=1306
293
- _COUNTWORKSPACESRESPONSE._serialized_start=1308
294
- _COUNTWORKSPACESRESPONSE._serialized_end=1348
295
- _GETDEFAULTWORKSPACEVALUESREQUEST._serialized_start=1350
296
- _GETDEFAULTWORKSPACEVALUESREQUEST._serialized_end=1384
297
- _GETDEFAULTWORKSPACEVALUESRESPONSE._serialized_start=1386
298
- _GETDEFAULTWORKSPACEVALUESRESPONSE._serialized_end=1508
299
- _MARKBUILDASCOPIEDREQUEST._serialized_start=1510
300
- _MARKBUILDASCOPIEDREQUEST._serialized_end=1576
301
- _MARKBUILDASCOPIEDRESPONSE._serialized_start=1578
302
- _MARKBUILDASCOPIEDRESPONSE._serialized_end=1605
303
- _COPYBUILDREQUEST._serialized_start=1607
304
- _COPYBUILDREQUEST._serialized_end=1665
305
- _COPYBUILDRESPONSE._serialized_start=1667
306
- _COPYBUILDRESPONSE._serialized_end=1686
307
- _WORKSPACEMANAGEMENTSERVICE._serialized_start=1689
308
- _WORKSPACEMANAGEMENTSERVICE._serialized_end=3523
26
+ _globals['_CREATEWORKSPACEREQUEST']._serialized_start=101
27
+ _globals['_CREATEWORKSPACEREQUEST']._serialized_end=191
28
+ _globals['_CREATEWORKSPACERESPONSE']._serialized_start=193
29
+ _globals['_CREATEWORKSPACERESPONSE']._serialized_end=240
30
+ _globals['_UPDATEWORKSPACEREQUEST']._serialized_start=242
31
+ _globals['_UPDATEWORKSPACEREQUEST']._serialized_end=354
32
+ _globals['_DEPLOYWORKSPACEREQUEST']._serialized_start=356
33
+ _globals['_DEPLOYWORKSPACEREQUEST']._serialized_end=402
34
+ _globals['_DEPLOYWORKSPACERESPONSE']._serialized_start=404
35
+ _globals['_DEPLOYWORKSPACERESPONSE']._serialized_end=429
36
+ _globals['_UNDEPLOYWORKSPACEREQUEST']._serialized_start=431
37
+ _globals['_UNDEPLOYWORKSPACEREQUEST']._serialized_end=479
38
+ _globals['_UNDEPLOYWORKSPACERESPONSE']._serialized_start=481
39
+ _globals['_UNDEPLOYWORKSPACERESPONSE']._serialized_end=508
40
+ _globals['_UPDATEWORKSPACERESPONSE']._serialized_start=510
41
+ _globals['_UPDATEWORKSPACERESPONSE']._serialized_end=535
42
+ _globals['_LISTWORKSPACESREQUEST']._serialized_start=537
43
+ _globals['_LISTWORKSPACESREQUEST']._serialized_end=560
44
+ _globals['_LISTWORKSPACESRESPONSE']._serialized_start=562
45
+ _globals['_LISTWORKSPACESRESPONSE']._serialized_end=644
46
+ _globals['_GETWORKSPACEBYIDREQUEST']._serialized_start=646
47
+ _globals['_GETWORKSPACEBYIDREQUEST']._serialized_end=693
48
+ _globals['_GETWORKSPACEBYIDRESPONSE']._serialized_start=695
49
+ _globals['_GETWORKSPACEBYIDRESPONSE']._serialized_end=778
50
+ _globals['_DELETEWORKSPACEREQUEST']._serialized_start=780
51
+ _globals['_DELETEWORKSPACEREQUEST']._serialized_end=826
52
+ _globals['_DELETEWORKSPACERESPONSE']._serialized_start=828
53
+ _globals['_DELETEWORKSPACERESPONSE']._serialized_end=853
54
+ _globals['_UPDATEWORKSPACESTATUSFROMEDGEREQUEST']._serialized_start=856
55
+ _globals['_UPDATEWORKSPACESTATUSFROMEDGEREQUEST']._serialized_end=1010
56
+ _globals['_UPDATEWORKSPACESTATUSFROMEDGERESPONSE']._serialized_start=1012
57
+ _globals['_UPDATEWORKSPACESTATUSFROMEDGERESPONSE']._serialized_end=1051
58
+ _globals['_REGISTERWORKSPACETAGREQUEST']._serialized_start=1053
59
+ _globals['_REGISTERWORKSPACETAGREQUEST']._serialized_end=1118
60
+ _globals['_REGISTERWORKSPACETAGRESPONSE']._serialized_start=1120
61
+ _globals['_REGISTERWORKSPACETAGRESPONSE']._serialized_end=1150
62
+ _globals['_LISTWORKSPACEIMAGESREQUEST']._serialized_start=1152
63
+ _globals['_LISTWORKSPACEIMAGESREQUEST']._serialized_end=1180
64
+ _globals['_LISTWORKSPACEIMAGESRESPONSE']._serialized_start=1182
65
+ _globals['_LISTWORKSPACEIMAGESRESPONSE']._serialized_end=1280
66
+ _globals['_COUNTWORKSPACESREQUEST']._serialized_start=1282
67
+ _globals['_COUNTWORKSPACESREQUEST']._serialized_end=1306
68
+ _globals['_COUNTWORKSPACESRESPONSE']._serialized_start=1308
69
+ _globals['_COUNTWORKSPACESRESPONSE']._serialized_end=1348
70
+ _globals['_GETDEFAULTWORKSPACEVALUESREQUEST']._serialized_start=1350
71
+ _globals['_GETDEFAULTWORKSPACEVALUESREQUEST']._serialized_end=1384
72
+ _globals['_GETDEFAULTWORKSPACEVALUESRESPONSE']._serialized_start=1386
73
+ _globals['_GETDEFAULTWORKSPACEVALUESRESPONSE']._serialized_end=1508
74
+ _globals['_MARKBUILDASCOPIEDREQUEST']._serialized_start=1510
75
+ _globals['_MARKBUILDASCOPIEDREQUEST']._serialized_end=1576
76
+ _globals['_MARKBUILDASCOPIEDRESPONSE']._serialized_start=1578
77
+ _globals['_MARKBUILDASCOPIEDRESPONSE']._serialized_end=1605
78
+ _globals['_COPYBUILDREQUEST']._serialized_start=1607
79
+ _globals['_COPYBUILDREQUEST']._serialized_end=1665
80
+ _globals['_COPYBUILDRESPONSE']._serialized_start=1667
81
+ _globals['_COPYBUILDRESPONSE']._serialized_end=1686
82
+ _globals['_WORKSPACEMANAGEMENTSERVICE']._serialized_start=1689
83
+ _globals['_WORKSPACEMANAGEMENTSERVICE']._serialized_end=3523
309
84
  # @@protoc_insertion_point(module_scope)
@@ -1 +1 @@
1
- __version__ = "0.0.108"
1
+ __version__ = "0.0.110"