chalkpy 2.89.22__py3-none-any.whl → 2.95.3__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 (268) hide show
  1. chalk/__init__.py +2 -1
  2. chalk/_gen/chalk/arrow/v1/arrow_pb2.py +7 -5
  3. chalk/_gen/chalk/arrow/v1/arrow_pb2.pyi +6 -0
  4. chalk/_gen/chalk/artifacts/v1/chart_pb2.py +36 -33
  5. chalk/_gen/chalk/artifacts/v1/chart_pb2.pyi +41 -1
  6. chalk/_gen/chalk/artifacts/v1/cron_query_pb2.py +8 -7
  7. chalk/_gen/chalk/artifacts/v1/cron_query_pb2.pyi +5 -0
  8. chalk/_gen/chalk/common/v1/offline_query_pb2.py +19 -13
  9. chalk/_gen/chalk/common/v1/offline_query_pb2.pyi +37 -0
  10. chalk/_gen/chalk/common/v1/online_query_pb2.py +54 -54
  11. chalk/_gen/chalk/common/v1/online_query_pb2.pyi +13 -1
  12. chalk/_gen/chalk/common/v1/script_task_pb2.py +13 -11
  13. chalk/_gen/chalk/common/v1/script_task_pb2.pyi +19 -1
  14. chalk/_gen/chalk/dataframe/__init__.py +0 -0
  15. chalk/_gen/chalk/dataframe/v1/__init__.py +0 -0
  16. chalk/_gen/chalk/dataframe/v1/dataframe_pb2.py +48 -0
  17. chalk/_gen/chalk/dataframe/v1/dataframe_pb2.pyi +123 -0
  18. chalk/_gen/chalk/dataframe/v1/dataframe_pb2_grpc.py +4 -0
  19. chalk/_gen/chalk/dataframe/v1/dataframe_pb2_grpc.pyi +4 -0
  20. chalk/_gen/chalk/graph/v1/graph_pb2.py +150 -149
  21. chalk/_gen/chalk/graph/v1/graph_pb2.pyi +25 -0
  22. chalk/_gen/chalk/graph/v1/sources_pb2.py +94 -84
  23. chalk/_gen/chalk/graph/v1/sources_pb2.pyi +56 -0
  24. chalk/_gen/chalk/kubernetes/v1/horizontalpodautoscaler_pb2.py +79 -0
  25. chalk/_gen/chalk/kubernetes/v1/horizontalpodautoscaler_pb2.pyi +377 -0
  26. chalk/_gen/chalk/kubernetes/v1/horizontalpodautoscaler_pb2_grpc.py +4 -0
  27. chalk/_gen/chalk/kubernetes/v1/horizontalpodautoscaler_pb2_grpc.pyi +4 -0
  28. chalk/_gen/chalk/kubernetes/v1/scaledobject_pb2.py +43 -7
  29. chalk/_gen/chalk/kubernetes/v1/scaledobject_pb2.pyi +252 -2
  30. chalk/_gen/chalk/protosql/v1/sql_service_pb2.py +54 -27
  31. chalk/_gen/chalk/protosql/v1/sql_service_pb2.pyi +131 -3
  32. chalk/_gen/chalk/protosql/v1/sql_service_pb2_grpc.py +45 -0
  33. chalk/_gen/chalk/protosql/v1/sql_service_pb2_grpc.pyi +14 -0
  34. chalk/_gen/chalk/python/v1/types_pb2.py +14 -14
  35. chalk/_gen/chalk/python/v1/types_pb2.pyi +8 -0
  36. chalk/_gen/chalk/server/v1/benchmark_pb2.py +76 -0
  37. chalk/_gen/chalk/server/v1/benchmark_pb2.pyi +156 -0
  38. chalk/_gen/chalk/server/v1/benchmark_pb2_grpc.py +258 -0
  39. chalk/_gen/chalk/server/v1/benchmark_pb2_grpc.pyi +84 -0
  40. chalk/_gen/chalk/server/v1/billing_pb2.py +40 -38
  41. chalk/_gen/chalk/server/v1/billing_pb2.pyi +17 -1
  42. chalk/_gen/chalk/server/v1/branches_pb2.py +45 -0
  43. chalk/_gen/chalk/server/v1/branches_pb2.pyi +80 -0
  44. chalk/_gen/chalk/server/v1/branches_pb2_grpc.pyi +36 -0
  45. chalk/_gen/chalk/server/v1/builder_pb2.py +372 -272
  46. chalk/_gen/chalk/server/v1/builder_pb2.pyi +479 -12
  47. chalk/_gen/chalk/server/v1/builder_pb2_grpc.py +360 -0
  48. chalk/_gen/chalk/server/v1/builder_pb2_grpc.pyi +96 -0
  49. chalk/_gen/chalk/server/v1/chart_pb2.py +10 -10
  50. chalk/_gen/chalk/server/v1/chart_pb2.pyi +18 -2
  51. chalk/_gen/chalk/server/v1/clickhouse_pb2.py +42 -0
  52. chalk/_gen/chalk/server/v1/clickhouse_pb2.pyi +17 -0
  53. chalk/_gen/chalk/server/v1/clickhouse_pb2_grpc.py +78 -0
  54. chalk/_gen/chalk/server/v1/clickhouse_pb2_grpc.pyi +38 -0
  55. chalk/_gen/chalk/server/v1/cloud_components_pb2.py +153 -107
  56. chalk/_gen/chalk/server/v1/cloud_components_pb2.pyi +146 -4
  57. chalk/_gen/chalk/server/v1/cloud_components_pb2_grpc.py +180 -0
  58. chalk/_gen/chalk/server/v1/cloud_components_pb2_grpc.pyi +48 -0
  59. chalk/_gen/chalk/server/v1/cloud_credentials_pb2.py +11 -3
  60. chalk/_gen/chalk/server/v1/cloud_credentials_pb2.pyi +20 -0
  61. chalk/_gen/chalk/server/v1/cloud_credentials_pb2_grpc.py +45 -0
  62. chalk/_gen/chalk/server/v1/cloud_credentials_pb2_grpc.pyi +12 -0
  63. chalk/_gen/chalk/server/v1/dataplanejobqueue_pb2.py +59 -35
  64. chalk/_gen/chalk/server/v1/dataplanejobqueue_pb2.pyi +127 -1
  65. chalk/_gen/chalk/server/v1/dataplanejobqueue_pb2_grpc.py +135 -0
  66. chalk/_gen/chalk/server/v1/dataplanejobqueue_pb2_grpc.pyi +36 -0
  67. chalk/_gen/chalk/server/v1/dataplaneworkflows_pb2.py +90 -0
  68. chalk/_gen/chalk/server/v1/dataplaneworkflows_pb2.pyi +264 -0
  69. chalk/_gen/chalk/server/v1/dataplaneworkflows_pb2_grpc.py +170 -0
  70. chalk/_gen/chalk/server/v1/dataplaneworkflows_pb2_grpc.pyi +62 -0
  71. chalk/_gen/chalk/server/v1/datasets_pb2.py +36 -24
  72. chalk/_gen/chalk/server/v1/datasets_pb2.pyi +71 -2
  73. chalk/_gen/chalk/server/v1/datasets_pb2_grpc.py +45 -0
  74. chalk/_gen/chalk/server/v1/datasets_pb2_grpc.pyi +12 -0
  75. chalk/_gen/chalk/server/v1/deploy_pb2.py +9 -3
  76. chalk/_gen/chalk/server/v1/deploy_pb2.pyi +12 -0
  77. chalk/_gen/chalk/server/v1/deploy_pb2_grpc.py +45 -0
  78. chalk/_gen/chalk/server/v1/deploy_pb2_grpc.pyi +12 -0
  79. chalk/_gen/chalk/server/v1/deployment_pb2.py +20 -15
  80. chalk/_gen/chalk/server/v1/deployment_pb2.pyi +25 -0
  81. chalk/_gen/chalk/server/v1/environment_pb2.py +25 -15
  82. chalk/_gen/chalk/server/v1/environment_pb2.pyi +93 -1
  83. chalk/_gen/chalk/server/v1/eventbus_pb2.py +44 -0
  84. chalk/_gen/chalk/server/v1/eventbus_pb2.pyi +64 -0
  85. chalk/_gen/chalk/server/v1/eventbus_pb2_grpc.py +4 -0
  86. chalk/_gen/chalk/server/v1/eventbus_pb2_grpc.pyi +4 -0
  87. chalk/_gen/chalk/server/v1/files_pb2.py +65 -0
  88. chalk/_gen/chalk/server/v1/files_pb2.pyi +167 -0
  89. chalk/_gen/chalk/server/v1/files_pb2_grpc.py +4 -0
  90. chalk/_gen/chalk/server/v1/files_pb2_grpc.pyi +4 -0
  91. chalk/_gen/chalk/server/v1/graph_pb2.py +41 -3
  92. chalk/_gen/chalk/server/v1/graph_pb2.pyi +191 -0
  93. chalk/_gen/chalk/server/v1/graph_pb2_grpc.py +92 -0
  94. chalk/_gen/chalk/server/v1/graph_pb2_grpc.pyi +32 -0
  95. chalk/_gen/chalk/server/v1/incident_pb2.py +57 -0
  96. chalk/_gen/chalk/server/v1/incident_pb2.pyi +165 -0
  97. chalk/_gen/chalk/server/v1/incident_pb2_grpc.py +4 -0
  98. chalk/_gen/chalk/server/v1/incident_pb2_grpc.pyi +4 -0
  99. chalk/_gen/chalk/server/v1/indexing_job_pb2.py +44 -0
  100. chalk/_gen/chalk/server/v1/indexing_job_pb2.pyi +38 -0
  101. chalk/_gen/chalk/server/v1/indexing_job_pb2_grpc.py +78 -0
  102. chalk/_gen/chalk/server/v1/indexing_job_pb2_grpc.pyi +38 -0
  103. chalk/_gen/chalk/server/v1/integrations_pb2.py +11 -9
  104. chalk/_gen/chalk/server/v1/integrations_pb2.pyi +34 -2
  105. chalk/_gen/chalk/server/v1/kube_pb2.py +29 -19
  106. chalk/_gen/chalk/server/v1/kube_pb2.pyi +28 -0
  107. chalk/_gen/chalk/server/v1/kube_pb2_grpc.py +45 -0
  108. chalk/_gen/chalk/server/v1/kube_pb2_grpc.pyi +12 -0
  109. chalk/_gen/chalk/server/v1/log_pb2.py +21 -3
  110. chalk/_gen/chalk/server/v1/log_pb2.pyi +68 -0
  111. chalk/_gen/chalk/server/v1/log_pb2_grpc.py +90 -0
  112. chalk/_gen/chalk/server/v1/log_pb2_grpc.pyi +24 -0
  113. chalk/_gen/chalk/server/v1/metadataplanejobqueue_pb2.py +73 -0
  114. chalk/_gen/chalk/server/v1/metadataplanejobqueue_pb2.pyi +212 -0
  115. chalk/_gen/chalk/server/v1/metadataplanejobqueue_pb2_grpc.py +217 -0
  116. chalk/_gen/chalk/server/v1/metadataplanejobqueue_pb2_grpc.pyi +74 -0
  117. chalk/_gen/chalk/server/v1/model_registry_pb2.py +10 -10
  118. chalk/_gen/chalk/server/v1/model_registry_pb2.pyi +4 -1
  119. chalk/_gen/chalk/server/v1/monitoring_pb2.py +84 -75
  120. chalk/_gen/chalk/server/v1/monitoring_pb2.pyi +1 -0
  121. chalk/_gen/chalk/server/v1/monitoring_pb2_grpc.py +136 -0
  122. chalk/_gen/chalk/server/v1/monitoring_pb2_grpc.pyi +38 -0
  123. chalk/_gen/chalk/server/v1/offline_queries_pb2.py +32 -10
  124. chalk/_gen/chalk/server/v1/offline_queries_pb2.pyi +73 -0
  125. chalk/_gen/chalk/server/v1/offline_queries_pb2_grpc.py +90 -0
  126. chalk/_gen/chalk/server/v1/offline_queries_pb2_grpc.pyi +24 -0
  127. chalk/_gen/chalk/server/v1/plandebug_pb2.py +53 -0
  128. chalk/_gen/chalk/server/v1/plandebug_pb2.pyi +86 -0
  129. chalk/_gen/chalk/server/v1/plandebug_pb2_grpc.py +168 -0
  130. chalk/_gen/chalk/server/v1/plandebug_pb2_grpc.pyi +60 -0
  131. chalk/_gen/chalk/server/v1/queries_pb2.py +76 -48
  132. chalk/_gen/chalk/server/v1/queries_pb2.pyi +155 -2
  133. chalk/_gen/chalk/server/v1/queries_pb2_grpc.py +180 -0
  134. chalk/_gen/chalk/server/v1/queries_pb2_grpc.pyi +48 -0
  135. chalk/_gen/chalk/server/v1/scheduled_query_pb2.py +4 -2
  136. chalk/_gen/chalk/server/v1/scheduled_query_pb2_grpc.py +45 -0
  137. chalk/_gen/chalk/server/v1/scheduled_query_pb2_grpc.pyi +12 -0
  138. chalk/_gen/chalk/server/v1/scheduled_query_run_pb2.py +12 -6
  139. chalk/_gen/chalk/server/v1/scheduled_query_run_pb2.pyi +75 -2
  140. chalk/_gen/chalk/server/v1/scheduler_pb2.py +24 -12
  141. chalk/_gen/chalk/server/v1/scheduler_pb2.pyi +61 -1
  142. chalk/_gen/chalk/server/v1/scheduler_pb2_grpc.py +90 -0
  143. chalk/_gen/chalk/server/v1/scheduler_pb2_grpc.pyi +24 -0
  144. chalk/_gen/chalk/server/v1/script_tasks_pb2.py +26 -14
  145. chalk/_gen/chalk/server/v1/script_tasks_pb2.pyi +33 -3
  146. chalk/_gen/chalk/server/v1/script_tasks_pb2_grpc.py +90 -0
  147. chalk/_gen/chalk/server/v1/script_tasks_pb2_grpc.pyi +24 -0
  148. chalk/_gen/chalk/server/v1/sql_interface_pb2.py +75 -0
  149. chalk/_gen/chalk/server/v1/sql_interface_pb2.pyi +142 -0
  150. chalk/_gen/chalk/server/v1/sql_interface_pb2_grpc.py +349 -0
  151. chalk/_gen/chalk/server/v1/sql_interface_pb2_grpc.pyi +114 -0
  152. chalk/_gen/chalk/server/v1/sql_queries_pb2.py +48 -0
  153. chalk/_gen/chalk/server/v1/sql_queries_pb2.pyi +150 -0
  154. chalk/_gen/chalk/server/v1/sql_queries_pb2_grpc.py +123 -0
  155. chalk/_gen/chalk/server/v1/sql_queries_pb2_grpc.pyi +52 -0
  156. chalk/_gen/chalk/server/v1/team_pb2.py +156 -137
  157. chalk/_gen/chalk/server/v1/team_pb2.pyi +56 -10
  158. chalk/_gen/chalk/server/v1/team_pb2_grpc.py +90 -0
  159. chalk/_gen/chalk/server/v1/team_pb2_grpc.pyi +24 -0
  160. chalk/_gen/chalk/server/v1/topic_pb2.py +5 -3
  161. chalk/_gen/chalk/server/v1/topic_pb2.pyi +10 -1
  162. chalk/_gen/chalk/server/v1/trace_pb2.py +50 -28
  163. chalk/_gen/chalk/server/v1/trace_pb2.pyi +121 -0
  164. chalk/_gen/chalk/server/v1/trace_pb2_grpc.py +135 -0
  165. chalk/_gen/chalk/server/v1/trace_pb2_grpc.pyi +42 -0
  166. chalk/_gen/chalk/server/v1/webhook_pb2.py +9 -3
  167. chalk/_gen/chalk/server/v1/webhook_pb2.pyi +18 -0
  168. chalk/_gen/chalk/server/v1/webhook_pb2_grpc.py +45 -0
  169. chalk/_gen/chalk/server/v1/webhook_pb2_grpc.pyi +12 -0
  170. chalk/_gen/chalk/streaming/v1/debug_service_pb2.py +62 -0
  171. chalk/_gen/chalk/streaming/v1/debug_service_pb2.pyi +75 -0
  172. chalk/_gen/chalk/streaming/v1/debug_service_pb2_grpc.py +221 -0
  173. chalk/_gen/chalk/streaming/v1/debug_service_pb2_grpc.pyi +88 -0
  174. chalk/_gen/chalk/streaming/v1/simple_streaming_service_pb2.py +19 -7
  175. chalk/_gen/chalk/streaming/v1/simple_streaming_service_pb2.pyi +96 -3
  176. chalk/_gen/chalk/streaming/v1/simple_streaming_service_pb2_grpc.py +48 -0
  177. chalk/_gen/chalk/streaming/v1/simple_streaming_service_pb2_grpc.pyi +20 -0
  178. chalk/_gen/chalk/utils/v1/field_change_pb2.py +32 -0
  179. chalk/_gen/chalk/utils/v1/field_change_pb2.pyi +42 -0
  180. chalk/_gen/chalk/utils/v1/field_change_pb2_grpc.py +4 -0
  181. chalk/_gen/chalk/utils/v1/field_change_pb2_grpc.pyi +4 -0
  182. chalk/_lsp/error_builder.py +11 -0
  183. chalk/_monitoring/Chart.py +1 -3
  184. chalk/_version.py +1 -1
  185. chalk/cli.py +5 -10
  186. chalk/client/client.py +178 -64
  187. chalk/client/client_async.py +154 -0
  188. chalk/client/client_async_impl.py +22 -0
  189. chalk/client/client_grpc.py +738 -112
  190. chalk/client/client_impl.py +541 -136
  191. chalk/client/dataset.py +27 -6
  192. chalk/client/models.py +99 -2
  193. chalk/client/serialization/model_serialization.py +126 -10
  194. chalk/config/project_config.py +1 -1
  195. chalk/df/LazyFramePlaceholder.py +1154 -0
  196. chalk/df/ast_parser.py +2 -10
  197. chalk/features/_class_property.py +7 -0
  198. chalk/features/_embedding/embedding.py +1 -0
  199. chalk/features/_embedding/sentence_transformer.py +1 -1
  200. chalk/features/_encoding/converter.py +83 -2
  201. chalk/features/_encoding/pyarrow.py +20 -4
  202. chalk/features/_encoding/rich.py +1 -3
  203. chalk/features/_tensor.py +1 -2
  204. chalk/features/dataframe/_filters.py +14 -5
  205. chalk/features/dataframe/_impl.py +91 -36
  206. chalk/features/dataframe/_validation.py +11 -7
  207. chalk/features/feature_field.py +40 -30
  208. chalk/features/feature_set.py +1 -2
  209. chalk/features/feature_set_decorator.py +1 -0
  210. chalk/features/feature_wrapper.py +42 -3
  211. chalk/features/hooks.py +81 -12
  212. chalk/features/inference.py +65 -10
  213. chalk/features/resolver.py +338 -56
  214. chalk/features/tag.py +1 -3
  215. chalk/features/underscore_features.py +2 -1
  216. chalk/functions/__init__.py +456 -21
  217. chalk/functions/holidays.py +1 -3
  218. chalk/gitignore/gitignore_parser.py +5 -1
  219. chalk/importer.py +186 -74
  220. chalk/ml/__init__.py +6 -2
  221. chalk/ml/model_hooks.py +368 -51
  222. chalk/ml/model_reference.py +68 -10
  223. chalk/ml/model_version.py +34 -21
  224. chalk/ml/utils.py +143 -40
  225. chalk/operators/_utils.py +14 -3
  226. chalk/parsed/_proto/export.py +22 -0
  227. chalk/parsed/duplicate_input_gql.py +4 -0
  228. chalk/parsed/expressions.py +1 -3
  229. chalk/parsed/json_conversions.py +21 -14
  230. chalk/parsed/to_proto.py +16 -4
  231. chalk/parsed/user_types_to_json.py +31 -10
  232. chalk/parsed/validation_from_registries.py +182 -0
  233. chalk/queries/named_query.py +16 -6
  234. chalk/queries/scheduled_query.py +13 -1
  235. chalk/serialization/parsed_annotation.py +25 -12
  236. chalk/sql/__init__.py +221 -0
  237. chalk/sql/_internal/integrations/athena.py +6 -1
  238. chalk/sql/_internal/integrations/bigquery.py +22 -2
  239. chalk/sql/_internal/integrations/databricks.py +61 -18
  240. chalk/sql/_internal/integrations/mssql.py +281 -0
  241. chalk/sql/_internal/integrations/postgres.py +11 -3
  242. chalk/sql/_internal/integrations/redshift.py +4 -0
  243. chalk/sql/_internal/integrations/snowflake.py +11 -2
  244. chalk/sql/_internal/integrations/util.py +2 -1
  245. chalk/sql/_internal/sql_file_resolver.py +55 -10
  246. chalk/sql/_internal/sql_source.py +36 -2
  247. chalk/streams/__init__.py +1 -3
  248. chalk/streams/_kafka_source.py +5 -1
  249. chalk/streams/_windows.py +16 -4
  250. chalk/streams/types.py +1 -2
  251. chalk/utils/__init__.py +1 -3
  252. chalk/utils/_otel_version.py +13 -0
  253. chalk/utils/async_helpers.py +14 -5
  254. chalk/utils/df_utils.py +2 -2
  255. chalk/utils/duration.py +1 -3
  256. chalk/utils/job_log_display.py +538 -0
  257. chalk/utils/missing_dependency.py +5 -4
  258. chalk/utils/notebook.py +255 -2
  259. chalk/utils/pl_helpers.py +190 -37
  260. chalk/utils/pydanticutil/pydantic_compat.py +1 -2
  261. chalk/utils/storage_client.py +246 -0
  262. chalk/utils/threading.py +1 -3
  263. chalk/utils/tracing.py +194 -86
  264. {chalkpy-2.89.22.dist-info → chalkpy-2.95.3.dist-info}/METADATA +53 -21
  265. {chalkpy-2.89.22.dist-info → chalkpy-2.95.3.dist-info}/RECORD +268 -198
  266. {chalkpy-2.89.22.dist-info → chalkpy-2.95.3.dist-info}/WHEEL +0 -0
  267. {chalkpy-2.89.22.dist-info → chalkpy-2.95.3.dist-info}/entry_points.txt +0 -0
  268. {chalkpy-2.89.22.dist-info → chalkpy-2.95.3.dist-info}/top_level.txt +0 -0
