chalkpy 2.94.4__py3-none-any.whl → 2.94.6__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 (72) hide show
  1. chalk/_gen/chalk/protosql/v1/sql_service_pb2.py +37 -33
  2. chalk/_gen/chalk/protosql/v1/sql_service_pb2.pyi +24 -3
  3. chalk/_gen/chalk/server/v1/benchmark_pb2.py +42 -11
  4. chalk/_gen/chalk/server/v1/benchmark_pb2.pyi +86 -4
  5. chalk/_gen/chalk/server/v1/benchmark_pb2_grpc.py +180 -0
  6. chalk/_gen/chalk/server/v1/benchmark_pb2_grpc.pyi +48 -0
  7. chalk/_gen/chalk/server/v1/billing_pb2.py +40 -38
  8. chalk/_gen/chalk/server/v1/billing_pb2.pyi +17 -1
  9. chalk/_gen/chalk/server/v1/builder_pb2.py +357 -296
  10. chalk/_gen/chalk/server/v1/builder_pb2.pyi +273 -6
  11. chalk/_gen/chalk/server/v1/builder_pb2_grpc.py +225 -0
  12. chalk/_gen/chalk/server/v1/builder_pb2_grpc.pyi +60 -0
  13. chalk/_gen/chalk/server/v1/chart_pb2.py +10 -10
  14. chalk/_gen/chalk/server/v1/chart_pb2.pyi +18 -2
  15. chalk/_gen/chalk/server/v1/cloud_components_pb2.py +137 -123
  16. chalk/_gen/chalk/server/v1/cloud_components_pb2.pyi +86 -4
  17. chalk/_gen/chalk/server/v1/dataplanejobqueue_pb2.py +50 -44
  18. chalk/_gen/chalk/server/v1/dataplanejobqueue_pb2.pyi +33 -1
  19. chalk/_gen/chalk/server/v1/dataplanejobqueue_pb2_grpc.py +45 -0
  20. chalk/_gen/chalk/server/v1/dataplanejobqueue_pb2_grpc.pyi +12 -0
  21. chalk/_gen/chalk/server/v1/dataplaneworkflows_pb2.py +38 -18
  22. chalk/_gen/chalk/server/v1/dataplaneworkflows_pb2.pyi +55 -10
  23. chalk/_gen/chalk/server/v1/deployment_pb2.py +6 -6
  24. chalk/_gen/chalk/server/v1/deployment_pb2.pyi +20 -0
  25. chalk/_gen/chalk/server/v1/eventbus_pb2.py +4 -2
  26. chalk/_gen/chalk/server/v1/graph_pb2.py +38 -26
  27. chalk/_gen/chalk/server/v1/graph_pb2.pyi +58 -0
  28. chalk/_gen/chalk/server/v1/graph_pb2_grpc.py +47 -0
  29. chalk/_gen/chalk/server/v1/graph_pb2_grpc.pyi +18 -0
  30. chalk/_gen/chalk/server/v1/log_pb2.py +21 -3
  31. chalk/_gen/chalk/server/v1/log_pb2.pyi +68 -0
  32. chalk/_gen/chalk/server/v1/log_pb2_grpc.py +90 -0
  33. chalk/_gen/chalk/server/v1/log_pb2_grpc.pyi +24 -0
  34. chalk/_gen/chalk/server/v1/plandebug_pb2.py +53 -0
  35. chalk/_gen/chalk/server/v1/plandebug_pb2.pyi +86 -0
  36. chalk/_gen/chalk/server/v1/plandebug_pb2_grpc.py +168 -0
  37. chalk/_gen/chalk/server/v1/plandebug_pb2_grpc.pyi +60 -0
  38. chalk/_gen/chalk/server/v1/scheduled_query_run_pb2.py +10 -10
  39. chalk/_gen/chalk/server/v1/scheduled_query_run_pb2.pyi +4 -1
  40. chalk/_gen/chalk/server/v1/scheduler_pb2.py +17 -5
  41. chalk/_gen/chalk/server/v1/scheduler_pb2.pyi +42 -0
  42. chalk/_gen/chalk/server/v1/scheduler_pb2_grpc.py +90 -0
  43. chalk/_gen/chalk/server/v1/scheduler_pb2_grpc.pyi +24 -0
  44. chalk/_gen/chalk/server/v1/script_tasks_pb2.py +15 -3
  45. chalk/_gen/chalk/server/v1/script_tasks_pb2.pyi +22 -0
  46. chalk/_gen/chalk/server/v1/script_tasks_pb2_grpc.py +90 -0
  47. chalk/_gen/chalk/server/v1/script_tasks_pb2_grpc.pyi +24 -0
  48. chalk/_gen/chalk/server/v1/sql_queries_pb2.py +48 -0
  49. chalk/_gen/chalk/server/v1/sql_queries_pb2.pyi +150 -0
  50. chalk/_gen/chalk/server/v1/sql_queries_pb2_grpc.py +123 -0
  51. chalk/_gen/chalk/server/v1/sql_queries_pb2_grpc.pyi +52 -0
  52. chalk/_gen/chalk/server/v1/team_pb2.py +142 -141
  53. chalk/_gen/chalk/server/v1/team_pb2.pyi +9 -2
  54. chalk/_gen/chalk/server/v1/topic_pb2.py +5 -3
  55. chalk/_gen/chalk/server/v1/topic_pb2.pyi +10 -1
  56. chalk/_gen/chalk/server/v1/trace_pb2.py +10 -10
  57. chalk/_gen/chalk/server/v1/trace_pb2.pyi +8 -0
  58. chalk/_gen/chalk/utils/v1/field_change_pb2.py +32 -0
  59. chalk/_gen/chalk/utils/v1/field_change_pb2.pyi +42 -0
  60. chalk/_gen/chalk/utils/v1/field_change_pb2_grpc.py +4 -0
  61. chalk/_gen/chalk/utils/v1/field_change_pb2_grpc.pyi +4 -0
  62. chalk/_version.py +1 -1
  63. chalk/serialization/parsed_annotation.py +1 -0
  64. {chalkpy-2.94.4.dist-info → chalkpy-2.94.6.dist-info}/METADATA +1 -1
  65. {chalkpy-2.94.4.dist-info → chalkpy-2.94.6.dist-info}/RECORD +68 -60
  66. chalk/_gen/chalk/engine/v1/query_planning_server_pb2.py +0 -38
  67. chalk/_gen/chalk/engine/v1/query_planning_server_pb2.pyi +0 -25
  68. chalk/_gen/chalk/engine/v1/query_planning_server_pb2_grpc.py +0 -80
  69. chalk/_gen/chalk/engine/v1/query_planning_server_pb2_grpc.pyi +0 -36
  70. {chalkpy-2.94.4.dist-info → chalkpy-2.94.6.dist-info}/WHEEL +0 -0
  71. {chalkpy-2.94.4.dist-info → chalkpy-2.94.6.dist-info}/entry_points.txt +0 -0
  72. {chalkpy-2.94.4.dist-info → chalkpy-2.94.6.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"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"\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'
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()
@@ -136,126 +138,138 @@ if _descriptor._USE_C_DESCRIPTORS == False:
136
138
  ]._serialized_options = (
137
139
  b"\200}\032\212\323\016<\010\002\0228Deleted binding between cluster and telemetry deployment"
138
140
  )
