chalkpy 2.90.1__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 (202) 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 +16 -16
  5. chalk/_gen/chalk/artifacts/v1/chart_pb2.pyi +4 -0
  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 +17 -15
  9. chalk/_gen/chalk/common/v1/offline_query_pb2.pyi +25 -0
  10. chalk/_gen/chalk/common/v1/script_task_pb2.py +3 -3
  11. chalk/_gen/chalk/common/v1/script_task_pb2.pyi +2 -0
  12. chalk/_gen/chalk/dataframe/__init__.py +0 -0
  13. chalk/_gen/chalk/dataframe/v1/__init__.py +0 -0
  14. chalk/_gen/chalk/dataframe/v1/dataframe_pb2.py +48 -0
  15. chalk/_gen/chalk/dataframe/v1/dataframe_pb2.pyi +123 -0
  16. chalk/_gen/chalk/dataframe/v1/dataframe_pb2_grpc.py +4 -0
  17. chalk/_gen/chalk/dataframe/v1/dataframe_pb2_grpc.pyi +4 -0
  18. chalk/_gen/chalk/graph/v1/graph_pb2.py +150 -149
  19. chalk/_gen/chalk/graph/v1/graph_pb2.pyi +25 -0
  20. chalk/_gen/chalk/graph/v1/sources_pb2.py +94 -84
  21. chalk/_gen/chalk/graph/v1/sources_pb2.pyi +56 -0
  22. chalk/_gen/chalk/kubernetes/v1/horizontalpodautoscaler_pb2.py +79 -0
  23. chalk/_gen/chalk/kubernetes/v1/horizontalpodautoscaler_pb2.pyi +377 -0
  24. chalk/_gen/chalk/kubernetes/v1/horizontalpodautoscaler_pb2_grpc.py +4 -0
  25. chalk/_gen/chalk/kubernetes/v1/horizontalpodautoscaler_pb2_grpc.pyi +4 -0
  26. chalk/_gen/chalk/kubernetes/v1/scaledobject_pb2.py +43 -7
  27. chalk/_gen/chalk/kubernetes/v1/scaledobject_pb2.pyi +252 -2
  28. chalk/_gen/chalk/protosql/v1/sql_service_pb2.py +54 -27
  29. chalk/_gen/chalk/protosql/v1/sql_service_pb2.pyi +131 -3
  30. chalk/_gen/chalk/protosql/v1/sql_service_pb2_grpc.py +45 -0
  31. chalk/_gen/chalk/protosql/v1/sql_service_pb2_grpc.pyi +14 -0
  32. chalk/_gen/chalk/python/v1/types_pb2.py +14 -14
  33. chalk/_gen/chalk/python/v1/types_pb2.pyi +8 -0
  34. chalk/_gen/chalk/server/v1/benchmark_pb2.py +76 -0
  35. chalk/_gen/chalk/server/v1/benchmark_pb2.pyi +156 -0
  36. chalk/_gen/chalk/server/v1/benchmark_pb2_grpc.py +258 -0
  37. chalk/_gen/chalk/server/v1/benchmark_pb2_grpc.pyi +84 -0
  38. chalk/_gen/chalk/server/v1/billing_pb2.py +40 -38
  39. chalk/_gen/chalk/server/v1/billing_pb2.pyi +17 -1
  40. chalk/_gen/chalk/server/v1/branches_pb2.py +45 -0
  41. chalk/_gen/chalk/server/v1/branches_pb2.pyi +80 -0
  42. chalk/_gen/chalk/server/v1/branches_pb2_grpc.pyi +36 -0
  43. chalk/_gen/chalk/server/v1/builder_pb2.py +358 -288
  44. chalk/_gen/chalk/server/v1/builder_pb2.pyi +360 -10
  45. chalk/_gen/chalk/server/v1/builder_pb2_grpc.py +225 -0
  46. chalk/_gen/chalk/server/v1/builder_pb2_grpc.pyi +60 -0
  47. chalk/_gen/chalk/server/v1/chart_pb2.py +10 -10
  48. chalk/_gen/chalk/server/v1/chart_pb2.pyi +18 -2
  49. chalk/_gen/chalk/server/v1/clickhouse_pb2.py +42 -0
  50. chalk/_gen/chalk/server/v1/clickhouse_pb2.pyi +17 -0
  51. chalk/_gen/chalk/server/v1/clickhouse_pb2_grpc.py +78 -0
  52. chalk/_gen/chalk/server/v1/clickhouse_pb2_grpc.pyi +38 -0
  53. chalk/_gen/chalk/server/v1/cloud_components_pb2.py +141 -119
  54. chalk/_gen/chalk/server/v1/cloud_components_pb2.pyi +106 -4
  55. chalk/_gen/chalk/server/v1/cloud_components_pb2_grpc.py +45 -0
  56. chalk/_gen/chalk/server/v1/cloud_components_pb2_grpc.pyi +12 -0
  57. chalk/_gen/chalk/server/v1/cloud_credentials_pb2.py +11 -3
  58. chalk/_gen/chalk/server/v1/cloud_credentials_pb2.pyi +20 -0
  59. chalk/_gen/chalk/server/v1/cloud_credentials_pb2_grpc.py +45 -0
  60. chalk/_gen/chalk/server/v1/cloud_credentials_pb2_grpc.pyi +12 -0
  61. chalk/_gen/chalk/server/v1/dataplanejobqueue_pb2.py +52 -38
  62. chalk/_gen/chalk/server/v1/dataplanejobqueue_pb2.pyi +62 -1
  63. chalk/_gen/chalk/server/v1/dataplanejobqueue_pb2_grpc.py +90 -0
  64. chalk/_gen/chalk/server/v1/dataplanejobqueue_pb2_grpc.pyi +24 -0
  65. chalk/_gen/chalk/server/v1/dataplaneworkflows_pb2.py +90 -0
  66. chalk/_gen/chalk/server/v1/dataplaneworkflows_pb2.pyi +264 -0
  67. chalk/_gen/chalk/server/v1/dataplaneworkflows_pb2_grpc.py +170 -0
  68. chalk/_gen/chalk/server/v1/dataplaneworkflows_pb2_grpc.pyi +62 -0
  69. chalk/_gen/chalk/server/v1/deploy_pb2.py +9 -3
  70. chalk/_gen/chalk/server/v1/deploy_pb2.pyi +12 -0
  71. chalk/_gen/chalk/server/v1/deploy_pb2_grpc.py +45 -0
  72. chalk/_gen/chalk/server/v1/deploy_pb2_grpc.pyi +12 -0
  73. chalk/_gen/chalk/server/v1/deployment_pb2.py +6 -6
  74. chalk/_gen/chalk/server/v1/deployment_pb2.pyi +20 -0
  75. chalk/_gen/chalk/server/v1/environment_pb2.py +14 -12
  76. chalk/_gen/chalk/server/v1/environment_pb2.pyi +19 -0
  77. chalk/_gen/chalk/server/v1/eventbus_pb2.py +4 -2
  78. chalk/_gen/chalk/server/v1/files_pb2.py +65 -0
  79. chalk/_gen/chalk/server/v1/files_pb2.pyi +167 -0
  80. chalk/_gen/chalk/server/v1/files_pb2_grpc.py +4 -0
  81. chalk/_gen/chalk/server/v1/files_pb2_grpc.pyi +4 -0
  82. chalk/_gen/chalk/server/v1/graph_pb2.py +38 -26
  83. chalk/_gen/chalk/server/v1/graph_pb2.pyi +58 -0
  84. chalk/_gen/chalk/server/v1/graph_pb2_grpc.py +47 -0
  85. chalk/_gen/chalk/server/v1/graph_pb2_grpc.pyi +18 -0
  86. chalk/_gen/chalk/server/v1/incident_pb2.py +23 -21
  87. chalk/_gen/chalk/server/v1/incident_pb2.pyi +15 -1
  88. chalk/_gen/chalk/server/v1/indexing_job_pb2.py +44 -0
  89. chalk/_gen/chalk/server/v1/indexing_job_pb2.pyi +38 -0
  90. chalk/_gen/chalk/server/v1/indexing_job_pb2_grpc.py +78 -0
  91. chalk/_gen/chalk/server/v1/indexing_job_pb2_grpc.pyi +38 -0
  92. chalk/_gen/chalk/server/v1/integrations_pb2.py +11 -9
  93. chalk/_gen/chalk/server/v1/integrations_pb2.pyi +34 -2
  94. chalk/_gen/chalk/server/v1/kube_pb2.py +29 -19
  95. chalk/_gen/chalk/server/v1/kube_pb2.pyi +28 -0
  96. chalk/_gen/chalk/server/v1/kube_pb2_grpc.py +45 -0
  97. chalk/_gen/chalk/server/v1/kube_pb2_grpc.pyi +12 -0
  98. chalk/_gen/chalk/server/v1/log_pb2.py +21 -3
  99. chalk/_gen/chalk/server/v1/log_pb2.pyi +68 -0
  100. chalk/_gen/chalk/server/v1/log_pb2_grpc.py +90 -0
  101. chalk/_gen/chalk/server/v1/log_pb2_grpc.pyi +24 -0
  102. chalk/_gen/chalk/server/v1/model_registry_pb2.py +10 -10
  103. chalk/_gen/chalk/server/v1/model_registry_pb2.pyi +4 -1
  104. chalk/_gen/chalk/server/v1/plandebug_pb2.py +53 -0
  105. chalk/_gen/chalk/server/v1/plandebug_pb2.pyi +86 -0
  106. chalk/_gen/chalk/server/v1/plandebug_pb2_grpc.py +168 -0
  107. chalk/_gen/chalk/server/v1/plandebug_pb2_grpc.pyi +60 -0
  108. chalk/_gen/chalk/server/v1/queries_pb2.py +66 -66
  109. chalk/_gen/chalk/server/v1/queries_pb2.pyi +32 -2
  110. chalk/_gen/chalk/server/v1/scheduled_query_run_pb2.py +12 -12
  111. chalk/_gen/chalk/server/v1/scheduled_query_run_pb2.pyi +16 -3
  112. chalk/_gen/chalk/server/v1/scheduler_pb2.py +24 -12
  113. chalk/_gen/chalk/server/v1/scheduler_pb2.pyi +61 -1
  114. chalk/_gen/chalk/server/v1/scheduler_pb2_grpc.py +90 -0
  115. chalk/_gen/chalk/server/v1/scheduler_pb2_grpc.pyi +24 -0
  116. chalk/_gen/chalk/server/v1/script_tasks_pb2.py +15 -3
  117. chalk/_gen/chalk/server/v1/script_tasks_pb2.pyi +22 -0
  118. chalk/_gen/chalk/server/v1/script_tasks_pb2_grpc.py +90 -0
  119. chalk/_gen/chalk/server/v1/script_tasks_pb2_grpc.pyi +24 -0
  120. chalk/_gen/chalk/server/v1/sql_interface_pb2.py +75 -0
  121. chalk/_gen/chalk/server/v1/sql_interface_pb2.pyi +142 -0
  122. chalk/_gen/chalk/server/v1/sql_interface_pb2_grpc.py +349 -0
  123. chalk/_gen/chalk/server/v1/sql_interface_pb2_grpc.pyi +114 -0
  124. chalk/_gen/chalk/server/v1/sql_queries_pb2.py +48 -0
  125. chalk/_gen/chalk/server/v1/sql_queries_pb2.pyi +150 -0
  126. chalk/_gen/chalk/server/v1/sql_queries_pb2_grpc.py +123 -0
  127. chalk/_gen/chalk/server/v1/sql_queries_pb2_grpc.pyi +52 -0
  128. chalk/_gen/chalk/server/v1/team_pb2.py +154 -141
  129. chalk/_gen/chalk/server/v1/team_pb2.pyi +30 -2
  130. chalk/_gen/chalk/server/v1/team_pb2_grpc.py +45 -0
  131. chalk/_gen/chalk/server/v1/team_pb2_grpc.pyi +12 -0
  132. chalk/_gen/chalk/server/v1/topic_pb2.py +5 -3
  133. chalk/_gen/chalk/server/v1/topic_pb2.pyi +10 -1
  134. chalk/_gen/chalk/server/v1/trace_pb2.py +44 -40
  135. chalk/_gen/chalk/server/v1/trace_pb2.pyi +20 -0
  136. chalk/_gen/chalk/streaming/v1/debug_service_pb2.py +62 -0
  137. chalk/_gen/chalk/streaming/v1/debug_service_pb2.pyi +75 -0
  138. chalk/_gen/chalk/streaming/v1/debug_service_pb2_grpc.py +221 -0
  139. chalk/_gen/chalk/streaming/v1/debug_service_pb2_grpc.pyi +88 -0
  140. chalk/_gen/chalk/streaming/v1/simple_streaming_service_pb2.py +16 -10
  141. chalk/_gen/chalk/streaming/v1/simple_streaming_service_pb2.pyi +52 -1
  142. chalk/_gen/chalk/streaming/v1/simple_streaming_service_pb2_grpc.py +48 -0
  143. chalk/_gen/chalk/streaming/v1/simple_streaming_service_pb2_grpc.pyi +20 -0
  144. chalk/_gen/chalk/utils/v1/field_change_pb2.py +32 -0
  145. chalk/_gen/chalk/utils/v1/field_change_pb2.pyi +42 -0
  146. chalk/_gen/chalk/utils/v1/field_change_pb2_grpc.py +4 -0
  147. chalk/_gen/chalk/utils/v1/field_change_pb2_grpc.pyi +4 -0
  148. chalk/_lsp/error_builder.py +11 -0
  149. chalk/_version.py +1 -1
  150. chalk/client/client.py +128 -43
  151. chalk/client/client_async.py +149 -0
  152. chalk/client/client_async_impl.py +22 -0
  153. chalk/client/client_grpc.py +539 -104
  154. chalk/client/client_impl.py +449 -122
  155. chalk/client/dataset.py +7 -1
  156. chalk/client/models.py +98 -0
  157. chalk/client/serialization/model_serialization.py +92 -9
  158. chalk/df/LazyFramePlaceholder.py +1154 -0
  159. chalk/features/_class_property.py +7 -0
  160. chalk/features/_embedding/embedding.py +1 -0
  161. chalk/features/_encoding/converter.py +83 -2
  162. chalk/features/feature_field.py +40 -30
  163. chalk/features/feature_set_decorator.py +1 -0
  164. chalk/features/feature_wrapper.py +42 -3
  165. chalk/features/hooks.py +81 -10
  166. chalk/features/inference.py +33 -31
  167. chalk/features/resolver.py +224 -24
  168. chalk/functions/__init__.py +65 -3
  169. chalk/gitignore/gitignore_parser.py +5 -1
  170. chalk/importer.py +142 -68
  171. chalk/ml/__init__.py +2 -0
  172. chalk/ml/model_hooks.py +194 -26
  173. chalk/ml/model_reference.py +56 -8
  174. chalk/ml/model_version.py +24 -15
  175. chalk/ml/utils.py +20 -17
  176. chalk/operators/_utils.py +10 -3
  177. chalk/parsed/_proto/export.py +22 -0
  178. chalk/parsed/duplicate_input_gql.py +3 -0
  179. chalk/parsed/json_conversions.py +20 -14
  180. chalk/parsed/to_proto.py +16 -4
  181. chalk/parsed/user_types_to_json.py +31 -10
  182. chalk/parsed/validation_from_registries.py +182 -0
  183. chalk/queries/named_query.py +16 -6
  184. chalk/queries/scheduled_query.py +9 -1
  185. chalk/serialization/parsed_annotation.py +24 -11
  186. chalk/sql/__init__.py +18 -0
  187. chalk/sql/_internal/integrations/databricks.py +55 -17
  188. chalk/sql/_internal/integrations/mssql.py +127 -62
  189. chalk/sql/_internal/integrations/redshift.py +4 -0
  190. chalk/sql/_internal/sql_file_resolver.py +53 -9
  191. chalk/sql/_internal/sql_source.py +35 -2
  192. chalk/streams/_kafka_source.py +5 -1
  193. chalk/streams/_windows.py +15 -2
  194. chalk/utils/_otel_version.py +13 -0
  195. chalk/utils/async_helpers.py +2 -2
  196. chalk/utils/missing_dependency.py +5 -4
  197. chalk/utils/tracing.py +185 -95
  198. {chalkpy-2.90.1.dist-info → chalkpy-2.95.3.dist-info}/METADATA +4 -6
  199. {chalkpy-2.90.1.dist-info → chalkpy-2.95.3.dist-info}/RECORD +202 -146
  200. {chalkpy-2.90.1.dist-info → chalkpy-2.95.3.dist-info}/WHEEL +0 -0
  201. {chalkpy-2.90.1.dist-info → chalkpy-2.95.3.dist-info}/entry_points.txt +0 -0
  202. {chalkpy-2.90.1.dist-info → chalkpy-2.95.3.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,38 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+
6
+ from abc import (
7
+ ABCMeta,
8
+ abstractmethod,
9
+ )
10
+ from chalk._gen.chalk.server.v1.clickhouse_pb2 import (
11
+ GetClickhouseUriRequest,
12
+ GetClickhouseUriResponse,
13
+ )
14
+ from grpc import (
15
+ Channel,
16
+ Server,
17
+ ServicerContext,
18
+ UnaryUnaryMultiCallable,
19
+ )
20
+
21
+ class ClickhouseServiceStub:
22
+ def __init__(self, channel: Channel) -> None: ...
23
+ GetClickhouseUri: UnaryUnaryMultiCallable[
24
+ GetClickhouseUriRequest,
25
+ GetClickhouseUriResponse,
26
+ ]
27
+ """Get the Clickhouse connection URI for an environment"""
28
+
29
+ class ClickhouseServiceServicer(metaclass=ABCMeta):
30
+ @abstractmethod
31
+ def GetClickhouseUri(
32
+ self,
33
+ request: GetClickhouseUriRequest,
34
+ context: ServicerContext,
35
+ ) -> GetClickhouseUriResponse:
36
+ """Get the Clickhouse connection URI for an environment"""
37
+
38
+ def add_ClickhouseServiceServicer_to_server(servicer: ClickhouseServiceServicer, server: Server) -> None: ...
@@ -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"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"\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";\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\x1f\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\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'
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()
@@ -66,6 +68,10 @@ if _descriptor._USE_C_DESCRIPTORS == False:
66
68
  _globals["_CLOUDCOMPONENTSSERVICE"].methods_by_name[
67
69
  "DeleteCloudComponentCluster"
68
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"
69
75
  _globals["_CLOUDCOMPONENTSSERVICE"].methods_by_name["CreateCloudComponentStorage"]._options = None
70
76
  _globals["_CLOUDCOMPONENTSSERVICE"].methods_by_name[
71
77
  "CreateCloudComponentStorage"
@@ -132,122 +138,138 @@ if _descriptor._USE_C_DESCRIPTORS == False:
132
138
  ]._serialized_options = (
133
139
  b"\200}\032\212\323\016<\010\002\0228Deleted binding between cluster and telemetry deployment"
134
140
  )
135
- _globals["_CLOUDCOMPONENTVPC"]._serialized_start = 152
136
- _globals["_CLOUDCOMPONENTVPC"]._serialized_end = 248
137
- _globals["_CLOUDCOMPONENTVPCRESPONSE"]._serialized_start = 251
138
- _globals["_CLOUDCOMPONENTVPCRESPONSE"]._serialized_end = 747
139
- _globals["_CLOUDCOMPONENTVPCREQUEST"]._serialized_start = 750
140
- _globals["_CLOUDCOMPONENTVPCREQUEST"]._serialized_end = 955
141
- _globals["_CREATECLOUDCOMPONENTVPCREQUEST"]._serialized_start = 957
142
- _globals["_CREATECLOUDCOMPONENTVPCREQUEST"]._serialized_end = 1050
143
- _globals["_CREATECLOUDCOMPONENTVPCRESPONSE"]._serialized_start = 1052
144
- _globals["_CREATECLOUDCOMPONENTVPCRESPONSE"]._serialized_end = 1147
145
- _globals["_GETCLOUDCOMPONENTVPCREQUEST"]._serialized_start = 1149
146
- _globals["_GETCLOUDCOMPONENTVPCREQUEST"]._serialized_end = 1194
147
- _globals["_GETCLOUDCOMPONENTVPCRESPONSE"]._serialized_start = 1196
148
- _globals["_GETCLOUDCOMPONENTVPCRESPONSE"]._serialized_end = 1288
149
- _globals["_DELETECLOUDCOMPONENTVPCREQUEST"]._serialized_start = 1290
150
- _globals["_DELETECLOUDCOMPONENTVPCREQUEST"]._serialized_end = 1338
151
- _globals["_DELETECLOUDCOMPONENTVPCRESPONSE"]._serialized_start = 1340
152
- _globals["_DELETECLOUDCOMPONENTVPCRESPONSE"]._serialized_end = 1373
153
- _globals["_LISTCLOUDCOMPONENTVPCREQUEST"]._serialized_start = 1375
154
- _globals["_LISTCLOUDCOMPONENTVPCREQUEST"]._serialized_end = 1430
155
- _globals["_LISTCLOUDCOMPONENTVPCRESPONSE"]._serialized_start = 1432
156
- _globals["_LISTCLOUDCOMPONENTVPCRESPONSE"]._serialized_end = 1527
157
- _globals["_CLOUDVPCCONFIG"]._serialized_start = 1530
158
- _globals["_CLOUDVPCCONFIG"]._serialized_end = 1658
159
- _globals["_AWSVPCCONFIG"]._serialized_start = 1661
160
- _globals["_AWSVPCCONFIG"]._serialized_end = 2056
161
- _globals["_AWSVPCROUTE"]._serialized_start = 2058
162
- _globals["_AWSVPCROUTE"]._serialized_end = 2170
163
- _globals["_AWSSUBNETCONFIG"]._serialized_start = 2173
164
- _globals["_AWSSUBNETCONFIG"]._serialized_end = 2345
165
- _globals["_GCPVPCCONFIG"]._serialized_start = 2347
166
- _globals["_GCPVPCCONFIG"]._serialized_end = 2361
167
- _globals["_CLOUDCOMPONENTSTORAGE"]._serialized_start = 2364
168
- _globals["_CLOUDCOMPONENTSTORAGE"]._serialized_end = 2656
169
- _globals["_CLOUDCOMPONENTSTORAGERESPONSE"]._serialized_start = 2659
170
- _globals["_CLOUDCOMPONENTSTORAGERESPONSE"]._serialized_end = 3163
171
- _globals["_CLOUDCOMPONENTSTORAGEREQUEST"]._serialized_start = 3166
172
- _globals["_CLOUDCOMPONENTSTORAGEREQUEST"]._serialized_end = 3379
173
- _globals["_CLOUDCOMPONENTCLUSTER"]._serialized_start = 3382
174
- _globals["_CLOUDCOMPONENTCLUSTER"]._serialized_end = 3524
175
- _globals["_CLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_start = 3527
176
- _globals["_CLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_end = 4070
177
- _globals["_CLOUDCOMPONENTCLUSTERREQUEST"]._serialized_start = 4073
178
- _globals["_CLOUDCOMPONENTCLUSTERREQUEST"]._serialized_end = 4325
179
- _globals["_CREATECLOUDCOMPONENTCLUSTERREQUEST"]._serialized_start = 4327
180
- _globals["_CREATECLOUDCOMPONENTCLUSTERREQUEST"]._serialized_end = 4436
181
- _globals["_CREATECLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_start = 4438
182
- _globals["_CREATECLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_end = 4549
183
- _globals["_UPDATECLOUDCOMPONENTCLUSTERREQUEST"]._serialized_start = 4551
184
- _globals["_UPDATECLOUDCOMPONENTCLUSTERREQUEST"]._serialized_end = 4676
185
- _globals["_UPDATECLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_start = 4678
186
- _globals["_UPDATECLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_end = 4789
187
- _globals["_GETCLOUDCOMPONENTCLUSTERREQUEST"]._serialized_start = 4791
188
- _globals["_GETCLOUDCOMPONENTCLUSTERREQUEST"]._serialized_end = 4840
189
- _globals["_GETCLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_start = 4842
190
- _globals["_GETCLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_end = 4950
191
- _globals["_DELETECLOUDCOMPONENTCLUSTERREQUEST"]._serialized_start = 4952
192
- _globals["_DELETECLOUDCOMPONENTCLUSTERREQUEST"]._serialized_end = 5004
193
- _globals["_DELETECLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_start = 5006
194
- _globals["_DELETECLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_end = 5043
195
- _globals["_LISTCLOUDCOMPONENTCLUSTERREQUEST"]._serialized_start = 5045
196
- _globals["_LISTCLOUDCOMPONENTCLUSTERREQUEST"]._serialized_end = 5104
197
- _globals["_LISTCLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_start = 5106
198
- _globals["_LISTCLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_end = 5217
199
- _globals["_CREATECLOUDCOMPONENTSTORAGEREQUEST"]._serialized_start = 5219
200
- _globals["_CREATECLOUDCOMPONENTSTORAGEREQUEST"]._serialized_end = 5328
201
- _globals["_CREATECLOUDCOMPONENTSTORAGERESPONSE"]._serialized_start = 5330
202
- _globals["_CREATECLOUDCOMPONENTSTORAGERESPONSE"]._serialized_end = 5441
203
- _globals["_GETCLOUDCOMPONENTSTORAGEREQUEST"]._serialized_start = 5443
204
- _globals["_GETCLOUDCOMPONENTSTORAGEREQUEST"]._serialized_end = 5492
205
- _globals["_GETCLOUDCOMPONENTSTORAGERESPONSE"]._serialized_start = 5494
206
- _globals["_GETCLOUDCOMPONENTSTORAGERESPONSE"]._serialized_end = 5602
207
- _globals["_DELETECLOUDCOMPONENTSTORAGEREQUEST"]._serialized_start = 5604
208
- _globals["_DELETECLOUDCOMPONENTSTORAGEREQUEST"]._serialized_end = 5656
209
- _globals["_DELETECLOUDCOMPONENTSTORAGERESPONSE"]._serialized_start = 5658
210
- _globals["_DELETECLOUDCOMPONENTSTORAGERESPONSE"]._serialized_end = 5695
211
- _globals["_LISTCLOUDCOMPONENTSTORAGEREQUEST"]._serialized_start = 5697
212
- _globals["_LISTCLOUDCOMPONENTSTORAGEREQUEST"]._serialized_end = 5756
213
- _globals["_LISTCLOUDCOMPONENTSTORAGERESPONSE"]._serialized_start = 5758
214
- _globals["_LISTCLOUDCOMPONENTSTORAGERESPONSE"]._serialized_end = 5869
215
- _globals["_CREATEBINDINGCLUSTERGATEWAYREQUEST"]._serialized_start = 5871
216
- _globals["_CREATEBINDINGCLUSTERGATEWAYREQUEST"]._serialized_end = 5984
217
- _globals["_CREATEBINDINGCLUSTERGATEWAYRESPONSE"]._serialized_start = 5986
218
- _globals["_CREATEBINDINGCLUSTERGATEWAYRESPONSE"]._serialized_end = 6023
219
- _globals["_DELETEBINDINGCLUSTERGATEWAYREQUEST"]._serialized_start = 6025
220
- _globals["_DELETEBINDINGCLUSTERGATEWAYREQUEST"]._serialized_end = 6092
221
- _globals["_DELETEBINDINGCLUSTERGATEWAYRESPONSE"]._serialized_start = 6094
222
- _globals["_DELETEBINDINGCLUSTERGATEWAYRESPONSE"]._serialized_end = 6131
223
- _globals["_GETBINDINGCLUSTERGATEWAYREQUEST"]._serialized_start = 6133
224
- _globals["_GETBINDINGCLUSTERGATEWAYREQUEST"]._serialized_end = 6197
225
- _globals["_GETBINDINGCLUSTERGATEWAYRESPONSE"]._serialized_start = 6199
226
- _globals["_GETBINDINGCLUSTERGATEWAYRESPONSE"]._serialized_end = 6310
227
- _globals["_CREATEBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTREQUEST"]._serialized_start = 6313
228
- _globals["_CREATEBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTREQUEST"]._serialized_end = 6485
229
- _globals["_CREATEBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTRESPONSE"]._serialized_start = 6487
230
- _globals["_CREATEBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTRESPONSE"]._serialized_end = 6548
231
- _globals["_DELETEBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTREQUEST"]._serialized_start = 6550
232
- _globals["_DELETEBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTREQUEST"]._serialized_end = 6641
233
- _globals["_DELETEBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTRESPONSE"]._serialized_start = 6643
234
- _globals["_DELETEBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTRESPONSE"]._serialized_end = 6704
235
- _globals["_GETBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTREQUEST"]._serialized_start = 6706
236
- _globals["_GETBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTREQUEST"]._serialized_end = 6794
237
- _globals["_GETBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTRESPONSE"]._serialized_start = 6797
238
- _globals["_GETBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTRESPONSE"]._serialized_end = 6967
239
- _globals["_CREATEBINDINGCLUSTERTELEMETRYDEPLOYMENTREQUEST"]._serialized_start = 6970
240
- _globals["_CREATEBINDINGCLUSTERTELEMETRYDEPLOYMENTREQUEST"]._serialized_end = 7105
241
- _globals["_CREATEBINDINGCLUSTERTELEMETRYDEPLOYMENTRESPONSE"]._serialized_start = 7107
242
- _globals["_CREATEBINDINGCLUSTERTELEMETRYDEPLOYMENTRESPONSE"]._serialized_end = 7156
243
- _globals["_DELETEBINDINGCLUSTERTELEMETRYDEPLOYMENTREQUEST"]._serialized_start = 7158
244
- _globals["_DELETEBINDINGCLUSTERTELEMETRYDEPLOYMENTREQUEST"]._serialized_end = 7237
245
- _globals["_DELETEBINDINGCLUSTERTELEMETRYDEPLOYMENTRESPONSE"]._serialized_start = 7239
246
- _globals["_DELETEBINDINGCLUSTERTELEMETRYDEPLOYMENTRESPONSE"]._serialized_end = 7288
247
- _globals["_GETBINDINGCLUSTERTELEMETRYDEPLOYMENTREQUEST"]._serialized_start = 7290
248
- _globals["_GETBINDINGCLUSTERTELEMETRYDEPLOYMENTREQUEST"]._serialized_end = 7366
249
- _globals["_GETBINDINGCLUSTERTELEMETRYDEPLOYMENTRESPONSE"]._serialized_start = 7369
250
- _globals["_GETBINDINGCLUSTERTELEMETRYDEPLOYMENTRESPONSE"]._serialized_end = 7502
251
- _globals["_CLOUDCOMPONENTSSERVICE"]._serialized_start = 7505
252
- _globals["_CLOUDCOMPONENTSSERVICE"]._serialized_end = 11574
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
253
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):
@@ -305,15 +312,90 @@ class CloudComponentStorageRequest(_message.Message):
305
312
  ) -> None: ...
306
313
 
307
314
  class CloudComponentCluster(_message.Message):
308
- __slots__ = ("name", "designator", "kubernetes_version")
315
+ __slots__ = ("name", "designator", "kubernetes_version", "dns_zone")
309
316
  NAME_FIELD_NUMBER: _ClassVar[int]
310
317
  DESIGNATOR_FIELD_NUMBER: _ClassVar[int]
311
318
  KUBERNETES_VERSION_FIELD_NUMBER: _ClassVar[int]
319
+ DNS_ZONE_FIELD_NUMBER: _ClassVar[int]
312
320
  name: str
313
321
  designator: str
314
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
315
346
  def __init__(
316
- self, name: _Optional[str] = ..., designator: _Optional[str] = ..., kubernetes_version: _Optional[str] = ...
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
394
+ def __init__(
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]] = ...,
317
399
  ) -> None: ...
318
400
 
319
401
  class CloudComponentClusterResponse(_message.Message):
@@ -442,6 +524,26 @@ class DeleteCloudComponentClusterResponse(_message.Message):
442
524
  __slots__ = ()
443
525
  def __init__(self) -> None: ...
444
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
+
445
547
  class ListCloudComponentClusterRequest(_message.Message):
446
548
  __slots__ = ("team_id",)
447
549
  TEAM_ID_FIELD_NUMBER: _ClassVar[int]
@@ -60,6 +60,11 @@ class CloudComponentsServiceStub(object):
60
60
  request_serializer=chalk_dot_server_dot_v1_dot_cloud__components__pb2.DeleteCloudComponentClusterRequest.SerializeToString,
61
61
  response_deserializer=chalk_dot_server_dot_v1_dot_cloud__components__pb2.DeleteCloudComponentClusterResponse.FromString,
62
62
  )
63
+ self.TestClusterConnection = channel.unary_unary(
64
+ "/chalk.server.v1.CloudComponentsService/TestClusterConnection",
65
+ request_serializer=chalk_dot_server_dot_v1_dot_cloud__components__pb2.TestClusterConnectionRequest.SerializeToString,
66
+ response_deserializer=chalk_dot_server_dot_v1_dot_cloud__components__pb2.TestClusterConnectionResponse.FromString,
67
+ )
63
68
  self.CreateCloudComponentStorage = channel.unary_unary(
64
69
  "/chalk.server.v1.CloudComponentsService/CreateCloudComponentStorage",
65
70
  request_serializer=chalk_dot_server_dot_v1_dot_cloud__components__pb2.CreateCloudComponentStorageRequest.SerializeToString,
@@ -184,6 +189,12 @@ class CloudComponentsServiceServicer(object):
184
189
  context.set_details("Method not implemented!")
185
190
  raise NotImplementedError("Method not implemented!")
186
191
 
192
+ def TestClusterConnection(self, request, context):
193
+ """Missing associated documentation comment in .proto file."""
194
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
195
+ context.set_details("Method not implemented!")
196
+ raise NotImplementedError("Method not implemented!")
197
+
187
198
  def CreateCloudComponentStorage(self, request, context):
188
199
  """Missing associated documentation comment in .proto file."""
189
200
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
@@ -310,6 +321,11 @@ def add_CloudComponentsServiceServicer_to_server(servicer, server):
310
321
  request_deserializer=chalk_dot_server_dot_v1_dot_cloud__components__pb2.DeleteCloudComponentClusterRequest.FromString,
311
322
  response_serializer=chalk_dot_server_dot_v1_dot_cloud__components__pb2.DeleteCloudComponentClusterResponse.SerializeToString,
312
323
  ),
324
+ "TestClusterConnection": grpc.unary_unary_rpc_method_handler(
325
+ servicer.TestClusterConnection,
326
+ request_deserializer=chalk_dot_server_dot_v1_dot_cloud__components__pb2.TestClusterConnectionRequest.FromString,
327
+ response_serializer=chalk_dot_server_dot_v1_dot_cloud__components__pb2.TestClusterConnectionResponse.SerializeToString,
328
+ ),
313
329
  "CreateCloudComponentStorage": grpc.unary_unary_rpc_method_handler(
314
330
  servicer.CreateCloudComponentStorage,
315
331
  request_deserializer=chalk_dot_server_dot_v1_dot_cloud__components__pb2.CreateCloudComponentStorageRequest.FromString,
@@ -647,6 +663,35 @@ class CloudComponentsService(object):
647
663
  metadata,
648
664
  )
649
665
 
666
+ @staticmethod
667
+ def TestClusterConnection(
668
+ request,
669
+ target,
670
+ options=(),
671
+ channel_credentials=None,
672
+ call_credentials=None,
673
+ insecure=False,
674
+ compression=None,
675
+ wait_for_ready=None,
676
+ timeout=None,
677
+ metadata=None,
678
+ ):
679
+ return grpc.experimental.unary_unary(
680
+ request,
681
+ target,
682
+ "/chalk.server.v1.CloudComponentsService/TestClusterConnection",
683
+ chalk_dot_server_dot_v1_dot_cloud__components__pb2.TestClusterConnectionRequest.SerializeToString,
684
+ chalk_dot_server_dot_v1_dot_cloud__components__pb2.TestClusterConnectionResponse.FromString,
685
+ options,
686
+ channel_credentials,
687
+ insecure,
688
+ call_credentials,
689
+ compression,
690
+ wait_for_ready,
691
+ timeout,
692
+ metadata,
693
+ )
694
+
650
695
  @staticmethod
651
696
  def CreateCloudComponentStorage(
652
697
  request,