@@ -15,11 +15,13 @@ _sym_db = _symbol_database.Default()
15
15
 
16
16
  from chalk._gen.chalk.auth.v1 import audit_pb2 as chalk_dot_auth_dot_v1_dot_audit__pb2
17
17
  from chalk._gen.chalk.auth.v1 import permissions_pb2 as chalk_dot_auth_dot_v1_dot_permissions__pb2
18
+ from chalk._gen.chalk.server.v1 import environment_pb2 as chalk_dot_server_dot_v1_dot_environment__pb2
19
+ from chalk._gen.chalk.server.v1 import team_pb2 as chalk_dot_server_dot_v1_dot_team__pb2
18
20
  from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
19
21
 
20
22
 
21
23
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
22
- b'\n&chalk/server/v1/cloud_components.proto\x12\x0f\x63halk.server.v1\x1a\x19\x63halk/auth/v1/audit.proto\x1a\x1f\x63halk/auth/v1/permissions.proto\x1a\x1fgoogle/protobuf/timestamp.proto"`\n\x11\x43loudComponentVpc\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x37\n\x06\x63onfig\x18\x02 \x01(\x0b\x32\x1f.chalk.server.v1.CloudVpcConfigR\x06\x63onfig"\xf0\x03\n\x19\x43loudComponentVpcResponse\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x0e\n\x02id\x18\x02 \x01(\tR\x02id\x12#\n\ndesignator\x18\x03 \x01(\tH\x00R\ndesignator\x88\x01\x01\x12\x17\n\x07team_id\x18\x04 \x01(\tR\x06teamId\x12\x36\n\x04spec\x18\x05 \x01(\x0b\x32".chalk.server.v1.CloudComponentVpcR\x04spec\x12\x12\n\x04kind\x18\x06 \x01(\tR\x04kind\x12\x18\n\x07managed\x18\x07 \x01(\x08R\x07managed\x12\x33\n\x13\x63loud_credential_id\x18\x08 \x01(\tH\x01R\x11\x63loudCredentialId\x88\x01\x01\x12\x39\n\ncreated_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12\x39\n\napplied_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tappliedAtB\r\n\x0b_designatorB\x16\n\x14_cloud_credential_id"\xcd\x01\n\x18\x43loudComponentVpcRequest\x12\x12\n\x04kind\x18\x01 \x01(\tR\x04kind\x12\x36\n\x04spec\x18\x02 \x01(\x0b\x32".chalk.server.v1.CloudComponentVpcR\x04spec\x12\x18\n\x07managed\x18\x03 \x01(\x08R\x07managed\x12\x33\n\x13\x63loud_credential_id\x18\x04 \x01(\tH\x00R\x11\x63loudCredentialId\x88\x01\x01\x42\x16\n\x14_cloud_credential_id"]\n\x1e\x43reateCloudComponentVpcRequest\x12;\n\x03vpc\x18\x01 \x01(\x0b\x32).chalk.server.v1.CloudComponentVpcRequestR\x03vpc"_\n\x1f\x43reateCloudComponentVpcResponse\x12<\n\x03vpc\x18\x01 \x01(\x0b\x32*.chalk.server.v1.CloudComponentVpcResponseR\x03vpc"-\n\x1bGetCloudComponentVpcRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"\\\n\x1cGetCloudComponentVpcResponse\x12<\n\x03vpc\x18\x01 \x01(\x0b\x32*.chalk.server.v1.CloudComponentVpcResponseR\x03vpc"0\n\x1e\x44\x65leteCloudComponentVpcRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"!\n\x1f\x44\x65leteCloudComponentVpcResponse"\x80\x01\n\x0e\x43loudVpcConfig\x12\x31\n\x03\x61ws\x18\x01 \x01(\x0b\x32\x1d.chalk.server.v1.AWSVpcConfigH\x00R\x03\x61ws\x12\x31\n\x03gcp\x18\x02 \x01(\x0b\x32\x1d.chalk.server.v1.GCPVpcConfigH\x00R\x03gcpB\x08\n\x06\x63onfig"\x8b\x03\n\x0c\x41WSVpcConfig\x12\x1d\n\ncidr_block\x18\x01 \x01(\tR\tcidrBlock\x12\x34\n\x16\x61\x64\x64itional_cidr_blocks\x18\x02 \x03(\tR\x14\x61\x64\x64itionalCidrBlocks\x12:\n\x07subnets\x18\x03 \x03(\x0b\x32 .chalk.server.v1.AwsSubnetConfigR\x07subnets\x12V\n\x18\x61\x64\x64itional_public_routes\x18\x04 \x03(\x0b\x32\x1c.chalk.server.v1.AWSVpcRouteR\x16\x61\x64\x64itionalPublicRoutes\x12X\n\x19\x61\x64\x64itional_private_routes\x18\x05 \x03(\x0b\x32\x1c.chalk.server.v1.AWSVpcRouteR\x17\x61\x64\x64itionalPrivateRoutes\x12\x38\n\x18\x64isable_internet_gateway\x18\x06 \x01(\x08R\x16\x64isableInternetGateway"p\n\x0b\x41WSVpcRoute\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x34\n\x16\x64\x65stination_cidr_block\x18\x02 \x01(\tR\x14\x64\x65stinationCidrBlock\x12\x17\n\x07peer_id\x18\x03 \x01(\tR\x06peerId"\xac\x01\n\x0f\x41wsSubnetConfig\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12,\n\x12private_cidr_block\x18\x02 \x01(\tR\x10privateCidrBlock\x12*\n\x11public_cidr_block\x18\x03 \x01(\tR\x0fpublicCidrBlock\x12+\n\x11\x61vailability_zone\x18\x04 \x01(\tR\x10\x61vailabilityZone"\x0e\n\x0cGCPVpcConfig"\xa4\x02\n\x15\x43loudComponentStorage\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x1e\n\ndesignator\x18\x02 \x01(\tR\ndesignator\x12\x31\n\x12plan_stages_bucket\x18\x03 \x01(\tH\x00R\x10planStagesBucket\x88\x01\x01\x12\x35\n\x14source_upload_bucket\x18\x04 \x01(\tH\x01R\x12sourceUploadBucket\x88\x01\x01\x12*\n\x0e\x64\x61taset_bucket\x18\x05 \x01(\tH\x02R\rdatasetBucket\x88\x01\x01\x42\x15\n\x13_plan_stages_bucketB\x17\n\x15_source_upload_bucketB\x11\n\x0f_dataset_bucket"\xf8\x03\n\x1d\x43loudComponentStorageResponse\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x0e\n\x02id\x18\x02 \x01(\tR\x02id\x12#\n\ndesignator\x18\x03 \x01(\tH\x00R\ndesignator\x88\x01\x01\x12\x17\n\x07team_id\x18\x04 \x01(\tR\x06teamId\x12:\n\x04spec\x18\x05 \x01(\x0b\x32&.chalk.server.v1.CloudComponentStorageR\x04spec\x12\x12\n\x04kind\x18\x06 \x01(\tR\x04kind\x12\x18\n\x07managed\x18\x07 \x01(\x08R\x07managed\x12\x33\n\x13\x63loud_credential_id\x18\x08 \x01(\tH\x01R\x11\x63loudCredentialId\x88\x01\x01\x12\x39\n\ncreated_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12\x39\n\napplied_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tappliedAtB\r\n\x0b_designatorB\x16\n\x14_cloud_credential_id"\xd5\x01\n\x1c\x43loudComponentStorageRequest\x12\x12\n\x04kind\x18\x01 \x01(\tR\x04kind\x12:\n\x04spec\x18\x02 \x01(\x0b\x32&.chalk.server.v1.CloudComponentStorageR\x04spec\x12\x18\n\x07managed\x18\x03 \x01(\x08R\x07managed\x12\x33\n\x13\x63loud_credential_id\x18\x04 \x01(\tH\x00R\x11\x63loudCredentialId\x88\x01\x01\x42\x16\n\x14_cloud_credential_id"\x8e\x01\n\x15\x43loudComponentCluster\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12#\n\ndesignator\x18\x02 \x01(\tH\x00R\ndesignator\x88\x01\x01\x12-\n\x12kubernetes_version\x18\x03 \x01(\tR\x11kubernetesVersionB\r\n\x0b_designator"\x9f\x04\n\x1d\x43loudComponentClusterResponse\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x0e\n\x02id\x18\x02 \x01(\tR\x02id\x12#\n\ndesignator\x18\x03 \x01(\tH\x00R\ndesignator\x88\x01\x01\x12\x17\n\x07team_id\x18\x04 \x01(\tR\x06teamId\x12:\n\x04spec\x18\x05 \x01(\x0b\x32&.chalk.server.v1.CloudComponentClusterR\x04spec\x12\x12\n\x04kind\x18\x06 \x01(\tR\x04kind\x12\x18\n\x07managed\x18\x07 \x01(\x08R\x07managed\x12\x33\n\x13\x63loud_credential_id\x18\x08 \x01(\tH\x01R\x11\x63loudCredentialId\x88\x01\x01\x12\x1a\n\x06vpc_id\x18\t \x01(\tH\x02R\x05vpcId\x88\x01\x01\x12\x39\n\ncreated_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12\x39\n\napplied_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tappliedAtB\r\n\x0b_designatorB\x16\n\x14_cloud_credential_idB\t\n\x07_vpc_id"\xfc\x01\n\x1c\x43loudComponentClusterRequest\x12\x12\n\x04kind\x18\x01 \x01(\tR\x04kind\x12:\n\x04spec\x18\x02 \x01(\x0b\x32&.chalk.server.v1.CloudComponentClusterR\x04spec\x12\x18\n\x07managed\x18\x03 \x01(\x08R\x07managed\x12\x33\n\x13\x63loud_credential_id\x18\x04 \x01(\tH\x00R\x11\x63loudCredentialId\x88\x01\x01\x12\x1a\n\x06vpc_id\x18\x05 \x01(\tH\x01R\x05vpcId\x88\x01\x01\x42\x16\n\x14_cloud_credential_idB\t\n\x07_vpc_id"m\n"CreateCloudComponentClusterRequest\x12G\n\x07\x63luster\x18\x01 \x01(\x0b\x32-.chalk.server.v1.CloudComponentClusterRequestR\x07\x63luster"o\n#CreateCloudComponentClusterResponse\x12H\n\x07\x63luster\x18\x01 \x01(\x0b\x32..chalk.server.v1.CloudComponentClusterResponseR\x07\x63luster"}\n"UpdateCloudComponentClusterRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12G\n\x07\x63luster\x18\x02 \x01(\x0b\x32-.chalk.server.v1.CloudComponentClusterRequestR\x07\x63luster"o\n#UpdateCloudComponentClusterResponse\x12H\n\x07\x63luster\x18\x01 \x01(\x0b\x32..chalk.server.v1.CloudComponentClusterResponseR\x07\x63luster"1\n\x1fGetCloudComponentClusterRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"l\n GetCloudComponentClusterResponse\x12H\n\x07\x63luster\x18\x01 \x01(\x0b\x32..chalk.server.v1.CloudComponentClusterResponseR\x07\x63luster"4\n"DeleteCloudComponentClusterRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"%\n#DeleteCloudComponentClusterResponse"m\n"CreateCloudComponentStorageRequest\x12G\n\x07storage\x18\x01 \x01(\x0b\x32-.chalk.server.v1.CloudComponentStorageRequestR\x07storage"o\n#CreateCloudComponentStorageResponse\x12H\n\x07storage\x18\x01 \x01(\x0b\x32..chalk.server.v1.CloudComponentStorageResponseR\x07storage"1\n\x1fGetCloudComponentStorageRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"l\n GetCloudComponentStorageResponse\x12H\n\x07storage\x18\x01 \x01(\x0b\x32..chalk.server.v1.CloudComponentStorageResponseR\x07storage"4\n"DeleteCloudComponentStorageRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"%\n#DeleteCloudComponentStorageResponse"q\n"CreateBindingClusterGatewayRequest\x12\x1d\n\ncluster_id\x18\x01 \x01(\tR\tclusterId\x12,\n\x12\x63luster_gateway_id\x18\x02 \x01(\tR\x10\x63lusterGatewayId"%\n#CreateBindingClusterGatewayResponse"C\n"DeleteBindingClusterGatewayRequest\x12\x1d\n\ncluster_id\x18\x01 \x01(\tR\tclusterId"%\n#DeleteBindingClusterGatewayResponse"@\n\x1fGetBindingClusterGatewayRequest\x12\x1d\n\ncluster_id\x18\x01 \x01(\tR\tclusterId"o\n GetBindingClusterGatewayResponse\x12\x1d\n\ncluster_id\x18\x01 \x01(\tR\tclusterId\x12,\n\x12\x63luster_gateway_id\x18\x02 \x01(\tR\x10\x63lusterGatewayId"\xac\x01\n:CreateBindingClusterBackgroundPersistenceDeploymentRequest\x12\x1d\n\ncluster_id\x18\x01 \x01(\tR\tclusterId\x12O\n$background_persistence_deployment_id\x18\x02 \x01(\tR!backgroundPersistenceDeploymentId"=\n;CreateBindingClusterBackgroundPersistenceDeploymentResponse"[\n:DeleteBindingClusterBackgroundPersistenceDeploymentRequest\x12\x1d\n\ncluster_id\x18\x01 \x01(\tR\tclusterId"=\n;DeleteBindingClusterBackgroundPersistenceDeploymentResponse"X\n7GetBindingClusterBackgroundPersistenceDeploymentRequest\x12\x1d\n\ncluster_id\x18\x01 \x01(\tR\tclusterId"\xaa\x01\n8GetBindingClusterBackgroundPersistenceDeploymentResponse\x12\x1d\n\ncluster_id\x18\x01 \x01(\tR\tclusterId\x12O\n$background_persistence_deployment_id\x18\x02 \x01(\tR!backgroundPersistenceDeploymentId"\x87\x01\n.CreateBindingClusterTelemetryDeploymentRequest\x12\x1d\n\ncluster_id\x18\x01 \x01(\tR\tclusterId\x12\x36\n\x17telemetry_deployment_id\x18\x02 \x01(\tR\x15telemetryDeploymentId"1\n/CreateBindingClusterTelemetryDeploymentResponse"O\n.DeleteBindingClusterTelemetryDeploymentRequest\x12\x1d\n\ncluster_id\x18\x01 \x01(\tR\tclusterId"1\n/DeleteBindingClusterTelemetryDeploymentResponse"L\n+GetBindingClusterTelemetryDeploymentRequest\x12\x1d\n\ncluster_id\x18\x01 \x01(\tR\tclusterId"\x85\x01\n,GetBindingClusterTelemetryDeploymentResponse\x12\x1d\n\ncluster_id\x18\x01 \x01(\tR\tclusterId\x12\x36\n\x17telemetry_deployment_id\x18\x02 \x01(\tR\x15telemetryDeploymentId2\xcb\x1c\n\x16\x43loudComponentsService\x12\xa4\x01\n\x17\x43reateCloudComponentVpc\x12/.chalk.server.v1.CreateCloudComponentVpcRequest\x1a\x30.chalk.server.v1.CreateCloudComponentVpcResponse"&\x80}\n\x8a\xd3\x0e\x1f\x08\x02\x12\x1b\x43reated cloud component VPC\x12{\n\x14GetCloudComponentVpc\x12,.chalk.server.v1.GetCloudComponentVpcRequest\x1a-.chalk.server.v1.GetCloudComponentVpcResponse"\x06\x90\x02\x01\x80}\x02\x12\xa4\x01\n\x17\x44\x65leteCloudComponentVpc\x12/.chalk.server.v1.DeleteCloudComponentVpcRequest\x1a\x30.chalk.server.v1.DeleteCloudComponentVpcResponse"&\x80}\x1a\x8a\xd3\x0e\x1f\x08\x02\x12\x1b\x44\x65leted cloud component VPC\x12\xb4\x01\n\x1b\x43reateCloudComponentCluster\x12\x33.chalk.server.v1.CreateCloudComponentClusterRequest\x1a\x34.chalk.server.v1.CreateCloudComponentClusterResponse"*\x80}\x1a\x8a\xd3\x0e#\x08\x02\x12\x1f\x43reated cloud component cluster\x12\xb3\x01\n\x1bUpdateCloudComponentCluster\x12\x33.chalk.server.v1.UpdateCloudComponentClusterRequest\x1a\x34.chalk.server.v1.UpdateCloudComponentClusterResponse")\x80}\x1a\x8a\xd3\x0e"\x08\x02\x12\x1eUpdate cloud component cluster\x12\x87\x01\n\x18GetCloudComponentCluster\x12\x30.chalk.server.v1.GetCloudComponentClusterRequest\x1a\x31.chalk.server.v1.GetCloudComponentClusterResponse"\x06\x90\x02\x01\x80}\x02\x12\xb4\x01\n\x1b\x44\x65leteCloudComponentCluster\x12\x33.chalk.server.v1.DeleteCloudComponentClusterRequest\x1a\x34.chalk.server.v1.DeleteCloudComponentClusterResponse"*\x80}\x1a\x8a\xd3\x0e#\x08\x02\x12\x1f\x44\x65leted cloud component cluster\x12\xb4\x01\n\x1b\x43reateCloudComponentStorage\x12\x33.chalk.server.v1.CreateCloudComponentStorageRequest\x1a\x34.chalk.server.v1.CreateCloudComponentStorageResponse"*\x80}\x1a\x8a\xd3\x0e#\x08\x02\x12\x1f\x43reated cloud component storage\x12\x87\x01\n\x18GetCloudComponentStorage\x12\x30.chalk.server.v1.GetCloudComponentStorageRequest\x1a\x31.chalk.server.v1.GetCloudComponentStorageResponse"\x06\x90\x02\x01\x80}\x02\x12\xb4\x01\n\x1b\x44\x65leteCloudComponentStorage\x12\x33.chalk.server.v1.DeleteCloudComponentStorageRequest\x1a\x34.chalk.server.v1.DeleteCloudComponentStorageResponse"*\x80}\x1a\x8a\xd3\x0e#\x08\x02\x12\x1f\x44\x65leted cloud component storage\x12\xc0\x01\n\x1b\x43reateBindingClusterGateway\x12\x33.chalk.server.v1.CreateBindingClusterGatewayRequest\x1a\x34.chalk.server.v1.CreateBindingClusterGatewayResponse"6\x80}\x1a\x8a\xd3\x0e/\x08\x02\x12+Created binding between cluster and gateway\x12\x87\x01\n\x18GetBindingClusterGateway\x12\x30.chalk.server.v1.GetBindingClusterGatewayRequest\x1a\x31.chalk.server.v1.GetBindingClusterGatewayResponse"\x06\x90\x02\x01\x80}\x02\x12\xc0\x01\n\x1b\x44\x65leteBindingClusterGateway\x12\x33.chalk.server.v1.DeleteBindingClusterGatewayRequest\x1a\x34.chalk.server.v1.DeleteBindingClusterGatewayResponse"6\x80}\x1a\x8a\xd3\x0e/\x08\x02\x12+Deleted binding between cluster and gateway\x12\xa2\x02\n3CreateBindingClusterBackgroundPersistenceDeployment\x12K.chalk.server.v1.CreateBindingClusterBackgroundPersistenceDeploymentRequest\x1aL.chalk.server.v1.CreateBindingClusterBackgroundPersistenceDeploymentResponse"P\x80}\x1a\x8a\xd3\x0eI\x08\x02\x12\x45\x43reated binding between cluster and background persistence deployment\x12\xcf\x01\n0GetBindingClusterBackgroundPersistenceDeployment\x12H.chalk.server.v1.GetBindingClusterBackgroundPersistenceDeploymentRequest\x1aI.chalk.server.v1.GetBindingClusterBackgroundPersistenceDeploymentResponse"\x06\x90\x02\x01\x80}\x02\x12\xa2\x02\n3DeleteBindingClusterBackgroundPersistenceDeployment\x12K.chalk.server.v1.DeleteBindingClusterBackgroundPersistenceDeploymentRequest\x1aL.chalk.server.v1.DeleteBindingClusterBackgroundPersistenceDeploymentResponse"P\x80}\x1a\x8a\xd3\x0eI\x08\x02\x12\x45\x44\x65leted binding between cluster and background persistence deployment\x12\xf1\x01\n\'CreateBindingClusterTelemetryDeployment\x12?.chalk.server.v1.CreateBindingClusterTelemetryDeploymentRequest\x1a@.chalk.server.v1.CreateBindingClusterTelemetryDeploymentResponse"C\x80}\x1a\x8a\xd3\x0e<\x08\x02\x12\x38\x43reated binding between cluster and telemetry deployment\x12\xab\x01\n$GetBindingClusterTelemetryDeployment\x12<.chalk.server.v1.GetBindingClusterTelemetryDeploymentRequest\x1a=.chalk.server.v1.GetBindingClusterTelemetryDeploymentResponse"\x06\x90\x02\x01\x80}\x02\x12\xf1\x01\n\'DeleteBindingClusterTelemetryDeployment\x12?.chalk.server.v1.DeleteBindingClusterTelemetryDeploymentRequest\x1a@.chalk.server.v1.DeleteBindingClusterTelemetryDeploymentResponse"C\x80}\x1a\x8a\xd3\x0e<\x08\x02\x12\x38\x44\x65leted binding between cluster and telemetry deploymentB\x9d\x01\n\x13\x63om.chalk.server.v1B\x14\x43loudComponentsProtoP\x01Z\x12server/v1;serverv1\xa2\x02\x03\x43SX\xaa\x02\x0f\x43halk.Server.V1\xca\x02\x0f\x43halk\\Server\\V1\xe2\x02\x1b\x43halk\\Server\\V1\\GPBMetadata\xea\x02\x11\x43halk::Server::V1b\x06proto3'
24
+ b'\n&chalk/server/v1/cloud_components.proto\x12\x0f\x63halk.server.v1\x1a\x19\x63halk/auth/v1/audit.proto\x1a\x1f\x63halk/auth/v1/permissions.proto\x1a!chalk/server/v1/environment.proto\x1a\x1a\x63halk/server/v1/team.proto\x1a\x1fgoogle/protobuf/timestamp.proto"\x94\x01\n\x11\x43loudComponentVpc\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x37\n\x06\x63onfig\x18\x02 \x01(\x0b\x32\x1f.chalk.server.v1.CloudVpcConfigR\x06\x63onfig\x12#\n\ndesignator\x18\x03 \x01(\tH\x00R\ndesignator\x88\x01\x01\x42\r\n\x0b_designator"\xf0\x03\n\x19\x43loudComponentVpcResponse\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x0e\n\x02id\x18\x02 \x01(\tR\x02id\x12#\n\ndesignator\x18\x03 \x01(\tH\x00R\ndesignator\x88\x01\x01\x12\x17\n\x07team_id\x18\x04 \x01(\tR\x06teamId\x12\x36\n\x04spec\x18\x05 \x01(\x0b\x32".chalk.server.v1.CloudComponentVpcR\x04spec\x12\x12\n\x04kind\x18\x06 \x01(\tR\x04kind\x12\x18\n\x07managed\x18\x07 \x01(\x08R\x07managed\x12\x33\n\x13\x63loud_credential_id\x18\x08 \x01(\tH\x01R\x11\x63loudCredentialId\x88\x01\x01\x12\x39\n\ncreated_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12\x39\n\napplied_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tappliedAtB\r\n\x0b_designatorB\x16\n\x14_cloud_credential_id"\xcd\x01\n\x18\x43loudComponentVpcRequest\x12\x12\n\x04kind\x18\x01 \x01(\tR\x04kind\x12\x36\n\x04spec\x18\x02 \x01(\x0b\x32".chalk.server.v1.CloudComponentVpcR\x04spec\x12\x18\n\x07managed\x18\x03 \x01(\x08R\x07managed\x12\x33\n\x13\x63loud_credential_id\x18\x04 \x01(\tH\x00R\x11\x63loudCredentialId\x88\x01\x01\x42\x16\n\x14_cloud_credential_id"]\n\x1e\x43reateCloudComponentVpcRequest\x12;\n\x03vpc\x18\x01 \x01(\x0b\x32).chalk.server.v1.CloudComponentVpcRequestR\x03vpc"_\n\x1f\x43reateCloudComponentVpcResponse\x12<\n\x03vpc\x18\x01 \x01(\x0b\x32*.chalk.server.v1.CloudComponentVpcResponseR\x03vpc"-\n\x1bGetCloudComponentVpcRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"\\\n\x1cGetCloudComponentVpcResponse\x12<\n\x03vpc\x18\x01 \x01(\x0b\x32*.chalk.server.v1.CloudComponentVpcResponseR\x03vpc"0\n\x1e\x44\x65leteCloudComponentVpcRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"!\n\x1f\x44\x65leteCloudComponentVpcResponse"7\n\x1cListCloudComponentVpcRequest\x12\x17\n\x07team_id\x18\x01 \x01(\tR\x06teamId"_\n\x1dListCloudComponentVpcResponse\x12>\n\x04vpcs\x18\x01 \x03(\x0b\x32*.chalk.server.v1.CloudComponentVpcResponseR\x04vpcs"\x80\x01\n\x0e\x43loudVpcConfig\x12\x31\n\x03\x61ws\x18\x01 \x01(\x0b\x32\x1d.chalk.server.v1.AWSVpcConfigH\x00R\x03\x61ws\x12\x31\n\x03gcp\x18\x02 \x01(\x0b\x32\x1d.chalk.server.v1.GCPVpcConfigH\x00R\x03gcpB\x08\n\x06\x63onfig"\x8b\x03\n\x0c\x41WSVpcConfig\x12\x1d\n\ncidr_block\x18\x01 \x01(\tR\tcidrBlock\x12\x34\n\x16\x61\x64\x64itional_cidr_blocks\x18\x02 \x03(\tR\x14\x61\x64\x64itionalCidrBlocks\x12:\n\x07subnets\x18\x03 \x03(\x0b\x32 .chalk.server.v1.AwsSubnetConfigR\x07subnets\x12V\n\x18\x61\x64\x64itional_public_routes\x18\x04 \x03(\x0b\x32\x1c.chalk.server.v1.AWSVpcRouteR\x16\x61\x64\x64itionalPublicRoutes\x12X\n\x19\x61\x64\x64itional_private_routes\x18\x05 \x03(\x0b\x32\x1c.chalk.server.v1.AWSVpcRouteR\x17\x61\x64\x64itionalPrivateRoutes\x12\x38\n\x18\x64isable_internet_gateway\x18\x06 \x01(\x08R\x16\x64isableInternetGateway"p\n\x0b\x41WSVpcRoute\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x34\n\x16\x64\x65stination_cidr_block\x18\x02 \x01(\tR\x14\x64\x65stinationCidrBlock\x12\x17\n\x07peer_id\x18\x03 \x01(\tR\x06peerId"\xac\x01\n\x0f\x41wsSubnetConfig\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12,\n\x12private_cidr_block\x18\x02 \x01(\tR\x10privateCidrBlock\x12*\n\x11public_cidr_block\x18\x03 \x01(\tR\x0fpublicCidrBlock\x12+\n\x11\x61vailability_zone\x18\x04 \x01(\tR\x10\x61vailabilityZone"\x0e\n\x0cGCPVpcConfig"\xa4\x02\n\x15\x43loudComponentStorage\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x1e\n\ndesignator\x18\x02 \x01(\tR\ndesignator\x12\x31\n\x12plan_stages_bucket\x18\x03 \x01(\tH\x00R\x10planStagesBucket\x88\x01\x01\x12\x35\n\x14source_upload_bucket\x18\x04 \x01(\tH\x01R\x12sourceUploadBucket\x88\x01\x01\x12*\n\x0e\x64\x61taset_bucket\x18\x05 \x01(\tH\x02R\rdatasetBucket\x88\x01\x01\x42\x15\n\x13_plan_stages_bucketB\x17\n\x15_source_upload_bucketB\x11\n\x0f_dataset_bucket"\xf8\x03\n\x1d\x43loudComponentStorageResponse\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x0e\n\x02id\x18\x02 \x01(\tR\x02id\x12#\n\ndesignator\x18\x03 \x01(\tH\x00R\ndesignator\x88\x01\x01\x12\x17\n\x07team_id\x18\x04 \x01(\tR\x06teamId\x12:\n\x04spec\x18\x05 \x01(\x0b\x32&.chalk.server.v1.CloudComponentStorageR\x04spec\x12\x12\n\x04kind\x18\x06 \x01(\tR\x04kind\x12\x18\n\x07managed\x18\x07 \x01(\x08R\x07managed\x12\x33\n\x13\x63loud_credential_id\x18\x08 \x01(\tH\x01R\x11\x63loudCredentialId\x88\x01\x01\x12\x39\n\ncreated_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12\x39\n\napplied_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tappliedAtB\r\n\x0b_designatorB\x16\n\x14_cloud_credential_id"\xd5\x01\n\x1c\x43loudComponentStorageRequest\x12\x12\n\x04kind\x18\x01 \x01(\tR\x04kind\x12:\n\x04spec\x18\x02 \x01(\x0b\x32&.chalk.server.v1.CloudComponentStorageR\x04spec\x12\x18\n\x07managed\x18\x03 \x01(\x08R\x07managed\x12\x33\n\x13\x63loud_credential_id\x18\x04 \x01(\tH\x00R\x11\x63loudCredentialId\x88\x01\x01\x42\x16\n\x14_cloud_credential_id"\xbb\x01\n\x15\x43loudComponentCluster\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12#\n\ndesignator\x18\x02 \x01(\tH\x00R\ndesignator\x88\x01\x01\x12-\n\x12kubernetes_version\x18\x03 \x01(\tR\x11kubernetesVersion\x12\x1e\n\x08\x64ns_zone\x18\x04 \x01(\tH\x01R\x07\x64nsZone\x88\x01\x01\x42\r\n\x0b_designatorB\x0b\n\t_dns_zone"\xd7\x03\n\x12\x44\x65ploymentManifest\x12[\n\x12\x63luster_deployment\x18\x01 \x01(\x0b\x32*.chalk.server.v1.ClusterDeploymentManifestH\x00R\x11\x63lusterDeployment\x12O\n\x0evpc_deployment\x18\x02 \x01(\x0b\x32&.chalk.server.v1.VpcDeploymentManifestH\x00R\rvpcDeployment\x12\x43\n\x06\x63reate\x18\x03 \x01(\x0b\x32).chalk.server.v1.DeploymentManifestCreateH\x01R\x06\x63reate\x12\x43\n\x06\x64\x65lete\x18\x04 \x01(\x0b\x32).chalk.server.v1.DeploymentManifestDeleteH\x01R\x06\x64\x65lete\x12\x43\n\x06update\x18\x05 \x01(\x0b\x32).chalk.server.v1.DeploymentManifestUpdateH\x01R\x06update\x12 \n\tevent_bus\x18\x06 \x01(\tH\x02R\x08\x65ventBus\x88\x01\x01\x42\n\n\x08manifestB\x08\n\x06\x61\x63tionB\x0c\n\n_event_bus"\x1a\n\x18\x44\x65ploymentManifestCreate"\x1a\n\x18\x44\x65ploymentManifestDelete"\x1a\n\x18\x44\x65ploymentManifestUpdate"\xff\x01\n\x19\x43lusterDeploymentManifest\x12@\n\x07\x63luster\x18\x01 \x01(\x0b\x32&.chalk.server.v1.CloudComponentClusterR\x07\x63luster\x12?\n\x0c\x63loud_config\x18\x02 \x01(\x0b\x32\x1c.chalk.server.v1.CloudConfigR\x0b\x63loudConfig\x12)\n\x04team\x18\x03 \x01(\x0b\x32\x15.chalk.server.v1.TeamR\x04team\x12\x34\n\x03vpc\x18\x04 \x01(\x0b\x32".chalk.server.v1.CloudComponentVpcR\x03vpc"\xb9\x01\n\x15VpcDeploymentManifest\x12\x34\n\x03vpc\x18\x01 \x01(\x0b\x32".chalk.server.v1.CloudComponentVpcR\x03vpc\x12?\n\x0c\x63loud_config\x18\x02 \x01(\x0b\x32\x1c.chalk.server.v1.CloudConfigR\x0b\x63loudConfig\x12)\n\x04team\x18\x03 \x01(\x0b\x32\x15.chalk.server.v1.TeamR\x04team"\x9f\x04\n\x1d\x43loudComponentClusterResponse\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x0e\n\x02id\x18\x02 \x01(\tR\x02id\x12#\n\ndesignator\x18\x03 \x01(\tH\x00R\ndesignator\x88\x01\x01\x12\x17\n\x07team_id\x18\x04 \x01(\tR\x06teamId\x12:\n\x04spec\x18\x05 \x01(\x0b\x32&.chalk.server.v1.CloudComponentClusterR\x04spec\x12\x12\n\x04kind\x18\x06 \x01(\tR\x04kind\x12\x18\n\x07managed\x18\x07 \x01(\x08R\x07managed\x12\x33\n\x13\x63loud_credential_id\x18\x08 \x01(\tH\x01R\x11\x63loudCredentialId\x88\x01\x01\x12\x1a\n\x06vpc_id\x18\t \x01(\tH\x02R\x05vpcId\x88\x01\x01\x12\x39\n\ncreated_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12\x39\n\napplied_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tappliedAtB\r\n\x0b_designatorB\x16\n\x14_cloud_credential_idB\t\n\x07_vpc_id"\xfc\x01\n\x1c\x43loudComponentClusterRequest\x12\x12\n\x04kind\x18\x01 \x01(\tR\x04kind\x12:\n\x04spec\x18\x02 \x01(\x0b\x32&.chalk.server.v1.CloudComponentClusterR\x04spec\x12\x18\n\x07managed\x18\x03 \x01(\x08R\x07managed\x12\x33\n\x13\x63loud_credential_id\x18\x04 \x01(\tH\x00R\x11\x63loudCredentialId\x88\x01\x01\x12\x1a\n\x06vpc_id\x18\x05 \x01(\tH\x01R\x05vpcId\x88\x01\x01\x42\x16\n\x14_cloud_credential_idB\t\n\x07_vpc_id"m\n"CreateCloudComponentClusterRequest\x12G\n\x07\x63luster\x18\x01 \x01(\x0b\x32-.chalk.server.v1.CloudComponentClusterRequestR\x07\x63luster"o\n#CreateCloudComponentClusterResponse\x12H\n\x07\x63luster\x18\x01 \x01(\x0b\x32..chalk.server.v1.CloudComponentClusterResponseR\x07\x63luster"}\n"UpdateCloudComponentClusterRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12G\n\x07\x63luster\x18\x02 \x01(\x0b\x32-.chalk.server.v1.CloudComponentClusterRequestR\x07\x63luster"o\n#UpdateCloudComponentClusterResponse\x12H\n\x07\x63luster\x18\x01 \x01(\x0b\x32..chalk.server.v1.CloudComponentClusterResponseR\x07\x63luster"1\n\x1fGetCloudComponentClusterRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"l\n GetCloudComponentClusterResponse\x12H\n\x07\x63luster\x18\x01 \x01(\x0b\x32..chalk.server.v1.CloudComponentClusterResponseR\x07\x63luster"4\n"DeleteCloudComponentClusterRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"%\n#DeleteCloudComponentClusterResponse"\x84\x01\n\x1cTestClusterConnectionRequest\x12\x10\n\x02id\x18\x01 \x01(\tH\x00R\x02id\x12G\n\x06\x63onfig\x18\x02 \x01(\x0b\x32-.chalk.server.v1.CloudComponentClusterRequestH\x00R\x06\x63onfigB\t\n\x07\x63luster"i\n\x1dTestClusterConnectionResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message\x12\x14\n\x05\x65rror\x18\x03 \x01(\tR\x05\x65rror";\n ListCloudComponentClusterRequest\x12\x17\n\x07team_id\x18\x01 \x01(\tR\x06teamId"o\n!ListCloudComponentClusterResponse\x12J\n\x08\x63lusters\x18\x01 \x03(\x0b\x32..chalk.server.v1.CloudComponentClusterResponseR\x08\x63lusters"m\n"CreateCloudComponentStorageRequest\x12G\n\x07storage\x18\x01 \x01(\x0b\x32-.chalk.server.v1.CloudComponentStorageRequestR\x07storage"o\n#CreateCloudComponentStorageResponse\x12H\n\x07storage\x18\x01 \x01(\x0b\x32..chalk.server.v1.CloudComponentStorageResponseR\x07storage"1\n\x1fGetCloudComponentStorageRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"l\n GetCloudComponentStorageResponse\x12H\n\x07storage\x18\x01 \x01(\x0b\x32..chalk.server.v1.CloudComponentStorageResponseR\x07storage"4\n"DeleteCloudComponentStorageRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"%\n#DeleteCloudComponentStorageResponse";\n ListCloudComponentStorageRequest\x12\x17\n\x07team_id\x18\x01 \x01(\tR\x06teamId"o\n!ListCloudComponentStorageResponse\x12J\n\x08storages\x18\x01 \x03(\x0b\x32..chalk.server.v1.CloudComponentStorageResponseR\x08storages"q\n"CreateBindingClusterGatewayRequest\x12\x1d\n\ncluster_id\x18\x01 \x01(\tR\tclusterId\x12,\n\x12\x63luster_gateway_id\x18\x02 \x01(\tR\x10\x63lusterGatewayId"%\n#CreateBindingClusterGatewayResponse"C\n"DeleteBindingClusterGatewayRequest\x12\x1d\n\ncluster_id\x18\x01 \x01(\tR\tclusterId"%\n#DeleteBindingClusterGatewayResponse"@\n\x1fGetBindingClusterGatewayRequest\x12\x1d\n\ncluster_id\x18\x01 \x01(\tR\tclusterId"o\n GetBindingClusterGatewayResponse\x12\x1d\n\ncluster_id\x18\x01 \x01(\tR\tclusterId\x12,\n\x12\x63luster_gateway_id\x18\x02 \x01(\tR\x10\x63lusterGatewayId"\xac\x01\n:CreateBindingClusterBackgroundPersistenceDeploymentRequest\x12\x1d\n\ncluster_id\x18\x01 \x01(\tR\tclusterId\x12O\n$background_persistence_deployment_id\x18\x02 \x01(\tR!backgroundPersistenceDeploymentId"=\n;CreateBindingClusterBackgroundPersistenceDeploymentResponse"[\n:DeleteBindingClusterBackgroundPersistenceDeploymentRequest\x12\x1d\n\ncluster_id\x18\x01 \x01(\tR\tclusterId"=\n;DeleteBindingClusterBackgroundPersistenceDeploymentResponse"X\n7GetBindingClusterBackgroundPersistenceDeploymentRequest\x12\x1d\n\ncluster_id\x18\x01 \x01(\tR\tclusterId"\xaa\x01\n8GetBindingClusterBackgroundPersistenceDeploymentResponse\x12\x1d\n\ncluster_id\x18\x01 \x01(\tR\tclusterId\x12O\n$background_persistence_deployment_id\x18\x02 \x01(\tR!backgroundPersistenceDeploymentId"\x87\x01\n.CreateBindingClusterTelemetryDeploymentRequest\x12\x1d\n\ncluster_id\x18\x01 \x01(\tR\tclusterId\x12\x36\n\x17telemetry_deployment_id\x18\x02 \x01(\tR\x15telemetryDeploymentId"1\n/CreateBindingClusterTelemetryDeploymentResponse"O\n.DeleteBindingClusterTelemetryDeploymentRequest\x12\x1d\n\ncluster_id\x18\x01 \x01(\tR\tclusterId"1\n/DeleteBindingClusterTelemetryDeploymentResponse"L\n+GetBindingClusterTelemetryDeploymentRequest\x12\x1d\n\ncluster_id\x18\x01 \x01(\tR\tclusterId"\x85\x01\n,GetBindingClusterTelemetryDeploymentResponse\x12\x1d\n\ncluster_id\x18\x01 \x01(\tR\tclusterId\x12\x36\n\x17telemetry_deployment_id\x18\x02 \x01(\tR\x15telemetryDeploymentId2\xe5 \n\x16\x43loudComponentsService\x12\xa4\x01\n\x17\x43reateCloudComponentVpc\x12/.chalk.server.v1.CreateCloudComponentVpcRequest\x1a\x30.chalk.server.v1.CreateCloudComponentVpcResponse"&\x80}\n\x8a\xd3\x0e\x1f\x08\x02\x12\x1b\x43reated cloud component VPC\x12{\n\x14GetCloudComponentVpc\x12,.chalk.server.v1.GetCloudComponentVpcRequest\x1a-.chalk.server.v1.GetCloudComponentVpcResponse"\x06\x90\x02\x01\x80}\x02\x12~\n\x15ListCloudComponentVpc\x12-.chalk.server.v1.ListCloudComponentVpcRequest\x1a..chalk.server.v1.ListCloudComponentVpcResponse"\x06\x90\x02\x01\x80}\x02\x12\xa4\x01\n\x17\x44\x65leteCloudComponentVpc\x12/.chalk.server.v1.DeleteCloudComponentVpcRequest\x1a\x30.chalk.server.v1.DeleteCloudComponentVpcResponse"&\x80}\x1a\x8a\xd3\x0e\x1f\x08\x02\x12\x1b\x44\x65leted cloud component VPC\x12\xb4\x01\n\x1b\x43reateCloudComponentCluster\x12\x33.chalk.server.v1.CreateCloudComponentClusterRequest\x1a\x34.chalk.server.v1.CreateCloudComponentClusterResponse"*\x80}\x1a\x8a\xd3\x0e#\x08\x02\x12\x1f\x43reated cloud component cluster\x12\xb3\x01\n\x1bUpdateCloudComponentCluster\x12\x33.chalk.server.v1.UpdateCloudComponentClusterRequest\x1a\x34.chalk.server.v1.UpdateCloudComponentClusterResponse")\x80}\x1a\x8a\xd3\x0e"\x08\x02\x12\x1eUpdate cloud component cluster\x12\x87\x01\n\x18GetCloudComponentCluster\x12\x30.chalk.server.v1.GetCloudComponentClusterRequest\x1a\x31.chalk.server.v1.GetCloudComponentClusterResponse"\x06\x90\x02\x01\x80}\x02\x12\x8a\x01\n\x19ListCloudComponentCluster\x12\x31.chalk.server.v1.ListCloudComponentClusterRequest\x1a\x32.chalk.server.v1.ListCloudComponentClusterResponse"\x06\x90\x02\x01\x80}\x02\x12\xb4\x01\n\x1b\x44\x65leteCloudComponentCluster\x12\x33.chalk.server.v1.DeleteCloudComponentClusterRequest\x1a\x34.chalk.server.v1.DeleteCloudComponentClusterResponse"*\x80}\x1a\x8a\xd3\x0e#\x08\x02\x12\x1f\x44\x65leted cloud component cluster\x12~\n\x15TestClusterConnection\x12-.chalk.server.v1.TestClusterConnectionRequest\x1a..chalk.server.v1.TestClusterConnectionResponse"\x06\x90\x02\x01\x80}\x02\x12\xb4\x01\n\x1b\x43reateCloudComponentStorage\x12\x33.chalk.server.v1.CreateCloudComponentStorageRequest\x1a\x34.chalk.server.v1.CreateCloudComponentStorageResponse"*\x80}\x1a\x8a\xd3\x0e#\x08\x02\x12\x1f\x43reated cloud component storage\x12\x87\x01\n\x18GetCloudComponentStorage\x12\x30.chalk.server.v1.GetCloudComponentStorageRequest\x1a\x31.chalk.server.v1.GetCloudComponentStorageResponse"\x06\x90\x02\x01\x80}\x02\x12\x8a\x01\n\x19ListCloudComponentStorage\x12\x31.chalk.server.v1.ListCloudComponentStorageRequest\x1a\x32.chalk.server.v1.ListCloudComponentStorageResponse"\x06\x90\x02\x01\x80}\x02\x12\xb4\x01\n\x1b\x44\x65leteCloudComponentStorage\x12\x33.chalk.server.v1.DeleteCloudComponentStorageRequest\x1a\x34.chalk.server.v1.DeleteCloudComponentStorageResponse"*\x80}\x1a\x8a\xd3\x0e#\x08\x02\x12\x1f\x44\x65leted cloud component storage\x12\xc0\x01\n\x1b\x43reateBindingClusterGateway\x12\x33.chalk.server.v1.CreateBindingClusterGatewayRequest\x1a\x34.chalk.server.v1.CreateBindingClusterGatewayResponse"6\x80}\x1a\x8a\xd3\x0e/\x08\x02\x12+Created binding between cluster and gateway\x12\x87\x01\n\x18GetBindingClusterGateway\x12\x30.chalk.server.v1.GetBindingClusterGatewayRequest\x1a\x31.chalk.server.v1.GetBindingClusterGatewayResponse"\x06\x90\x02\x01\x80}\x02\x12\xc0\x01\n\x1b\x44\x65leteBindingClusterGateway\x12\x33.chalk.server.v1.DeleteBindingClusterGatewayRequest\x1a\x34.chalk.server.v1.DeleteBindingClusterGatewayResponse"6\x80}\x1a\x8a\xd3\x0e/\x08\x02\x12+Deleted binding between cluster and gateway\x12\xa2\x02\n3CreateBindingClusterBackgroundPersistenceDeployment\x12K.chalk.server.v1.CreateBindingClusterBackgroundPersistenceDeploymentRequest\x1aL.chalk.server.v1.CreateBindingClusterBackgroundPersistenceDeploymentResponse"P\x80}\x1a\x8a\xd3\x0eI\x08\x02\x12\x45\x43reated binding between cluster and background persistence deployment\x12\xcf\x01\n0GetBindingClusterBackgroundPersistenceDeployment\x12H.chalk.server.v1.GetBindingClusterBackgroundPersistenceDeploymentRequest\x1aI.chalk.server.v1.GetBindingClusterBackgroundPersistenceDeploymentResponse"\x06\x90\x02\x01\x80}\x02\x12\xa2\x02\n3DeleteBindingClusterBackgroundPersistenceDeployment\x12K.chalk.server.v1.DeleteBindingClusterBackgroundPersistenceDeploymentRequest\x1aL.chalk.server.v1.DeleteBindingClusterBackgroundPersistenceDeploymentResponse"P\x80}\x1a\x8a\xd3\x0eI\x08\x02\x12\x45\x44\x65leted binding between cluster and background persistence deployment\x12\xf1\x01\n\'CreateBindingClusterTelemetryDeployment\x12?.chalk.server.v1.CreateBindingClusterTelemetryDeploymentRequest\x1a@.chalk.server.v1.CreateBindingClusterTelemetryDeploymentResponse"C\x80}\x1a\x8a\xd3\x0e<\x08\x02\x12\x38\x43reated binding between cluster and telemetry deployment\x12\xab\x01\n$GetBindingClusterTelemetryDeployment\x12<.chalk.server.v1.GetBindingClusterTelemetryDeploymentRequest\x1a=.chalk.server.v1.GetBindingClusterTelemetryDeploymentResponse"\x06\x90\x02\x01\x80}\x02\x12\xf1\x01\n\'DeleteBindingClusterTelemetryDeployment\x12?.chalk.server.v1.DeleteBindingClusterTelemetryDeploymentRequest\x1a@.chalk.server.v1.DeleteBindingClusterTelemetryDeploymentResponse"C\x80}\x1a\x8a\xd3\x0e<\x08\x02\x12\x38\x44\x65leted binding between cluster and telemetry deploymentB\x9d\x01\n\x13\x63om.chalk.server.v1B\x14\x43loudComponentsProtoP\x01Z\x12server/v1;serverv1\xa2\x02\x03\x43SX\xaa\x02\x0f\x43halk.Server.V1\xca\x02\x0f\x43halk\\Server\\V1\xe2\x02\x1b\x43halk\\Server\\V1\\GPBMetadata\xea\x02\x11\x43halk::Server::V1b\x06proto3'
23
25
  )