139
- _globals["_CLOUDCOMPONENTVPC"]._serialized_start = 152
140
- _globals["_CLOUDCOMPONENTVPC"]._serialized_end = 248
141
- _globals["_CLOUDCOMPONENTVPCRESPONSE"]._serialized_start = 251
142
- _globals["_CLOUDCOMPONENTVPCRESPONSE"]._serialized_end = 747
143
- _globals["_CLOUDCOMPONENTVPCREQUEST"]._serialized_start = 750
144
- _globals["_CLOUDCOMPONENTVPCREQUEST"]._serialized_end = 955
145
- _globals["_CREATECLOUDCOMPONENTVPCREQUEST"]._serialized_start = 957
146
- _globals["_CREATECLOUDCOMPONENTVPCREQUEST"]._serialized_end = 1050
147
- _globals["_CREATECLOUDCOMPONENTVPCRESPONSE"]._serialized_start = 1052
148
- _globals["_CREATECLOUDCOMPONENTVPCRESPONSE"]._serialized_end = 1147
149
- _globals["_GETCLOUDCOMPONENTVPCREQUEST"]._serialized_start = 1149
150
- _globals["_GETCLOUDCOMPONENTVPCREQUEST"]._serialized_end = 1194
151
- _globals["_GETCLOUDCOMPONENTVPCRESPONSE"]._serialized_start = 1196
152
- _globals["_GETCLOUDCOMPONENTVPCRESPONSE"]._serialized_end = 1288
153
- _globals["_DELETECLOUDCOMPONENTVPCREQUEST"]._serialized_start = 1290
154
- _globals["_DELETECLOUDCOMPONENTVPCREQUEST"]._serialized_end = 1338
155
- _globals["_DELETECLOUDCOMPONENTVPCRESPONSE"]._serialized_start = 1340
156
- _globals["_DELETECLOUDCOMPONENTVPCRESPONSE"]._serialized_end = 1373
157
- _globals["_LISTCLOUDCOMPONENTVPCREQUEST"]._serialized_start = 1375
158
- _globals["_LISTCLOUDCOMPONENTVPCREQUEST"]._serialized_end = 1430
159
- _globals["_LISTCLOUDCOMPONENTVPCRESPONSE"]._serialized_start = 1432
160
- _globals["_LISTCLOUDCOMPONENTVPCRESPONSE"]._serialized_end = 1527
161
- _globals["_CLOUDVPCCONFIG"]._serialized_start = 1530
162
- _globals["_CLOUDVPCCONFIG"]._serialized_end = 1658
163
- _globals["_AWSVPCCONFIG"]._serialized_start = 1661
164
- _globals["_AWSVPCCONFIG"]._serialized_end = 2056
165
- _globals["_AWSVPCROUTE"]._serialized_start = 2058
166
- _globals["_AWSVPCROUTE"]._serialized_end = 2170
167
- _globals["_AWSSUBNETCONFIG"]._serialized_start = 2173
168
- _globals["_AWSSUBNETCONFIG"]._serialized_end = 2345
169
- _globals["_GCPVPCCONFIG"]._serialized_start = 2347
170
- _globals["_GCPVPCCONFIG"]._serialized_end = 2361
171
- _globals["_CLOUDCOMPONENTSTORAGE"]._serialized_start = 2364
172
- _globals["_CLOUDCOMPONENTSTORAGE"]._serialized_end = 2656
173
- _globals["_CLOUDCOMPONENTSTORAGERESPONSE"]._serialized_start = 2659
174
- _globals["_CLOUDCOMPONENTSTORAGERESPONSE"]._serialized_end = 3163
175
- _globals["_CLOUDCOMPONENTSTORAGEREQUEST"]._serialized_start = 3166
176
- _globals["_CLOUDCOMPONENTSTORAGEREQUEST"]._serialized_end = 3379
177
- _globals["_CLOUDCOMPONENTCLUSTER"]._serialized_start = 3382
178
- _globals["_CLOUDCOMPONENTCLUSTER"]._serialized_end = 3524
179
- _globals["_CLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_start = 3527
180
- _globals["_CLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_end = 4070
181
- _globals["_CLOUDCOMPONENTCLUSTERREQUEST"]._serialized_start = 4073
182
- _globals["_CLOUDCOMPONENTCLUSTERREQUEST"]._serialized_end = 4325
183
- _globals["_CREATECLOUDCOMPONENTCLUSTERREQUEST"]._serialized_start = 4327
184
- _globals["_CREATECLOUDCOMPONENTCLUSTERREQUEST"]._serialized_end = 4436
185
- _globals["_CREATECLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_start = 4438
186
- _globals["_CREATECLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_end = 4549
187
- _globals["_UPDATECLOUDCOMPONENTCLUSTERREQUEST"]._serialized_start = 4551
188
- _globals["_UPDATECLOUDCOMPONENTCLUSTERREQUEST"]._serialized_end = 4676
189
- _globals["_UPDATECLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_start = 4678
190
- _globals["_UPDATECLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_end = 4789
191
- _globals["_GETCLOUDCOMPONENTCLUSTERREQUEST"]._serialized_start = 4791
192
- _globals["_GETCLOUDCOMPONENTCLUSTERREQUEST"]._serialized_end = 4840
193
- _globals["_GETCLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_start = 4842
194
- _globals["_GETCLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_end = 4950
195
- _globals["_DELETECLOUDCOMPONENTCLUSTERREQUEST"]._serialized_start = 4952
196
- _globals["_DELETECLOUDCOMPONENTCLUSTERREQUEST"]._serialized_end = 5004
197
- _globals["_DELETECLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_start = 5006
198
- _globals["_DELETECLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_end = 5043
199
- _globals["_TESTCLUSTERCONNECTIONREQUEST"]._serialized_start = 5046
200
- _globals["_TESTCLUSTERCONNECTIONREQUEST"]._serialized_end = 5178
201
- _globals["_TESTCLUSTERCONNECTIONRESPONSE"]._serialized_start = 5180
202
- _globals["_TESTCLUSTERCONNECTIONRESPONSE"]._serialized_end = 5285
203
- _globals["_LISTCLOUDCOMPONENTCLUSTERREQUEST"]._serialized_start = 5287
204
- _globals["_LISTCLOUDCOMPONENTCLUSTERREQUEST"]._serialized_end = 5346
205
- _globals["_LISTCLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_start = 5348
206
- _globals["_LISTCLOUDCOMPONENTCLUSTERRESPONSE"]._serialized_end = 5459
207
- _globals["_CREATECLOUDCOMPONENTSTORAGEREQUEST"]._serialized_start = 5461
208
- _globals["_CREATECLOUDCOMPONENTSTORAGEREQUEST"]._serialized_end = 5570
209
- _globals["_CREATECLOUDCOMPONENTSTORAGERESPONSE"]._serialized_start = 5572
210
- _globals["_CREATECLOUDCOMPONENTSTORAGERESPONSE"]._serialized_end = 5683
211
- _globals["_GETCLOUDCOMPONENTSTORAGEREQUEST"]._serialized_start = 5685
212
- _globals["_GETCLOUDCOMPONENTSTORAGEREQUEST"]._serialized_end = 5734
213
- _globals["_GETCLOUDCOMPONENTSTORAGERESPONSE"]._serialized_start = 5736
214
- _globals["_GETCLOUDCOMPONENTSTORAGERESPONSE"]._serialized_end = 5844
215
- _globals["_DELETECLOUDCOMPONENTSTORAGEREQUEST"]._serialized_start = 5846
216
- _globals["_DELETECLOUDCOMPONENTSTORAGEREQUEST"]._serialized_end = 5898
217
- _globals["_DELETECLOUDCOMPONENTSTORAGERESPONSE"]._serialized_start = 5900
218
- _globals["_DELETECLOUDCOMPONENTSTORAGERESPONSE"]._serialized_end = 5937
219
- _globals["_LISTCLOUDCOMPONENTSTORAGEREQUEST"]._serialized_start = 5939
220
- _globals["_LISTCLOUDCOMPONENTSTORAGEREQUEST"]._serialized_end = 5998
221
- _globals["_LISTCLOUDCOMPONENTSTORAGERESPONSE"]._serialized_start = 6000
222
- _globals["_LISTCLOUDCOMPONENTSTORAGERESPONSE"]._serialized_end = 6111
223
- _globals["_CREATEBINDINGCLUSTERGATEWAYREQUEST"]._serialized_start = 6113
224
- _globals["_CREATEBINDINGCLUSTERGATEWAYREQUEST"]._serialized_end = 6226
225
- _globals["_CREATEBINDINGCLUSTERGATEWAYRESPONSE"]._serialized_start = 6228
226
- _globals["_CREATEBINDINGCLUSTERGATEWAYRESPONSE"]._serialized_end = 6265
227
- _globals["_DELETEBINDINGCLUSTERGATEWAYREQUEST"]._serialized_start = 6267
228
- _globals["_DELETEBINDINGCLUSTERGATEWAYREQUEST"]._serialized_end = 6334
229
- _globals["_DELETEBINDINGCLUSTERGATEWAYRESPONSE"]._serialized_start = 6336
230
- _globals["_DELETEBINDINGCLUSTERGATEWAYRESPONSE"]._serialized_end = 6373
231
- _globals["_GETBINDINGCLUSTERGATEWAYREQUEST"]._serialized_start = 6375
232
- _globals["_GETBINDINGCLUSTERGATEWAYREQUEST"]._serialized_end = 6439
233
- _globals["_GETBINDINGCLUSTERGATEWAYRESPONSE"]._serialized_start = 6441
234
- _globals["_GETBINDINGCLUSTERGATEWAYRESPONSE"]._serialized_end = 6552
235
- _globals["_CREATEBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTREQUEST"]._serialized_start = 6555
236
- _globals["_CREATEBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTREQUEST"]._serialized_end = 6727
237
- _globals["_CREATEBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTRESPONSE"]._serialized_start = 6729
238
- _globals["_CREATEBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTRESPONSE"]._serialized_end = 6790
239
- _globals["_DELETEBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTREQUEST"]._serialized_start = 6792
240
- _globals["_DELETEBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTREQUEST"]._serialized_end = 6883
241
- _globals["_DELETEBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTRESPONSE"]._serialized_start = 6885
242
- _globals["_DELETEBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTRESPONSE"]._serialized_end = 6946
243
- _globals["_GETBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTREQUEST"]._serialized_start = 6948
244
- _globals["_GETBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTREQUEST"]._serialized_end = 7036
245
- _globals["_GETBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTRESPONSE"]._serialized_start = 7039
246
- _globals["_GETBINDINGCLUSTERBACKGROUNDPERSISTENCEDEPLOYMENTRESPONSE"]._serialized_end = 7209
247
- _globals["_CREATEBINDINGCLUSTERTELEMETRYDEPLOYMENTREQUEST"]._serialized_start = 7212
248
- _globals["_CREATEBINDINGCLUSTERTELEMETRYDEPLOYMENTREQUEST"]._serialized_end = 7347
249
- _globals["_CREATEBINDINGCLUSTERTELEMETRYDEPLOYMENTRESPONSE"]._serialized_start = 7349
250
- _globals["_CREATEBINDINGCLUSTERTELEMETRYDEPLOYMENTRESPONSE"]._serialized_end = 7398
251
- _globals["_DELETEBINDINGCLUSTERTELEMETRYDEPLOYMENTREQUEST"]._serialized_start = 7400
252
- _globals["_DELETEBINDINGCLUSTERTELEMETRYDEPLOYMENTREQUEST"]._serialized_end = 7479
253
- _globals["_DELETEBINDINGCLUSTERTELEMETRYDEPLOYMENTRESPONSE"]._serialized_start = 7481
254
- _globals["_DELETEBINDINGCLUSTERTELEMETRYDEPLOYMENTRESPONSE"]._serialized_end = 7530
255
- _globals["_GETBINDINGCLUSTERTELEMETRYDEPLOYMENTREQUEST"]._serialized_start = 7532
256
- _globals["_GETBINDINGCLUSTERTELEMETRYDEPLOYMENTREQUEST"]._serialized_end = 7608
257
- _globals["_GETBINDINGCLUSTERTELEMETRYDEPLOYMENTRESPONSE"]._serialized_start = 7611
258
- _globals["_GETBINDINGCLUSTERTELEMETRYDEPLOYMENTRESPONSE"]._serialized_end = 7744
259
- _globals["_CLOUDCOMPONENTSSERVICE"]._serialized_start = 7747
260
- _globals["_CLOUDCOMPONENTSSERVICE"]._serialized_end = 11944
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
261
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
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
315
394
  def __init__(
316
- 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]] = ...,
317
399
  ) -> None: ...
318
400
 
319
401
  class CloudComponentClusterResponse(_message.Message):