24
26
 
25
27
  _globals = globals()
@@ -38,6 +40,10 @@ if _descriptor._USE_C_DESCRIPTORS == False:
38
40
  _globals["_CLOUDCOMPONENTSSERVICE"].methods_by_name[
39
41
  "GetCloudComponentVpc"
40
42
  ]._serialized_options = b"\220\002\001\200}\002"
43
+ _globals["_CLOUDCOMPONENTSSERVICE"].methods_by_name["ListCloudComponentVpc"]._options = None
44
+ _globals["_CLOUDCOMPONENTSSERVICE"].methods_by_name[
45
+ "ListCloudComponentVpc"
46
+ ]._serialized_options = b"\220\002\001\200}\002"
41
47
  _globals["_CLOUDCOMPONENTSSERVICE"].methods_by_name["DeleteCloudComponentVpc"]._options = None
42
48
  _globals["_CLOUDCOMPONENTSSERVICE"].methods_by_name[
43
49
  "DeleteCloudComponentVpc"
@@ -54,10 +60,18 @@ if _descriptor._USE_C_DESCRIPTORS == False:
54
60
  _globals["_CLOUDCOMPONENTSSERVICE"].methods_by_name[
55
61
  "GetCloudComponentCluster"
56
62
  ]._serialized_options = b"\220\002\001\200}\002"
63
+ _globals["_CLOUDCOMPONENTSSERVICE"].methods_by_name["ListCloudComponentCluster"]._options = None
64
+ _globals["_CLOUDCOMPONENTSSERVICE"].methods_by_name[
65
+ "ListCloudComponentCluster"
66
+ ]._serialized_options = b"\220\002\001\200}\002"
57
67
  _globals["_CLOUDCOMPONENTSSERVICE"].methods_by_name["DeleteCloudComponentCluster"]._options = None
58
68
  _globals["_CLOUDCOMPONENTSSERVICE"].methods_by_name[
59
69
  "DeleteCloudComponentCluster"
60
70
  ]._serialized_options = b"\200}\032\212\323\016#\010\002\022\037Deleted cloud component cluster"
71
+ _globals["_CLOUDCOMPONENTSSERVICE"].methods_by_name["TestClusterConnection"]._options = None
72
+ _globals["_CLOUDCOMPONENTSSERVICE"].methods_by_name[
73
+ "TestClusterConnection"
74
+ ]._serialized_options = b"\220\002\001\200}\002"
61
75
  _globals["_CLOUDCOMPONENTSSERVICE"].methods_by_name["CreateCloudComponentStorage"]._options = None
62
76
  _globals["_CLOUDCOMPONENTSSERVICE"].methods_by_name[
63
77
  "CreateCloudComponentStorage"
@@ -66,6 +80,10 @@ if _descriptor._USE_C_DESCRIPTORS == False:
66
80
  _globals["_CLOUDCOMPONENTSSERVICE"].methods_by_name[
67
81
  "GetCloudComponentStorage"
68
82
  ]._serialized_options = b"\220\002\001\200}\002"
83
+ _globals["_CLOUDCOMPONENTSSERVICE"].methods_by_name["ListCloudComponentStorage"]._options = None
84
+ _globals["_CLOUDCOMPONENTSSERVICE"].methods_by_name[
85
+ "ListCloudComponentStorage"
86
+ ]._serialized_options = b"\220\002\001\200}\002"
69
87
  _globals["_CLOUDCOMPONENTSSERVICE"].methods_by_name["DeleteCloudComponentStorage"]._options = None
70
88
  _globals["_CLOUDCOMPONENTSSERVICE"].methods_by_name[
71
89
  "DeleteCloudComponentStorage"
@@ -120,110 +138,138 @@ if _descriptor._USE_C_DESCRIPTORS == False:
120
138
  ]._serialized_options = (
121
139
  b"\200}\032\212\323\016<\010\002\0228Deleted binding between cluster and telemetry deployment"
122
140
  )
123
- _globals["_CLOUDCOMPONENTVPC"]._serialized_start = 152
124
- _globals["_CLOUDCOMPONENTVPC"]._serialized_end = 248
125
- _globals["_CLOUDCOMPONENTVPCRESPONSE"]._serialized_start = 251
126
- _globals["_CLOUDCOMPONENTVPCRESPONSE"]._serialized_end = 747
127
- _globals["_CLOUDCOMPONENTVPCREQUEST"]._serialized_start = 750
128
- _globals["_CLOUDCOMPONENTVPCREQUEST"]._serialized_end = 955
129
- _globals["_CREATECLOUDCOMPONENTVPCREQUEST"]._serialized_start = 957
130
- _globals["_CREATECLOUDCOMPONENTVPCREQUEST"]._serialized_end = 1050
131
- _globals["_CREATECLOUDCOMPONENTVPCRESPONSE"]._serialized_start = 1052
132
- _globals["_CREATECLOUDCOMPONENTVPCRESPONSE"]._serialized_end = 1147
133
- _globals["_GETCLOUDCOMPONENTVPCREQUEST"]._serialized_start = 1149
134
- _globals["_GETCLOUDCOMPONENTVPCREQUEST"]._serialized_end = 1194
135
- _globals["_GETCLOUDCOMPONENTVPCRESPONSE"]._serialized_start = 1196
136
- _globals["_GETCLOUDCOMPONENTVPCRESPONSE"]._serialized_end = 1288
137
- _globals["_DELETECLOUDCOMPONENTVPCREQUEST"]._serialized_start = 1290
138
- _globals["_DELETECLOUDCOMPONENTVPCREQUEST"]._serialized_end = 1338
139
- _globals["_DELETECLOUDCOMPONENTVPCRESPONSE"]._serialized_start = 1340
140
- _globals["_DELETECLOUDCOMPONENTVPCRESPONSE"]._serialized_end = 1373
141
- _globals["_CLOUDVPCCONFIG"]._serialized_start = 1376
142
- _globals["_CLOUDVPCCONFIG"]._serialized_end = 1504
143
- _globals["_AWSVPCCONFIG"]._serialized_start = 1507
144
- _globals["_AWSVPCCONFIG"]._serialized_end = 1902
145
- _globals["_AWSVPCROUTE"]._serialized_start = 1904
146
- _globals["_AWSVPCROUTE"]._serialized_end = 2016
147
- _globals["_AWSSUBNETCONFIG"]._serialized_start = 2019
148
- _globals["_AWSSUBNETCONFIG"]._serialized_end = 2191
149
- _globals["_GCPVPCCONFIG"]._serialized_start = 2193
150
- _globals["_GCPVPCCONFIG"]._serialized_end = 2207
151
- _globals["_CLOUDCOMPONENTSTORAGE"]._serialized_start = 2210
152
- _globals["_CLOUDCOMPONENTSTORAGE"]._serialized_end = 2502
153
- _globals["_CLOUDCOMPONENTSTORAGERESPONSE"]._serialized_start = 2505
154
- _globals["_CLOUDCOMPONENTSTORAGERESPONSE"]._serialized_end = 3009
155
- _globals["_CLOUDCOMPONENTSTORAGEREQUEST"]._serialized_start = 3012
156
- _globals["_CLOUDCOMPONENTSTORAGEREQUEST"]._serialized_end = 3225
157
- _globals["_CLOUDCOMPONENTCLUSTER"]._serialized_start = 3228
158
- _globals["_CLOUDCOMPONENTCLUSTER"]._serialized_end = 3370
159
- _globals["_CLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_start = 3373
160
- _globals["_CLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_end = 3916
161
- _globals["_CLOUDCOMPONENTCLUSTERREQUEST"]._serialized_start = 3919
162
- _globals["_CLOUDCOMPONENTCLUSTERREQUEST"]._serialized_end = 4171
163
- _globals["_CREATECLOUDCOMPONENTCLUSTERREQUEST"]._serialized_start = 4173
164
- _globals["_CREATECLOUDCOMPONENTCLUSTERREQUEST"]._serialized_end = 4282
165
- _globals["_CREATECLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_start = 4284
166
- _globals["_CREATECLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_end = 4395
167
- _globals["_UPDATECLOUDCOMPONENTCLUSTERREQUEST"]._serialized_start = 4397
168
- _globals["_UPDATECLOUDCOMPONENTCLUSTERREQUEST"]._serialized_end = 4522
169
- _globals["_UPDATECLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_start = 4524
170
- _globals["_UPDATECLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_end = 4635
171
- _globals["_GETCLOUDCOMPONENTCLUSTERREQUEST"]._serialized_start = 4637
172
- _globals["_GETCLOUDCOMPONENTCLUSTERREQUEST"]._serialized_end = 4686
173
- _globals["_GETCLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_start = 4688
174
- _globals["_GETCLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_end = 4796
175
- _globals["_DELETECLOUDCOMPONENTCLUSTERREQUEST"]._serialized_start = 4798
176
- _globals["_DELETECLOUDCOMPONENTCLUSTERREQUEST"]._serialized_end = 4850
177
- _globals["_DELETECLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_start = 4852
178
- _globals["_DELETECLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_end = 4889
179
- _globals["_CREATECLOUDCOMPONENTSTORAGEREQUEST"]._serialized_start = 4891
180
- _globals["_CREATECLOUDCOMPONENTSTORAGEREQUEST"]._serialized_end = 5000
181
- _globals["_CREATECLOUDCOMPONENTSTORAGERESPONSE"]._serialized_start = 5002
182
- _globals["_CREATECLOUDCOMPONENTSTORAGERESPONSE"]._serialized_end = 5113
183
- _globals["_GETCLOUDCOMPONENTSTORAGEREQUEST"]._serialized_start = 5115
184
- _globals["_GETCLOUDCOMPONENTSTORAGEREQUEST"]._serialized_end = 5164
185
- _globals["_GETCLOUDCOMPONENTSTORAGERESPONSE"]._serialized_start = 5166
186
- _globals["_GETCLOUDCOMPONENTSTORAGERESPONSE"]._serialized_end = 5274
187
- _globals["_DELETECLOUDCOMPONENTSTORAGEREQUEST"]._serialized_start = 5276
188
- _globals["_DELETECLOUDCOMPONENTSTORAGEREQUEST"]._serialized_end = 5328
189
- _globals["_DELETECLOUDCOMPONENTSTORAGERESPONSE"]._serialized_start = 5330
190
- _globals["_DELETECLOUDCOMPONENTSTORAGERESPONSE"]._serialized_end = 5367
191
- _globals["_CREATEBINDINGCLUSTERGATEWAYREQUEST"]._serialized_start = 5369
192
- _globals["_CREATEBINDINGCLUSTERGATEWAYREQUEST"]._serialized_end = 5482
193
- _globals["_CREATEBINDINGCLUSTERGATEWAYRESPONSE"]._serialized_start = 5484
194
- _globals["_CREATEBINDINGCLUSTERGATEWAYRESPONSE"]._serialized_end = 5521
195
- _globals["_DELETEBINDINGCLUSTERGATEWAYREQUEST"]._serialized_start = 5523
196
- _globals["_DELETEBINDINGCLUSTERGATEWAYREQUEST"]._serialized_end = 5590
197
- _globals["_DELETEBINDINGCLUSTERGATEWAYRESPONSE"]._serialized_start = 5592
198
- _globals["_DELETEBINDINGCLUSTERGATEWAYRESPONSE"]._serialized_end = 5629
199
- _globals["_GETBINDINGCLUSTERGATEWAYREQUEST"]._serialized_start = 5631
200
- _globals["_GETBINDINGCLUSTERGATEWAYREQUEST"]._serialized_end = 5695
201
- _globals["_GETBINDINGCLUSTERGATEWAYRESPONSE"]._serialized_start = 5697
202
- _globals["_GETBINDINGCLUSTERGATEWAYRESPONSE"]._serialized_end = 5808
203
- _globals["_CREATEBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTREQUEST"]._serialized_start = 5811
204
- _globals["_CREATEBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTREQUEST"]._serialized_end = 5983
205
- _globals["_CREATEBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTRESPONSE"]._serialized_start = 5985
206
- _globals["_CREATEBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTRESPONSE"]._serialized_end = 6046
207
- _globals["_DELETEBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTREQUEST"]._serialized_start = 6048
208
- _globals["_DELETEBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTREQUEST"]._serialized_end = 6139
209
- _globals["_DELETEBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTRESPONSE"]._serialized_start = 6141
210
- _globals["_DELETEBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTRESPONSE"]._serialized_end = 6202
211
- _globals["_GETBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTREQUEST"]._serialized_start = 6204
212
- _globals["_GETBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTREQUEST"]._serialized_end = 6292
213
- _globals["_GETBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTRESPONSE"]._serialized_start = 6295
214
- _globals["_GETBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTRESPONSE"]._serialized_end = 6465
215
- _globals["_CREATEBINDINGCLUSTERTELEMETRYDEPLOYMENTREQUEST"]._serialized_start = 6468
216
- _globals["_CREATEBINDINGCLUSTERTELEMETRYDEPLOYMENTREQUEST"]._serialized_end = 6603
217
- _globals["_CREATEBINDINGCLUSTERTELEMETRYDEPLOYMENTRESPONSE"]._serialized_start = 6605
218
- _globals["_CREATEBINDINGCLUSTERTELEMETRYDEPLOYMENTRESPONSE"]._serialized_end = 6654
219
- _globals["_DELETEBINDINGCLUSTERTELEMETRYDEPLOYMENTREQUEST"]._serialized_start = 6656
220
- _globals["_DELETEBINDINGCLUSTERTELEMETRYDEPLOYMENTREQUEST"]._serialized_end = 6735
221
- _globals["_DELETEBINDINGCLUSTERTELEMETRYDEPLOYMENTRESPONSE"]._serialized_start = 6737
222
- _globals["_DELETEBINDINGCLUSTERTELEMETRYDEPLOYMENTRESPONSE"]._serialized_end = 6786
223
- _globals["_GETBINDINGCLUSTERTELEMETRYDEPLOYMENTREQUEST"]._serialized_start = 6788
224
- _globals["_GETBINDINGCLUSTERTELEMETRYDEPLOYMENTREQUEST"]._serialized_end = 6864
225
- _globals["_GETBINDINGCLUSTERTELEMETRYDEPLOYMENTRESPONSE"]._serialized_start = 6867
226
- _globals["_GETBINDINGCLUSTERTELEMETRYDEPLOYMENTRESPONSE"]._serialized_end = 7000
227
- _globals["_CLOUDCOMPONENTSSERVICE"]._serialized_start = 7003
228
- _globals["_CLOUDCOMPONENTSSERVICE"]._serialized_end = 10662
141
+ _globals["_CLOUDCOMPONENTVPC"]._serialized_start = 216
142
+ _globals["_CLOUDCOMPONENTVPC"]._serialized_end = 364
143
+ _globals["_CLOUDCOMPONENTVPCRESPONSE"]._serialized_start = 367
144
+ _globals["_CLOUDCOMPONENTVPCRESPONSE"]._serialized_end = 863
145
+ _globals["_CLOUDCOMPONENTVPCREQUEST"]._serialized_start = 866
146
+ _globals["_CLOUDCOMPONENTVPCREQUEST"]._serialized_end = 1071
147
+ _globals["_CREATECLOUDCOMPONENTVPCREQUEST"]._serialized_start = 1073
148
+ _globals["_CREATECLOUDCOMPONENTVPCREQUEST"]._serialized_end = 1166
149
+ _globals["_CREATECLOUDCOMPONENTVPCRESPONSE"]._serialized_start = 1168
150
+ _globals["_CREATECLOUDCOMPONENTVPCRESPONSE"]._serialized_end = 1263
151
+ _globals["_GETCLOUDCOMPONENTVPCREQUEST"]._serialized_start = 1265
152
+ _globals["_GETCLOUDCOMPONENTVPCREQUEST"]._serialized_end = 1310
153
+ _globals["_GETCLOUDCOMPONENTVPCRESPONSE"]._serialized_start = 1312
154
+ _globals["_GETCLOUDCOMPONENTVPCRESPONSE"]._serialized_end = 1404
155
+ _globals["_DELETECLOUDCOMPONENTVPCREQUEST"]._serialized_start = 1406
156
+ _globals["_DELETECLOUDCOMPONENTVPCREQUEST"]._serialized_end = 1454
157
+ _globals["_DELETECLOUDCOMPONENTVPCRESPONSE"]._serialized_start = 1456
158
+ _globals["_DELETECLOUDCOMPONENTVPCRESPONSE"]._serialized_end = 1489
159
+ _globals["_LISTCLOUDCOMPONENTVPCREQUEST"]._serialized_start = 1491
160
+ _globals["_LISTCLOUDCOMPONENTVPCREQUEST"]._serialized_end = 1546
161
+ _globals["_LISTCLOUDCOMPONENTVPCRESPONSE"]._serialized_start = 1548
162
+ _globals["_LISTCLOUDCOMPONENTVPCRESPONSE"]._serialized_end = 1643
163
+ _globals["_CLOUDVPCCONFIG"]._serialized_start = 1646
164
+ _globals["_CLOUDVPCCONFIG"]._serialized_end = 1774
165
+ _globals["_AWSVPCCONFIG"]._serialized_start = 1777
166
+ _globals["_AWSVPCCONFIG"]._serialized_end = 2172
167
+ _globals["_AWSVPCROUTE"]._serialized_start = 2174
168
+ _globals["_AWSVPCROUTE"]._serialized_end = 2286
169
+ _globals["_AWSSUBNETCONFIG"]._serialized_start = 2289
170
+ _globals["_AWSSUBNETCONFIG"]._serialized_end = 2461
171
+ _globals["_GCPVPCCONFIG"]._serialized_start = 2463
172
+ _globals["_GCPVPCCONFIG"]._serialized_end = 2477
173
+ _globals["_CLOUDCOMPONENTSTORAGE"]._serialized_start = 2480
174
+ _globals["_CLOUDCOMPONENTSTORAGE"]._serialized_end = 2772
175
+ _globals["_CLOUDCOMPONENTSTORAGERESPONSE"]._serialized_start = 2775
176
+ _globals["_CLOUDCOMPONENTSTORAGERESPONSE"]._serialized_end = 3279
177
+ _globals["_CLOUDCOMPONENTSTORAGEREQUEST"]._serialized_start = 3282
178
+ _globals["_CLOUDCOMPONENTSTORAGEREQUEST"]._serialized_end = 3495
179
+ _globals["_CLOUDCOMPONENTCLUSTER"]._serialized_start = 3498
180
+ _globals["_CLOUDCOMPONENTCLUSTER"]._serialized_end = 3685
181
+ _globals["_DEPLOYMENTMANIFEST"]._serialized_start = 3688
182
+ _globals["_DEPLOYMENTMANIFEST"]._serialized_end = 4159
183
+ _globals["_DEPLOYMENTMANIFESTCREATE"]._serialized_start = 4161
184
+ _globals["_DEPLOYMENTMANIFESTCREATE"]._serialized_end = 4187
185
+ _globals["_DEPLOYMENTMANIFESTDELETE"]._serialized_start = 4189
186
+ _globals["_DEPLOYMENTMANIFESTDELETE"]._serialized_end = 4215
187
+ _globals["_DEPLOYMENTMANIFESTUPDATE"]._serialized_start = 4217
188
+ _globals["_DEPLOYMENTMANIFESTUPDATE"]._serialized_end = 4243
189
+ _globals["_CLUSTERDEPLOYMENTMANIFEST"]._serialized_start = 4246
190
+ _globals["_CLUSTERDEPLOYMENTMANIFEST"]._serialized_end = 4501
191
+ _globals["_VPCDEPLOYMENTMANIFEST"]._serialized_start = 4504
192
+ _globals["_VPCDEPLOYMENTMANIFEST"]._serialized_end = 4689
193
+ _globals["_CLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_start = 4692
194
+ _globals["_CLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_end = 5235
195
+ _globals["_CLOUDCOMPONENTCLUSTERREQUEST"]._serialized_start = 5238
196
+ _globals["_CLOUDCOMPONENTCLUSTERREQUEST"]._serialized_end = 5490
197
+ _globals["_CREATECLOUDCOMPONENTCLUSTERREQUEST"]._serialized_start = 5492
198
+ _globals["_CREATECLOUDCOMPONENTCLUSTERREQUEST"]._serialized_end = 5601
199
+ _globals["_CREATECLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_start = 5603
200
+ _globals["_CREATECLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_end = 5714
201
+ _globals["_UPDATECLOUDCOMPONENTCLUSTERREQUEST"]._serialized_start = 5716
202
+ _globals["_UPDATECLOUDCOMPONENTCLUSTERREQUEST"]._serialized_end = 5841
203
+ _globals["_UPDATECLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_start = 5843
204
+ _globals["_UPDATECLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_end = 5954
205
+ _globals["_GETCLOUDCOMPONENTCLUSTERREQUEST"]._serialized_start = 5956
206
+ _globals["_GETCLOUDCOMPONENTCLUSTERREQUEST"]._serialized_end = 6005
207
+ _globals["_GETCLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_start = 6007
208
+ _globals["_GETCLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_end = 6115
209
+ _globals["_DELETECLOUDCOMPONENTCLUSTERREQUEST"]._serialized_start = 6117
210
+ _globals["_DELETECLOUDCOMPONENTCLUSTERREQUEST"]._serialized_end = 6169
211
+ _globals["_DELETECLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_start = 6171
212
+ _globals["_DELETECLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_end = 6208
213
+ _globals["_TESTCLUSTERCONNECTIONREQUEST"]._serialized_start = 6211
214
+ _globals["_TESTCLUSTERCONNECTIONREQUEST"]._serialized_end = 6343
215
+ _globals["_TESTCLUSTERCONNECTIONRESPONSE"]._serialized_start = 6345
216
+ _globals["_TESTCLUSTERCONNECTIONRESPONSE"]._serialized_end = 6450
217
+ _globals["_LISTCLOUDCOMPONENTCLUSTERREQUEST"]._serialized_start = 6452
218
+ _globals["_LISTCLOUDCOMPONENTCLUSTERREQUEST"]._serialized_end = 6511
219
+ _globals["_LISTCLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_start = 6513
220
+ _globals["_LISTCLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_end = 6624
221
+ _globals["_CREATECLOUDCOMPONENTSTORAGEREQUEST"]._serialized_start = 6626
222
+ _globals["_CREATECLOUDCOMPONENTSTORAGEREQUEST"]._serialized_end = 6735
223
+ _globals["_CREATECLOUDCOMPONENTSTORAGERESPONSE"]._serialized_start = 6737
224
+ _globals["_CREATECLOUDCOMPONENTSTORAGERESPONSE"]._serialized_end = 6848
225
+ _globals["_GETCLOUDCOMPONENTSTORAGEREQUEST"]._serialized_start = 6850
226
+ _globals["_GETCLOUDCOMPONENTSTORAGEREQUEST"]._serialized_end = 6899
227
+ _globals["_GETCLOUDCOMPONENTSTORAGERESPONSE"]._serialized_start = 6901
228
+ _globals["_GETCLOUDCOMPONENTSTORAGERESPONSE"]._serialized_end = 7009
229
+ _globals["_DELETECLOUDCOMPONENTSTORAGEREQUEST"]._serialized_start = 7011
230
+ _globals["_DELETECLOUDCOMPONENTSTORAGEREQUEST"]._serialized_end = 7063
231
+ _globals["_DELETECLOUDCOMPONENTSTORAGERESPONSE"]._serialized_start = 7065
232
+ _globals["_DELETECLOUDCOMPONENTSTORAGERESPONSE"]._serialized_end = 7102
233
+ _globals["_LISTCLOUDCOMPONENTSTORAGEREQUEST"]._serialized_start = 7104
234
+ _globals["_LISTCLOUDCOMPONENTSTORAGEREQUEST"]._serialized_end = 7163
235
+ _globals["_LISTCLOUDCOMPONENTSTORAGERESPONSE"]._serialized_start = 7165
236
+ _globals["_LISTCLOUDCOMPONENTSTORAGERESPONSE"]._serialized_end = 7276
237
+ _globals["_CREATEBINDINGCLUSTERGATEWAYREQUEST"]._serialized_start = 7278
238
+ _globals["_CREATEBINDINGCLUSTERGATEWAYREQUEST"]._serialized_end = 7391
239
+ _globals["_CREATEBINDINGCLUSTERGATEWAYRESPONSE"]._serialized_start = 7393
240
+ _globals["_CREATEBINDINGCLUSTERGATEWAYRESPONSE"]._serialized_end = 7430
241
+ _globals["_DELETEBINDINGCLUSTERGATEWAYREQUEST"]._serialized_start = 7432
242
+ _globals["_DELETEBINDINGCLUSTERGATEWAYREQUEST"]._serialized_end = 7499
243
+ _globals["_DELETEBINDINGCLUSTERGATEWAYRESPONSE"]._serialized_start = 7501
244
+ _globals["_DELETEBINDINGCLUSTERGATEWAYRESPONSE"]._serialized_end = 7538
245
+ _globals["_GETBINDINGCLUSTERGATEWAYREQUEST"]._serialized_start = 7540
246
+ _globals["_GETBINDINGCLUSTERGATEWAYREQUEST"]._serialized_end = 7604
247
+ _globals["_GETBINDINGCLUSTERGATEWAYRESPONSE"]._serialized_start = 7606
248
+ _globals["_GETBINDINGCLUSTERGATEWAYRESPONSE"]._serialized_end = 7717
249
+ _globals["_CREATEBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTREQUEST"]._serialized_start = 7720
250
+ _globals["_CREATEBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTREQUEST"]._serialized_end = 7892
251
+ _globals["_CREATEBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTRESPONSE"]._serialized_start = 7894
252
+ _globals["_CREATEBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTRESPONSE"]._serialized_end = 7955
253
+ _globals["_DELETEBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTREQUEST"]._serialized_start = 7957
254
+ _globals["_DELETEBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTREQUEST"]._serialized_end = 8048
255
+ _globals["_DELETEBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTRESPONSE"]._serialized_start = 8050
256
+ _globals["_DELETEBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTRESPONSE"]._serialized_end = 8111
257
+ _globals["_GETBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTREQUEST"]._serialized_start = 8113
258
+ _globals["_GETBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTREQUEST"]._serialized_end = 8201
259
+ _globals["_GETBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTRESPONSE"]._serialized_start = 8204
260
+ _globals["_GETBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTRESPONSE"]._serialized_end = 8374
261
+ _globals["_CREATEBINDINGCLUSTERTELEMETRYDEPLOYMENTREQUEST"]._serialized_start = 8377
262
+ _globals["_CREATEBINDINGCLUSTERTELEMETRYDEPLOYMENTREQUEST"]._serialized_end = 8512
263
+ _globals["_CREATEBINDINGCLUSTERTELEMETRYDEPLOYMENTRESPONSE"]._serialized_start = 8514
264
+ _globals["_CREATEBINDINGCLUSTERTELEMETRYDEPLOYMENTRESPONSE"]._serialized_end = 8563
265
+ _globals["_DELETEBINDINGCLUSTERTELEMETRYDEPLOYMENTREQUEST"]._serialized_start = 8565
266
+ _globals["_DELETEBINDINGCLUSTERTELEMETRYDEPLOYMENTREQUEST"]._serialized_end = 8644
267
+ _globals["_DELETEBINDINGCLUSTERTELEMETRYDEPLOYMENTRESPONSE"]._serialized_start = 8646
268
+ _globals["_DELETEBINDINGCLUSTERTELEMETRYDEPLOYMENTRESPONSE"]._serialized_end = 8695
269
+ _globals["_GETBINDINGCLUSTERTELEMETRYDEPLOYMENTREQUEST"]._serialized_start = 8697
270
+ _globals["_GETBINDINGCLUSTERTELEMETRYDEPLOYMENTREQUEST"]._serialized_end = 8773
271
+ _globals["_GETBINDINGCLUSTERTELEMETRYDEPLOYMENTRESPONSE"]._serialized_start = 8776
272
+ _globals["_GETBINDINGCLUSTERTELEMETRYDEPLOYMENTRESPONSE"]._serialized_end = 8909
273
+ _globals["_CLOUDCOMPONENTSSERVICE"]._serialized_start = 8912
274
+ _globals["_CLOUDCOMPONENTSSERVICE"]._serialized_end = 13109
229
275
  # @@protoc_insertion_point(module_scope)
@@ -1,5 +1,7 @@
1
1
  from chalk._gen.chalk.auth.v1 import audit_pb2 as _audit_pb2
2
2
  from chalk._gen.chalk.auth.v1 import permissions_pb2 as _permissions_pb2
3
+ from chalk._gen.chalk.server.v1 import environment_pb2 as _environment_pb2
4
+ from chalk._gen.chalk.server.v1 import team_pb2 as _team_pb2
3
5
  from google.protobuf import timestamp_pb2 as _timestamp_pb2
4
6
  from google.protobuf.internal import containers as _containers
5
7
  from google.protobuf import descriptor as _descriptor
@@ -15,13 +17,18 @@ from typing import (
15
17
  DESCRIPTOR: _descriptor.FileDescriptor
16
18
 
17
19
  class CloudComponentVpc(_message.Message):
18
- __slots__ = ("name", "config")
20
+ __slots__ = ("name", "config", "designator")
19
21
  NAME_FIELD_NUMBER: _ClassVar[int]
20
22
  CONFIG_FIELD_NUMBER: _ClassVar[int]
23
+ DESIGNATOR_FIELD_NUMBER: _ClassVar[int]
21
24
  name: str
22
25
  config: CloudVpcConfig
26
+ designator: str
23
27
  def __init__(
24
- self, name: _Optional[str] = ..., config: _Optional[_Union[CloudVpcConfig, _Mapping]] = ...
28
+ self,
29
+ name: _Optional[str] = ...,
30
+ config: _Optional[_Union[CloudVpcConfig, _Mapping]] = ...,
31
+ designator: _Optional[str] = ...,
25
32
  ) -> None: ...
26
33
 
27
34
  class CloudComponentVpcResponse(_message.Message):
@@ -127,6 +134,18 @@ class DeleteCloudComponentVpcResponse(_message.Message):
127
134
  __slots__ = ()
128
135
  def __init__(self) -> None: ...
129
136
 
137
+ class ListCloudComponentVpcRequest(_message.Message):
138
+ __slots__ = ("team_id",)
139
+ TEAM_ID_FIELD_NUMBER: _ClassVar[int]
140
+ team_id: str
141
+ def __init__(self, team_id: _Optional[str] = ...) -> None: ...
142
+
143
+ class ListCloudComponentVpcResponse(_message.Message):
144
+ __slots__ = ("vpcs",)
145
+ VPCS_FIELD_NUMBER: _ClassVar[int]
146
+ vpcs: _containers.RepeatedCompositeFieldContainer[CloudComponentVpcResponse]
147
+ def __init__(self, vpcs: _Optional[_Iterable[_Union[CloudComponentVpcResponse, _Mapping]]] = ...) -> None: ...
148
+
130
149
  class CloudVpcConfig(_message.Message):
131
150
  __slots__ = ("aws", "gcp")
132
151
  AWS_FIELD_NUMBER: _ClassVar[int]
@@ -293,15 +312,90 @@ class CloudComponentStorageRequest(_message.Message):
293
312
  ) -> None: ...
294
313
 
295
314
  class CloudComponentCluster(_message.Message):
296
- __slots__ = ("name", "designator", "kubernetes_version")
315
+ __slots__ = ("name", "designator", "kubernetes_version", "dns_zone")
297
316
  NAME_FIELD_NUMBER: _ClassVar[int]
298
317
  DESIGNATOR_FIELD_NUMBER: _ClassVar[int]
299
318
  KUBERNETES_VERSION_FIELD_NUMBER: _ClassVar[int]
319
+ DNS_ZONE_FIELD_NUMBER: _ClassVar[int]
300
320
  name: str
301
321
  designator: str
302
322
  kubernetes_version: str
323
+ dns_zone: str
324
+ def __init__(
325
+ self,
326
+ name: _Optional[str] = ...,
327
+ designator: _Optional[str] = ...,
328
+ kubernetes_version: _Optional[str] = ...,
329
+ dns_zone: _Optional[str] = ...,
330
+ ) -> None: ...
331
+
332
+ class DeploymentManifest(_message.Message):
333
+ __slots__ = ("cluster_deployment", "vpc_deployment", "create", "delete", "update", "event_bus")
334
+ CLUSTER_DEPLOYMENT_FIELD_NUMBER: _ClassVar[int]
335
+ VPC_DEPLOYMENT_FIELD_NUMBER: _ClassVar[int]
336
+ CREATE_FIELD_NUMBER: _ClassVar[int]
337
+ DELETE_FIELD_NUMBER: _ClassVar[int]
338
+ UPDATE_FIELD_NUMBER: _ClassVar[int]
339
+ EVENT_BUS_FIELD_NUMBER: _ClassVar[int]
340
+ cluster_deployment: ClusterDeploymentManifest
341
+ vpc_deployment: VpcDeploymentManifest
342
+ create: DeploymentManifestCreate
343
+ delete: DeploymentManifestDelete
344
+ update: DeploymentManifestUpdate
345
+ event_bus: str
346
+ def __init__(
347
+ self,
348
+ cluster_deployment: _Optional[_Union[ClusterDeploymentManifest, _Mapping]] = ...,
349
+ vpc_deployment: _Optional[_Union[VpcDeploymentManifest, _Mapping]] = ...,
350
+ create: _Optional[_Union[DeploymentManifestCreate, _Mapping]] = ...,
351
+ delete: _Optional[_Union[DeploymentManifestDelete, _Mapping]] = ...,
352
+ update: _Optional[_Union[DeploymentManifestUpdate, _Mapping]] = ...,
353
+ event_bus: _Optional[str] = ...,
354
+ ) -> None: ...
355
+
356
+ class DeploymentManifestCreate(_message.Message):
357
+ __slots__ = ()
358
+ def __init__(self) -> None: ...
359
+
360
+ class DeploymentManifestDelete(_message.Message):
361
+ __slots__ = ()
362
+ def __init__(self) -> None: ...
363
+
364
+ class DeploymentManifestUpdate(_message.Message):
365
+ __slots__ = ()
366
+ def __init__(self) -> None: ...
367
+
368
+ class ClusterDeploymentManifest(_message.Message):
369
+ __slots__ = ("cluster", "cloud_config", "team", "vpc")
370
+ CLUSTER_FIELD_NUMBER: _ClassVar[int]
371
+ CLOUD_CONFIG_FIELD_NUMBER: _ClassVar[int]
372
+ TEAM_FIELD_NUMBER: _ClassVar[int]
373
+ VPC_FIELD_NUMBER: _ClassVar[int]
374
+ cluster: CloudComponentCluster
375
+ cloud_config: _environment_pb2.CloudConfig
376
+ team: _team_pb2.Team
377
+ vpc: CloudComponentVpc
378
+ def __init__(
379
+ self,
380
+ cluster: _Optional[_Union[CloudComponentCluster, _Mapping]] = ...,
381
+ cloud_config: _Optional[_Union[_environment_pb2.CloudConfig, _Mapping]] = ...,
382
+ team: _Optional[_Union[_team_pb2.Team, _Mapping]] = ...,
383
+ vpc: _Optional[_Union[CloudComponentVpc, _Mapping]] = ...,
384
+ ) -> None: ...
385
+
386
+ class VpcDeploymentManifest(_message.Message):
387
+ __slots__ = ("vpc", "cloud_config", "team")
388
+ VPC_FIELD_NUMBER: _ClassVar[int]
389
+ CLOUD_CONFIG_FIELD_NUMBER: _ClassVar[int]
390
+ TEAM_FIELD_NUMBER: _ClassVar[int]
391
+ vpc: CloudComponentVpc
392
+ cloud_config: _environment_pb2.CloudConfig
393
+ team: _team_pb2.Team
303
394
  def __init__(
304
- self, name: _Optional[str] = ..., designator: _Optional[str] = ..., kubernetes_version: _Optional[str] = ...
395
+ self,
396
+ vpc: _Optional[_Union[CloudComponentVpc, _Mapping]] = ...,
397
+ cloud_config: _Optional[_Union[_environment_pb2.CloudConfig, _Mapping]] = ...,
398
+ team: _Optional[_Union[_team_pb2.Team, _Mapping]] = ...,
305
399
  ) -> None: ...
306
400
 
307
401
  class CloudComponentClusterResponse(_message.Message):
@@ -430,6 +524,40 @@ class DeleteCloudComponentClusterResponse(_message.Message):
430
524
  __slots__ = ()
431
525
  def __init__(self) -> None: ...
432
526
 
527
+ class TestClusterConnectionRequest(_message.Message):
528
+ __slots__ = ("id", "config")
529
+ ID_FIELD_NUMBER: _ClassVar[int]
530
+ CONFIG_FIELD_NUMBER: _ClassVar[int]
531
+ id: str
532
+ config: CloudComponentClusterRequest
533
+ def __init__(
534
+ self, id: _Optional[str] = ..., config: _Optional[_Union[CloudComponentClusterRequest, _Mapping]] = ...
535
+ ) -> None: ...
536
+
537
+ class TestClusterConnectionResponse(_message.Message):
538
+ __slots__ = ("success", "message", "error")
539
+ SUCCESS_FIELD_NUMBER: _ClassVar[int]
540
+ MESSAGE_FIELD_NUMBER: _ClassVar[int]
541
+ ERROR_FIELD_NUMBER: _ClassVar[int]
542
+ success: bool
543
+ message: str
544
+ error: str
545
+ def __init__(self, success: bool = ..., message: _Optional[str] = ..., error: _Optional[str] = ...) -> None: ...
546
+
547
+ class ListCloudComponentClusterRequest(_message.Message):
548
+ __slots__ = ("team_id",)
549
+ TEAM_ID_FIELD_NUMBER: _ClassVar[int]
550
+ team_id: str
551
+ def __init__(self, team_id: _Optional[str] = ...) -> None: ...
552
+
553
+ class ListCloudComponentClusterResponse(_message.Message):
554
+ __slots__ = ("clusters",)
555
+ CLUSTERS_FIELD_NUMBER: _ClassVar[int]
556
+ clusters: _containers.RepeatedCompositeFieldContainer[CloudComponentClusterResponse]
557
+ def __init__(
558
+ self, clusters: _Optional[_Iterable[_Union[CloudComponentClusterResponse, _Mapping]]] = ...
559
+ ) -> None: ...
560
+
433
561
  class CreateCloudComponentStorageRequest(_message.Message):
434
562
  __slots__ = ("storage",)
435
563
  STORAGE_FIELD_NUMBER: _ClassVar[int]
@@ -464,6 +592,20 @@ class DeleteCloudComponentStorageResponse(_message.Message):
464
592
  __slots__ = ()
465
593
  def __init__(self) -> None: ...
466
594
 
595
+ class ListCloudComponentStorageRequest(_message.Message):
596
+ __slots__ = ("team_id",)
597
+ TEAM_ID_FIELD_NUMBER: _ClassVar[int]
598
+ team_id: str
599
+ def __init__(self, team_id: _Optional[str] = ...) -> None: ...
600
+
601
+ class ListCloudComponentStorageResponse(_message.Message):
602
+ __slots__ = ("storages",)
603
+ STORAGES_FIELD_NUMBER: _ClassVar[int]
604
+ storages: _containers.RepeatedCompositeFieldContainer[CloudComponentStorageResponse]
605
+ def __init__(
606
+ self, storages: _Optional[_Iterable[_Union[CloudComponentStorageResponse, _Mapping]]] = ...
607
+ ) -> None: ...
608
+
467
609
  class CreateBindingClusterGatewayRequest(_message.Message):
468
610
  __slots__ = ("cluster_id", "cluster_gateway_id")
469
611
  CLUSTER_ID_FIELD_NUMBER: _ClassVar[int]