chalkpy 2.89.22__py3-none-any.whl → 2.95.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- chalk/__init__.py +2 -1
- chalk/_gen/chalk/arrow/v1/arrow_pb2.py +7 -5
- chalk/_gen/chalk/arrow/v1/arrow_pb2.pyi +6 -0
- chalk/_gen/chalk/artifacts/v1/chart_pb2.py +36 -33
- chalk/_gen/chalk/artifacts/v1/chart_pb2.pyi +41 -1
- chalk/_gen/chalk/artifacts/v1/cron_query_pb2.py +8 -7
- chalk/_gen/chalk/artifacts/v1/cron_query_pb2.pyi +5 -0
- chalk/_gen/chalk/common/v1/offline_query_pb2.py +19 -13
- chalk/_gen/chalk/common/v1/offline_query_pb2.pyi +37 -0
- chalk/_gen/chalk/common/v1/online_query_pb2.py +54 -54
- chalk/_gen/chalk/common/v1/online_query_pb2.pyi +13 -1
- chalk/_gen/chalk/common/v1/script_task_pb2.py +13 -11
- chalk/_gen/chalk/common/v1/script_task_pb2.pyi +19 -1
- chalk/_gen/chalk/dataframe/__init__.py +0 -0
- chalk/_gen/chalk/dataframe/v1/__init__.py +0 -0
- chalk/_gen/chalk/dataframe/v1/dataframe_pb2.py +48 -0
- chalk/_gen/chalk/dataframe/v1/dataframe_pb2.pyi +123 -0
- chalk/_gen/chalk/dataframe/v1/dataframe_pb2_grpc.py +4 -0
- chalk/_gen/chalk/dataframe/v1/dataframe_pb2_grpc.pyi +4 -0
- chalk/_gen/chalk/graph/v1/graph_pb2.py +150 -149
- chalk/_gen/chalk/graph/v1/graph_pb2.pyi +25 -0
- chalk/_gen/chalk/graph/v1/sources_pb2.py +94 -84
- chalk/_gen/chalk/graph/v1/sources_pb2.pyi +56 -0
- chalk/_gen/chalk/kubernetes/v1/horizontalpodautoscaler_pb2.py +79 -0
- chalk/_gen/chalk/kubernetes/v1/horizontalpodautoscaler_pb2.pyi +377 -0
- chalk/_gen/chalk/kubernetes/v1/horizontalpodautoscaler_pb2_grpc.py +4 -0
- chalk/_gen/chalk/kubernetes/v1/horizontalpodautoscaler_pb2_grpc.pyi +4 -0
- chalk/_gen/chalk/kubernetes/v1/scaledobject_pb2.py +43 -7
- chalk/_gen/chalk/kubernetes/v1/scaledobject_pb2.pyi +252 -2
- chalk/_gen/chalk/protosql/v1/sql_service_pb2.py +54 -27
- chalk/_gen/chalk/protosql/v1/sql_service_pb2.pyi +131 -3
- chalk/_gen/chalk/protosql/v1/sql_service_pb2_grpc.py +45 -0
- chalk/_gen/chalk/protosql/v1/sql_service_pb2_grpc.pyi +14 -0
- chalk/_gen/chalk/python/v1/types_pb2.py +14 -14
- chalk/_gen/chalk/python/v1/types_pb2.pyi +8 -0
- chalk/_gen/chalk/server/v1/benchmark_pb2.py +76 -0
- chalk/_gen/chalk/server/v1/benchmark_pb2.pyi +156 -0
- chalk/_gen/chalk/server/v1/benchmark_pb2_grpc.py +258 -0
- chalk/_gen/chalk/server/v1/benchmark_pb2_grpc.pyi +84 -0
- chalk/_gen/chalk/server/v1/billing_pb2.py +40 -38
- chalk/_gen/chalk/server/v1/billing_pb2.pyi +17 -1
- chalk/_gen/chalk/server/v1/branches_pb2.py +45 -0
- chalk/_gen/chalk/server/v1/branches_pb2.pyi +80 -0
- chalk/_gen/chalk/server/v1/branches_pb2_grpc.pyi +36 -0
- chalk/_gen/chalk/server/v1/builder_pb2.py +372 -272
- chalk/_gen/chalk/server/v1/builder_pb2.pyi +479 -12
- chalk/_gen/chalk/server/v1/builder_pb2_grpc.py +360 -0
- chalk/_gen/chalk/server/v1/builder_pb2_grpc.pyi +96 -0
- chalk/_gen/chalk/server/v1/chart_pb2.py +10 -10
- chalk/_gen/chalk/server/v1/chart_pb2.pyi +18 -2
- chalk/_gen/chalk/server/v1/clickhouse_pb2.py +42 -0
- chalk/_gen/chalk/server/v1/clickhouse_pb2.pyi +17 -0
- chalk/_gen/chalk/server/v1/clickhouse_pb2_grpc.py +78 -0
- chalk/_gen/chalk/server/v1/clickhouse_pb2_grpc.pyi +38 -0
- chalk/_gen/chalk/server/v1/cloud_components_pb2.py +153 -107
- chalk/_gen/chalk/server/v1/cloud_components_pb2.pyi +146 -4
- chalk/_gen/chalk/server/v1/cloud_components_pb2_grpc.py +180 -0
- chalk/_gen/chalk/server/v1/cloud_components_pb2_grpc.pyi +48 -0
- chalk/_gen/chalk/server/v1/cloud_credentials_pb2.py +11 -3
- chalk/_gen/chalk/server/v1/cloud_credentials_pb2.pyi +20 -0
- chalk/_gen/chalk/server/v1/cloud_credentials_pb2_grpc.py +45 -0
- chalk/_gen/chalk/server/v1/cloud_credentials_pb2_grpc.pyi +12 -0
- chalk/_gen/chalk/server/v1/dataplanejobqueue_pb2.py +59 -35
- chalk/_gen/chalk/server/v1/dataplanejobqueue_pb2.pyi +127 -1
- chalk/_gen/chalk/server/v1/dataplanejobqueue_pb2_grpc.py +135 -0
- chalk/_gen/chalk/server/v1/dataplanejobqueue_pb2_grpc.pyi +36 -0
- chalk/_gen/chalk/server/v1/dataplaneworkflows_pb2.py +90 -0
- chalk/_gen/chalk/server/v1/dataplaneworkflows_pb2.pyi +264 -0
- chalk/_gen/chalk/server/v1/dataplaneworkflows_pb2_grpc.py +170 -0
- chalk/_gen/chalk/server/v1/dataplaneworkflows_pb2_grpc.pyi +62 -0
- chalk/_gen/chalk/server/v1/datasets_pb2.py +36 -24
- chalk/_gen/chalk/server/v1/datasets_pb2.pyi +71 -2
- chalk/_gen/chalk/server/v1/datasets_pb2_grpc.py +45 -0
- chalk/_gen/chalk/server/v1/datasets_pb2_grpc.pyi +12 -0
- chalk/_gen/chalk/server/v1/deploy_pb2.py +9 -3
- chalk/_gen/chalk/server/v1/deploy_pb2.pyi +12 -0
- chalk/_gen/chalk/server/v1/deploy_pb2_grpc.py +45 -0
- chalk/_gen/chalk/server/v1/deploy_pb2_grpc.pyi +12 -0
- chalk/_gen/chalk/server/v1/deployment_pb2.py +20 -15
- chalk/_gen/chalk/server/v1/deployment_pb2.pyi +25 -0
- chalk/_gen/chalk/server/v1/environment_pb2.py +25 -15
- chalk/_gen/chalk/server/v1/environment_pb2.pyi +93 -1
- chalk/_gen/chalk/server/v1/eventbus_pb2.py +44 -0
- chalk/_gen/chalk/server/v1/eventbus_pb2.pyi +64 -0
- chalk/_gen/chalk/server/v1/eventbus_pb2_grpc.py +4 -0
- chalk/_gen/chalk/server/v1/eventbus_pb2_grpc.pyi +4 -0
- chalk/_gen/chalk/server/v1/files_pb2.py +65 -0
- chalk/_gen/chalk/server/v1/files_pb2.pyi +167 -0
- chalk/_gen/chalk/server/v1/files_pb2_grpc.py +4 -0
- chalk/_gen/chalk/server/v1/files_pb2_grpc.pyi +4 -0
- chalk/_gen/chalk/server/v1/graph_pb2.py +41 -3
- chalk/_gen/chalk/server/v1/graph_pb2.pyi +191 -0
- chalk/_gen/chalk/server/v1/graph_pb2_grpc.py +92 -0
- chalk/_gen/chalk/server/v1/graph_pb2_grpc.pyi +32 -0
- chalk/_gen/chalk/server/v1/incident_pb2.py +57 -0
- chalk/_gen/chalk/server/v1/incident_pb2.pyi +165 -0
- chalk/_gen/chalk/server/v1/incident_pb2_grpc.py +4 -0
- chalk/_gen/chalk/server/v1/incident_pb2_grpc.pyi +4 -0
- chalk/_gen/chalk/server/v1/indexing_job_pb2.py +44 -0
- chalk/_gen/chalk/server/v1/indexing_job_pb2.pyi +38 -0
- chalk/_gen/chalk/server/v1/indexing_job_pb2_grpc.py +78 -0
- chalk/_gen/chalk/server/v1/indexing_job_pb2_grpc.pyi +38 -0
- chalk/_gen/chalk/server/v1/integrations_pb2.py +11 -9
- chalk/_gen/chalk/server/v1/integrations_pb2.pyi +34 -2
- chalk/_gen/chalk/server/v1/kube_pb2.py +29 -19
- chalk/_gen/chalk/server/v1/kube_pb2.pyi +28 -0
- chalk/_gen/chalk/server/v1/kube_pb2_grpc.py +45 -0
- chalk/_gen/chalk/server/v1/kube_pb2_grpc.pyi +12 -0
- chalk/_gen/chalk/server/v1/log_pb2.py +21 -3
- chalk/_gen/chalk/server/v1/log_pb2.pyi +68 -0
- chalk/_gen/chalk/server/v1/log_pb2_grpc.py +90 -0
- chalk/_gen/chalk/server/v1/log_pb2_grpc.pyi +24 -0
- chalk/_gen/chalk/server/v1/metadataplanejobqueue_pb2.py +73 -0
- chalk/_gen/chalk/server/v1/metadataplanejobqueue_pb2.pyi +212 -0
- chalk/_gen/chalk/server/v1/metadataplanejobqueue_pb2_grpc.py +217 -0
- chalk/_gen/chalk/server/v1/metadataplanejobqueue_pb2_grpc.pyi +74 -0
- chalk/_gen/chalk/server/v1/model_registry_pb2.py +10 -10
- chalk/_gen/chalk/server/v1/model_registry_pb2.pyi +4 -1
- chalk/_gen/chalk/server/v1/monitoring_pb2.py +84 -75
- chalk/_gen/chalk/server/v1/monitoring_pb2.pyi +1 -0
- chalk/_gen/chalk/server/v1/monitoring_pb2_grpc.py +136 -0
- chalk/_gen/chalk/server/v1/monitoring_pb2_grpc.pyi +38 -0
- chalk/_gen/chalk/server/v1/offline_queries_pb2.py +32 -10
- chalk/_gen/chalk/server/v1/offline_queries_pb2.pyi +73 -0
- chalk/_gen/chalk/server/v1/offline_queries_pb2_grpc.py +90 -0
- chalk/_gen/chalk/server/v1/offline_queries_pb2_grpc.pyi +24 -0
- chalk/_gen/chalk/server/v1/plandebug_pb2.py +53 -0
- chalk/_gen/chalk/server/v1/plandebug_pb2.pyi +86 -0
- chalk/_gen/chalk/server/v1/plandebug_pb2_grpc.py +168 -0
- chalk/_gen/chalk/server/v1/plandebug_pb2_grpc.pyi +60 -0
- chalk/_gen/chalk/server/v1/queries_pb2.py +76 -48
- chalk/_gen/chalk/server/v1/queries_pb2.pyi +155 -2
- chalk/_gen/chalk/server/v1/queries_pb2_grpc.py +180 -0
- chalk/_gen/chalk/server/v1/queries_pb2_grpc.pyi +48 -0
- chalk/_gen/chalk/server/v1/scheduled_query_pb2.py +4 -2
- chalk/_gen/chalk/server/v1/scheduled_query_pb2_grpc.py +45 -0
- chalk/_gen/chalk/server/v1/scheduled_query_pb2_grpc.pyi +12 -0
- chalk/_gen/chalk/server/v1/scheduled_query_run_pb2.py +12 -6
- chalk/_gen/chalk/server/v1/scheduled_query_run_pb2.pyi +75 -2
- chalk/_gen/chalk/server/v1/scheduler_pb2.py +24 -12
- chalk/_gen/chalk/server/v1/scheduler_pb2.pyi +61 -1
- chalk/_gen/chalk/server/v1/scheduler_pb2_grpc.py +90 -0
- chalk/_gen/chalk/server/v1/scheduler_pb2_grpc.pyi +24 -0
- chalk/_gen/chalk/server/v1/script_tasks_pb2.py +26 -14
- chalk/_gen/chalk/server/v1/script_tasks_pb2.pyi +33 -3
- chalk/_gen/chalk/server/v1/script_tasks_pb2_grpc.py +90 -0
- chalk/_gen/chalk/server/v1/script_tasks_pb2_grpc.pyi +24 -0
- chalk/_gen/chalk/server/v1/sql_interface_pb2.py +75 -0
- chalk/_gen/chalk/server/v1/sql_interface_pb2.pyi +142 -0
- chalk/_gen/chalk/server/v1/sql_interface_pb2_grpc.py +349 -0
- chalk/_gen/chalk/server/v1/sql_interface_pb2_grpc.pyi +114 -0
- chalk/_gen/chalk/server/v1/sql_queries_pb2.py +48 -0
- chalk/_gen/chalk/server/v1/sql_queries_pb2.pyi +150 -0
- chalk/_gen/chalk/server/v1/sql_queries_pb2_grpc.py +123 -0
- chalk/_gen/chalk/server/v1/sql_queries_pb2_grpc.pyi +52 -0
- chalk/_gen/chalk/server/v1/team_pb2.py +156 -137
- chalk/_gen/chalk/server/v1/team_pb2.pyi +56 -10
- chalk/_gen/chalk/server/v1/team_pb2_grpc.py +90 -0
- chalk/_gen/chalk/server/v1/team_pb2_grpc.pyi +24 -0
- chalk/_gen/chalk/server/v1/topic_pb2.py +5 -3
- chalk/_gen/chalk/server/v1/topic_pb2.pyi +10 -1
- chalk/_gen/chalk/server/v1/trace_pb2.py +50 -28
- chalk/_gen/chalk/server/v1/trace_pb2.pyi +121 -0
- chalk/_gen/chalk/server/v1/trace_pb2_grpc.py +135 -0
- chalk/_gen/chalk/server/v1/trace_pb2_grpc.pyi +42 -0
- chalk/_gen/chalk/server/v1/webhook_pb2.py +9 -3
- chalk/_gen/chalk/server/v1/webhook_pb2.pyi +18 -0
- chalk/_gen/chalk/server/v1/webhook_pb2_grpc.py +45 -0
- chalk/_gen/chalk/server/v1/webhook_pb2_grpc.pyi +12 -0
- chalk/_gen/chalk/streaming/v1/debug_service_pb2.py +62 -0
- chalk/_gen/chalk/streaming/v1/debug_service_pb2.pyi +75 -0
- chalk/_gen/chalk/streaming/v1/debug_service_pb2_grpc.py +221 -0
- chalk/_gen/chalk/streaming/v1/debug_service_pb2_grpc.pyi +88 -0
- chalk/_gen/chalk/streaming/v1/simple_streaming_service_pb2.py +19 -7
- chalk/_gen/chalk/streaming/v1/simple_streaming_service_pb2.pyi +96 -3
- chalk/_gen/chalk/streaming/v1/simple_streaming_service_pb2_grpc.py +48 -0
- chalk/_gen/chalk/streaming/v1/simple_streaming_service_pb2_grpc.pyi +20 -0
- chalk/_gen/chalk/utils/v1/field_change_pb2.py +32 -0
- chalk/_gen/chalk/utils/v1/field_change_pb2.pyi +42 -0
- chalk/_gen/chalk/utils/v1/field_change_pb2_grpc.py +4 -0
- chalk/_gen/chalk/utils/v1/field_change_pb2_grpc.pyi +4 -0
- chalk/_lsp/error_builder.py +11 -0
- chalk/_monitoring/Chart.py +1 -3
- chalk/_version.py +1 -1
- chalk/cli.py +5 -10
- chalk/client/client.py +178 -64
- chalk/client/client_async.py +154 -0
- chalk/client/client_async_impl.py +22 -0
- chalk/client/client_grpc.py +738 -112
- chalk/client/client_impl.py +541 -136
- chalk/client/dataset.py +27 -6
- chalk/client/models.py +99 -2
- chalk/client/serialization/model_serialization.py +126 -10
- chalk/config/project_config.py +1 -1
- chalk/df/LazyFramePlaceholder.py +1154 -0
- chalk/df/ast_parser.py +2 -10
- chalk/features/_class_property.py +7 -0
- chalk/features/_embedding/embedding.py +1 -0
- chalk/features/_embedding/sentence_transformer.py +1 -1
- chalk/features/_encoding/converter.py +83 -2
- chalk/features/_encoding/pyarrow.py +20 -4
- chalk/features/_encoding/rich.py +1 -3
- chalk/features/_tensor.py +1 -2
- chalk/features/dataframe/_filters.py +14 -5
- chalk/features/dataframe/_impl.py +91 -36
- chalk/features/dataframe/_validation.py +11 -7
- chalk/features/feature_field.py +40 -30
- chalk/features/feature_set.py +1 -2
- chalk/features/feature_set_decorator.py +1 -0
- chalk/features/feature_wrapper.py +42 -3
- chalk/features/hooks.py +81 -12
- chalk/features/inference.py +65 -10
- chalk/features/resolver.py +338 -56
- chalk/features/tag.py +1 -3
- chalk/features/underscore_features.py +2 -1
- chalk/functions/__init__.py +456 -21
- chalk/functions/holidays.py +1 -3
- chalk/gitignore/gitignore_parser.py +5 -1
- chalk/importer.py +186 -74
- chalk/ml/__init__.py +6 -2
- chalk/ml/model_hooks.py +368 -51
- chalk/ml/model_reference.py +68 -10
- chalk/ml/model_version.py +34 -21
- chalk/ml/utils.py +143 -40
- chalk/operators/_utils.py +14 -3
- chalk/parsed/_proto/export.py +22 -0
- chalk/parsed/duplicate_input_gql.py +4 -0
- chalk/parsed/expressions.py +1 -3
- chalk/parsed/json_conversions.py +21 -14
- chalk/parsed/to_proto.py +16 -4
- chalk/parsed/user_types_to_json.py +31 -10
- chalk/parsed/validation_from_registries.py +182 -0
- chalk/queries/named_query.py +16 -6
- chalk/queries/scheduled_query.py +13 -1
- chalk/serialization/parsed_annotation.py +25 -12
- chalk/sql/__init__.py +221 -0
- chalk/sql/_internal/integrations/athena.py +6 -1
- chalk/sql/_internal/integrations/bigquery.py +22 -2
- chalk/sql/_internal/integrations/databricks.py +61 -18
- chalk/sql/_internal/integrations/mssql.py +281 -0
- chalk/sql/_internal/integrations/postgres.py +11 -3
- chalk/sql/_internal/integrations/redshift.py +4 -0
- chalk/sql/_internal/integrations/snowflake.py +11 -2
- chalk/sql/_internal/integrations/util.py +2 -1
- chalk/sql/_internal/sql_file_resolver.py +55 -10
- chalk/sql/_internal/sql_source.py +36 -2
- chalk/streams/__init__.py +1 -3
- chalk/streams/_kafka_source.py +5 -1
- chalk/streams/_windows.py +16 -4
- chalk/streams/types.py +1 -2
- chalk/utils/__init__.py +1 -3
- chalk/utils/_otel_version.py +13 -0
- chalk/utils/async_helpers.py +14 -5
- chalk/utils/df_utils.py +2 -2
- chalk/utils/duration.py +1 -3
- chalk/utils/job_log_display.py +538 -0
- chalk/utils/missing_dependency.py +5 -4
- chalk/utils/notebook.py +255 -2
- chalk/utils/pl_helpers.py +190 -37
- chalk/utils/pydanticutil/pydantic_compat.py +1 -2
- chalk/utils/storage_client.py +246 -0
- chalk/utils/threading.py +1 -3
- chalk/utils/tracing.py +194 -86
- {chalkpy-2.89.22.dist-info → chalkpy-2.95.3.dist-info}/METADATA +53 -21
- {chalkpy-2.89.22.dist-info → chalkpy-2.95.3.dist-info}/RECORD +268 -198
- {chalkpy-2.89.22.dist-info → chalkpy-2.95.3.dist-info}/WHEEL +0 -0
- {chalkpy-2.89.22.dist-info → chalkpy-2.95.3.dist-info}/entry_points.txt +0 -0
- {chalkpy-2.89.22.dist-info → chalkpy-2.95.3.dist-info}/top_level.txt +0 -0
|
@@ -18,7 +18,7 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
21
|
-
b'\n!chalk/server/v1/environment.proto\x12\x0f\x63halk.server.v1\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto"{\n\x13\x41WSCloudWatchConfig\x12)\n\x0elog_group_path\x18\x01 \x01(\tH\x00R\x0clogGroupPath\x88\x01\x01\x12&\n\x0flog_group_paths\x18\x02 \x03(\tR\rlogGroupPathsB\x11\n\x0f_log_group_path"\xab\x02\n\x16\x41WSSecretManagerConfig\x12)\n\x0esecret_kms_arn\x18\x01 \x01(\tH\x00R\x0csecretKmsArn\x88\x01\x01\x12X\n\x0bsecret_tags\x18\x02 \x03(\x0b\x32\x37.chalk.server.v1.AWSSecretManagerConfig.SecretTagsEntryR\nsecretTags\x12(\n\rsecret_prefix\x18\x03 \x01(\tH\x01R\x0csecretPrefix\x88\x01\x01\x1a=\n\x0fSecretTagsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x42\x11\n\x0f_secret_kms_arnB\x10\n\x0e_secret_prefix"9\n\x1bGCPSecretReplicationReplica\x12\x1a\n\x08location\x18\x01 \x01(\tR\x08location"D\n\x0fGCPRegionConfig\x12"\n\nscope_type\x18\x01 \x01(\tH\x00R\tscopeType\x88\x01\x01\x42\r\n\x0b_scope_type"\x9e\x01\n\x16GCPSecretManagerConfig\x12(\n\rsecret_region\x18\x01 \x01(\tH\x00R\x0csecretRegion\x88\x01\x01\x12H\n\x08replicas\x18\x02 \x03(\x0b\x32,.chalk.server.v1.GCPSecretReplicationReplicaR\x08replicasB\x10\n\x0e_secret_region"\xad\x01\n\x13GCPWorkloadIdentity\x12,\n\x12gcp_project_number\x18\x01 \x01(\tR\x10gcpProjectNumber\x12.\n\x13gcp_service_account\x18\x02 \x01(\tR\x11gcpServiceAccount\x12\x17\n\x07pool_id\x18\x03 \x01(\tR\x06poolId\x12\x1f\n\x0bprovider_id\x18\x04 \x01(\tR\nproviderId"\x88\x02\n\x11\x44ockerBuildConfig\x12\x18\n\x07\x62uilder\x18\x01 \x01(\tR\x07\x62uilder\x12,\n\x12push_registry_type\x18\x02 \x01(\tR\x10pushRegistryType\x12\x37\n\x18push_registry_tag_prefix\x18\x03 \x01(\tR\x15pushRegistryTagPrefix\x12\x43\n\x1eregistry_credentials_secret_id\x18\x04 \x01(\tR\x1bregistryCredentialsSecretId\x12-\n\x12notification_topic\x18\x05 \x01(\tR\x11notificationTopic"l\n\x16\x45lasticsearchLogConfig\x12\x1a\n\x08username\x18\x01 \x01(\tR\x08username\x12\x1a\n\x08password\x18\x02 \x01(\tR\x08password\x12\x1a\n\x08\x65ndpoint\x18\x03 \x01(\tR\x08\x65ndpoint"\xa7\x07\n\x0e\x41WSCloudConfig\x12\x1d\n\naccount_id\x18\x01 \x01(\tR\taccountId\x12.\n\x13management_role_arn\x18\x02 \x01(\tR\x11managementRoleArn\x12\x16\n\x06region\x18\x03 \x01(\tR\x06region\x12$\n\x0b\x65xternal_id\x18\x04 \x01(\tH\x00R\nexternalId\x88\x01\x01\x12k\n\x1d\x64\x65precated_cloud_watch_config\x18\x05 \x01(\x0b\x32$.chalk.server.v1.AWSCloudWatchConfigB\x02\x18\x01R\x1a\x64\x65precatedCloudWatchConfig\x12t\n deprecated_secret_manager_config\x18\x06 \x01(\x0b\x32\'.chalk.server.v1.AWSSecretManagerConfigB\x02\x18\x01R\x1d\x64\x65precatedSecretManagerConfig\x12U\n\x11workload_identity\x18\x07 \x01(\x0b\x32$.chalk.server.v1.GCPWorkloadIdentityB\x02\x18\x01R\x10workloadIdentity\x12R\n\x13\x64ocker_build_config\x18\x08 \x01(\x0b\x32".chalk.server.v1.DockerBuildConfigR\x11\x64ockerBuildConfig\x12\x61\n\x18\x65lasticsearch_log_config\x18\t \x01(\x0b\x32\'.chalk.server.v1.ElasticsearchLogConfigR\x16\x65lasticsearchLogConfig\x12Q\n\x11\x63loudwatch_config\x18\n \x01(\x0b\x32$.chalk.server.v1.AWSCloudWatchConfigR\x10\x63loudwatchConfig\x12Z\n\x14secretmanager_config\x18\x0b \x01(\x0b\x32\'.chalk.server.v1.AWSSecretManagerConfigR\x13secretmanagerConfig\x12X\n\x15gcp_workload_identity\x18\x0c \x01(\x0b\x32$.chalk.server.v1.GCPWorkloadIdentityR\x13gcpWorkloadIdentityB\x0e\n\x0c_external_id"\xa0\x03\n\x0eGCPCloudConfig\x12\x1d\n\nproject_id\x18\x01 \x01(\tR\tprojectId\x12\x16\n\x06region\x18\x02 \x01(\tR\x06region\x12\x41\n\x1amanagement_service_account\x18\x03 \x01(\tH\x00R\x18managementServiceAccount\x88\x01\x01\x12R\n\x13\x64ocker_build_config\x18\x04 \x01(\x0b\x32".chalk.server.v1.DockerBuildConfigR\x11\x64ockerBuildConfig\x12Z\n\x14secretmanager_config\x18\x05 \x01(\x0b\x32\'.chalk.server.v1.GCPSecretManagerConfigR\x13secretmanagerConfig\x12\x45\n\rregion_config\x18\x06 \x01(\x0b\x32 .chalk.server.v1.GCPRegionConfigR\x0cregionConfigB\x1d\n\x1b_management_service_account"\x81\x01\n\x0b\x43loudConfig\x12\x33\n\x03\x61ws\x18\x01 \x01(\x0b\x32\x1f.chalk.server.v1.AWSCloudConfigH\x00R\x03\x61ws\x12\x33\n\x03gcp\x18\x02 \x01(\x0b\x32\x1f.chalk.server.v1.GCPCloudConfigH\x00R\x03gcpB\x08\n\x06\x63onfig"\xdb\x01\n\x1e\x45nvironmentObjectStorageConfig\x12%\n\x0e\x64\x61taset_bucket\x18\x01 \x01(\tR\rdatasetBucket\x12,\n\x12plan_stages_bucket\x18\x02 \x01(\tR\x10planStagesBucket\x12\x30\n\x14source_bundle_bucket\x18\x03 \x01(\tR\x12sourceBundleBucket\x12\x32\n\x15model_registry_bucket\x18\x04 \x01(\tR\x13modelRegistryBucket"\xe1$\n\x0b\x45nvironment\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x1d\n\nproject_id\x18\x02 \x01(\tR\tprojectId\x12\x0e\n\x02id\x18\x03 \x01(\tR\x02id\x12\x17\n\x07team_id\x18\x04 \x01(\tR\x06teamId\x12\x35\n\x14\x61\x63tive_deployment_id\x18\x05 \x01(\tH\x00R\x12\x61\x63tiveDeploymentId\x88\x01\x01\x12"\n\nworker_url\x18\x06 \x01(\tH\x01R\tworkerUrl\x88\x01\x01\x12$\n\x0bservice_url\x18\x07 \x01(\tH\x02R\nserviceUrl\x88\x01\x01\x12"\n\nbranch_url\x18\x08 \x01(\tH\x03R\tbranchUrl\x88\x01\x01\x12\x35\n\x14offline_store_secret\x18\t \x01(\tH\x04R\x12offlineStoreSecret\x88\x01\x01\x12\x33\n\x13online_store_secret\x18\n \x01(\tH\x05R\x11onlineStoreSecret\x88\x01\x01\x12\x35\n\x14\x66\x65\x61ture_store_secret\x18\x0b \x01(\tH\x06R\x12\x66\x65\x61tureStoreSecret\x88\x01\x01\x12,\n\x0fpostgres_secret\x18\x0c \x01(\tH\x07R\x0epostgresSecret\x88\x01\x01\x12/\n\x11online_store_kind\x18\r \x01(\tH\x08R\x0fonlineStoreKind\x88\x01\x01\x12\x1c\n\x07\x65mq_uri\x18\x0e \x01(\tH\tR\x06\x65mqUri\x88\x01\x01\x12\x31\n\x12vpc_connector_name\x18\x0f \x01(\tH\nR\x10vpcConnectorName\x88\x01\x01\x12/\n\x11kube_cluster_name\x18\x10 \x01(\tH\x0bR\x0fkubeClusterName\x88\x01\x01\x12<\n\x18\x62ranch_kube_cluster_name\x18\x11 \x01(\tH\x0cR\x15\x62ranchKubeClusterName\x88\x01\x01\x12<\n\x18\x65ngine_kube_cluster_name\x18\x12 \x01(\tH\rR\x15\x65ngineKubeClusterName\x88\x01\x01\x12I\n\x1fshadow_engine_kube_cluster_name\x18\x13 \x01(\tH\x0eR\x1bshadowEngineKubeClusterName\x88\x01\x01\x12\x31\n\x12kube_job_namespace\x18\x14 \x01(\tH\x0fR\x10kubeJobNamespace\x88\x01\x01\x12\x39\n\x16kube_preview_namespace\x18\x15 \x01(\tH\x10R\x14kubePreviewNamespace\x88\x01\x01\x12>\n\x19kube_service_account_name\x18\x16 \x01(\tH\x11R\x16kubeServiceAccountName\x88\x01\x01\x12\x42\n\x1bstreaming_query_service_uri\x18\x17 \x01(\tH\x12R\x18streamingQueryServiceUri\x88\x01\x01\x12`\n.skip_offline_writes_for_online_cached_features\x18\x18 \x01(\x08R(skipOfflineWritesForOnlineCachedFeatures\x12-\n\x10result_bus_topic\x18\x19 \x01(\tH\x13R\x0eresultBusTopic\x88\x01\x01\x12;\n\x17online_persistence_mode\x18\x1a \x01(\tH\x14R\x15onlinePersistenceMode\x88\x01\x01\x12/\n\x11metrics_bus_topic\x18\x1b \x01(\tH\x15R\x0fmetricsBusTopic\x88\x01\x01\x12\x39\n\x16\x62igtable_instance_name\x18\x1c \x01(\tH\x16R\x14\x62igtableInstanceName\x88\x01\x01\x12\x33\n\x13\x62igtable_table_name\x18\x1d \x01(\tH\x17R\x11\x62igtableTableName\x88\x01\x01\x12\x37\n\x15\x63loud_account_locator\x18\x1e \x01(\tH\x18R\x13\x63loudAccountLocator\x88\x01\x01\x12&\n\x0c\x63loud_region\x18\x1f \x01(\tH\x19R\x0b\x63loudRegion\x88\x01\x01\x12-\n\x10\x63loud_tenancy_id\x18 \x01(\tH\x1aR\x0e\x63loudTenancyId\x88\x01\x01\x12\x35\n\x14source_bundle_bucket\x18! \x01(\tH\x1bR\x12sourceBundleBucket\x88\x01\x01\x12\x42\n\x1b\x65ngine_docker_registry_path\x18" \x01(\tH\x1cR\x18\x65ngineDockerRegistryPath\x88\x01\x01\x12,\n\x0f\x64\x65\x66\x61ult_planner\x18# \x01(\tH\x1dR\x0e\x64\x65\x66\x61ultPlanner\x88\x01\x01\x12\x63\n\x13\x61\x64\x64itional_env_vars\x18$ \x03(\x0b\x32\x33.chalk.server.v1.Environment.AdditionalEnvVarsEntryR\x11\x61\x64\x64itionalEnvVars\x12p\n\x18\x61\x64\x64itional_cron_env_vars\x18% \x03(\x0b\x32\x37.chalk.server.v1.Environment.AdditionalCronEnvVarsEntryR\x15\x61\x64\x64itionalCronEnvVars\x12=\n\x18private_pip_repositories\x18& \x01(\tH\x1eR\x16privatePipRepositories\x88\x01\x01\x12\x1d\n\nis_sandbox\x18\' \x01(\x08R\tisSandbox\x12I\n\x0e\x63loud_provider\x18) \x01(\x0e\x32".chalk.server.v1.CloudProviderKindR\rcloudProvider\x12\x44\n\x0c\x63loud_config\x18* \x01(\x0b\x32\x1c.chalk.server.v1.CloudConfigH\x1fR\x0b\x63loudConfig\x88\x01\x01\x12Z\n\x10spec_config_json\x18( \x03(\x0b\x32\x30.chalk.server.v1.Environment.SpecConfigJsonEntryR\x0especConfigJson\x12@\n\x0b\x61rchived_at\x18+ \x01(\x0b\x32\x1a.google.protobuf.TimestampH R\narchivedAt\x88\x01\x01\x12S\n$metadata_server_metrics_store_secret\x18, \x01(\tH!R metadataServerMetricsStoreSecret\x88\x01\x01\x12M\n!query_server_metrics_store_secret\x18- \x01(\tH"R\x1dqueryServerMetricsStoreSecret\x88\x01\x01\x12/\n\x11pinned_base_image\x18. \x01(\tH#R\x0fpinnedBaseImage\x88\x01\x01\x12\x31\n\x12\x63luster_gateway_id\x18/ \x01(\tH$R\x10\x63lusterGatewayId\x88\x01\x01\x12\x39\n\x16\x63luster_timescaledb_id\x18\x30 \x01(\tH%R\x14\x63lusterTimescaledbId\x88\x01\x01\x12T\n$background_persistence_deployment_id\x18\x31 \x01(\tH&R!backgroundPersistenceDeploymentId\x88\x01\x01\x12\x65\n\x13\x65nvironment_buckets\x18\x32 \x01(\x0b\x32/.chalk.server.v1.EnvironmentObjectStorageConfigH\'R\x12\x65nvironmentBuckets\x88\x01\x01\x12\x41\n\x1a\x63luster_timescaledb_secret\x18\x33 \x01(\tH(R\x18\x63lusterTimescaledbSecret\x88\x01\x01\x12+\n\x0fgrpc_engine_url\x18\x34 \x01(\tH)R\rgrpcEngineUrl\x88\x01\x01\x12/\n\x11kube_cluster_mode\x18\x35 \x01(\tH*R\x0fkubeClusterMode\x88\x01\x01\x12(\n\rdashboard_url\x18\x36 \x01(\tH+R\x0c\x64\x61shboardUrl\x88\x01\x01\x12+\n\x0fkube_cluster_id\x18\x37 \x01(\tH,R\rkubeClusterId\x88\x01\x01\x12\x1d\n\x07managed\x18\x38 \x01(\x08H-R\x07managed\x88\x01\x01\x12;\n\x17telemetry_deployment_id\x18\x39 \x01(\tH.R\x15telemetryDeploymentId\x88\x01\x01\x12\x42\n\x0csuspended_at\x18: \x01(\x0b\x32\x1a.google.protobuf.TimestampH/R\x0bsuspendedAt\x88\x01\x01\x1a\x44\n\x16\x41\x64\x64itionalEnvVarsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x1aH\n\x1a\x41\x64\x64itionalCronEnvVarsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x1aY\n\x13SpecConfigJsonEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12,\n\x05value\x18\x02 \x01(\x0b\x32\x16.google.protobuf.ValueR\x05value:\x02\x38\x01\x42\x17\n\x15_active_deployment_idB\r\n\x0b_worker_urlB\x0e\n\x0c_service_urlB\r\n\x0b_branch_urlB\x17\n\x15_offline_store_secretB\x16\n\x14_online_store_secretB\x17\n\x15_feature_store_secretB\x12\n\x10_postgres_secretB\x14\n\x12_online_store_kindB\n\n\x08_emq_uriB\x15\n\x13_vpc_connector_nameB\x14\n\x12_kube_cluster_nameB\x1b\n\x19_branch_kube_cluster_nameB\x1b\n\x19_engine_kube_cluster_nameB"\n _shadow_engine_kube_cluster_nameB\x15\n\x13_kube_job_namespaceB\x19\n\x17_kube_preview_namespaceB\x1c\n\x1a_kube_service_account_nameB\x1e\n\x1c_streaming_query_service_uriB\x13\n\x11_result_bus_topicB\x1a\n\x18_online_persistence_modeB\x14\n\x12_metrics_bus_topicB\x19\n\x17_bigtable_instance_nameB\x16\n\x14_bigtable_table_nameB\x18\n\x16_cloud_account_locatorB\x0f\n\r_cloud_regionB\x13\n\x11_cloud_tenancy_idB\x17\n\x15_source_bundle_bucketB\x1e\n\x1c_engine_docker_registry_pathB\x12\n\x10_default_plannerB\x1b\n\x19_private_pip_repositoriesB\x0f\n\r_cloud_configB\x0e\n\x0c_archived_atB\'\n%_metadata_server_metrics_store_secretB$\n"_query_server_metrics_store_secretB\x14\n\x12_pinned_base_imageB\x15\n\x13_cluster_gateway_idB\x19\n\x17_cluster_timescaledb_idB\'\n%_background_persistence_deployment_idB\x16\n\x14_environment_bucketsB\x1d\n\x1b_cluster_timescaledb_secretB\x12\n\x10_grpc_engine_urlB\x14\n\x12_kube_cluster_modeB\x10\n\x0e_dashboard_urlB\x12\n\x10_kube_cluster_idB\n\n\x08_managedB\x1a\n\x18_telemetry_deployment_idB\x0f\n\r_suspended_at*\x93\x01\n\x11\x43loudProviderKind\x12#\n\x1f\x43LOUD_PROVIDER_KIND_UNSPECIFIED\x10\x00\x12\x1f\n\x1b\x43LOUD_PROVIDER_KIND_UNKNOWN\x10\x01\x12\x1b\n\x17\x43LOUD_PROVIDER_KIND_GCP\x10\x02\x12\x1b\n\x17\x43LOUD_PROVIDER_KIND_AWS\x10\x03\x42\x99\x01\n\x13\x63om.chalk.server.v1B\x10\x45nvironmentProtoP\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'
|
|
21
|
+
b'\n!chalk/server/v1/environment.proto\x12\x0f\x63halk.server.v1\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto"{\n\x13\x41WSCloudWatchConfig\x12)\n\x0elog_group_path\x18\x01 \x01(\tH\x00R\x0clogGroupPath\x88\x01\x01\x12&\n\x0flog_group_paths\x18\x02 \x03(\tR\rlogGroupPathsB\x11\n\x0f_log_group_path"\xab\x02\n\x16\x41WSSecretManagerConfig\x12)\n\x0esecret_kms_arn\x18\x01 \x01(\tH\x00R\x0csecretKmsArn\x88\x01\x01\x12X\n\x0bsecret_tags\x18\x02 \x03(\x0b\x32\x37.chalk.server.v1.AWSSecretManagerConfig.SecretTagsEntryR\nsecretTags\x12(\n\rsecret_prefix\x18\x03 \x01(\tH\x01R\x0csecretPrefix\x88\x01\x01\x1a=\n\x0fSecretTagsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x42\x11\n\x0f_secret_kms_arnB\x10\n\x0e_secret_prefix"9\n\x1bGCPSecretReplicationReplica\x12\x1a\n\x08location\x18\x01 \x01(\tR\x08location"D\n\x0fGCPRegionConfig\x12"\n\nscope_type\x18\x01 \x01(\tH\x00R\tscopeType\x88\x01\x01\x42\r\n\x0b_scope_type"\x9e\x01\n\x16GCPSecretManagerConfig\x12(\n\rsecret_region\x18\x01 \x01(\tH\x00R\x0csecretRegion\x88\x01\x01\x12H\n\x08replicas\x18\x02 \x03(\x0b\x32,.chalk.server.v1.GCPSecretReplicationReplicaR\x08replicasB\x10\n\x0e_secret_region"\xad\x01\n\x13GCPWorkloadIdentity\x12,\n\x12gcp_project_number\x18\x01 \x01(\tR\x10gcpProjectNumber\x12.\n\x13gcp_service_account\x18\x02 \x01(\tR\x11gcpServiceAccount\x12\x17\n\x07pool_id\x18\x03 \x01(\tR\x06poolId\x12\x1f\n\x0bprovider_id\x18\x04 \x01(\tR\nproviderId"\x88\x02\n\x11\x44ockerBuildConfig\x12\x18\n\x07\x62uilder\x18\x01 \x01(\tR\x07\x62uilder\x12,\n\x12push_registry_type\x18\x02 \x01(\tR\x10pushRegistryType\x12\x37\n\x18push_registry_tag_prefix\x18\x03 \x01(\tR\x15pushRegistryTagPrefix\x12\x43\n\x1eregistry_credentials_secret_id\x18\x04 \x01(\tR\x1bregistryCredentialsSecretId\x12-\n\x12notification_topic\x18\x05 \x01(\tR\x11notificationTopic"l\n\x16\x45lasticsearchLogConfig\x12\x1a\n\x08username\x18\x01 \x01(\tR\x08username\x12\x1a\n\x08password\x18\x02 \x01(\tR\x08password\x12\x1a\n\x08\x65ndpoint\x18\x03 \x01(\tR\x08\x65ndpoint"\xa7\x07\n\x0e\x41WSCloudConfig\x12\x1d\n\naccount_id\x18\x01 \x01(\tR\taccountId\x12.\n\x13management_role_arn\x18\x02 \x01(\tR\x11managementRoleArn\x12\x16\n\x06region\x18\x03 \x01(\tR\x06region\x12$\n\x0b\x65xternal_id\x18\x04 \x01(\tH\x00R\nexternalId\x88\x01\x01\x12k\n\x1d\x64\x65precated_cloud_watch_config\x18\x05 \x01(\x0b\x32$.chalk.server.v1.AWSCloudWatchConfigB\x02\x18\x01R\x1a\x64\x65precatedCloudWatchConfig\x12t\n deprecated_secret_manager_config\x18\x06 \x01(\x0b\x32\'.chalk.server.v1.AWSSecretManagerConfigB\x02\x18\x01R\x1d\x64\x65precatedSecretManagerConfig\x12U\n\x11workload_identity\x18\x07 \x01(\x0b\x32$.chalk.server.v1.GCPWorkloadIdentityB\x02\x18\x01R\x10workloadIdentity\x12R\n\x13\x64ocker_build_config\x18\x08 \x01(\x0b\x32".chalk.server.v1.DockerBuildConfigR\x11\x64ockerBuildConfig\x12\x61\n\x18\x65lasticsearch_log_config\x18\t \x01(\x0b\x32\'.chalk.server.v1.ElasticsearchLogConfigR\x16\x65lasticsearchLogConfig\x12Q\n\x11\x63loudwatch_config\x18\n \x01(\x0b\x32$.chalk.server.v1.AWSCloudWatchConfigR\x10\x63loudwatchConfig\x12Z\n\x14secretmanager_config\x18\x0b \x01(\x0b\x32\'.chalk.server.v1.AWSSecretManagerConfigR\x13secretmanagerConfig\x12X\n\x15gcp_workload_identity\x18\x0c \x01(\x0b\x32$.chalk.server.v1.GCPWorkloadIdentityR\x13gcpWorkloadIdentityB\x0e\n\x0c_external_id"\xa0\x03\n\x0eGCPCloudConfig\x12\x1d\n\nproject_id\x18\x01 \x01(\tR\tprojectId\x12\x16\n\x06region\x18\x02 \x01(\tR\x06region\x12\x41\n\x1amanagement_service_account\x18\x03 \x01(\tH\x00R\x18managementServiceAccount\x88\x01\x01\x12R\n\x13\x64ocker_build_config\x18\x04 \x01(\x0b\x32".chalk.server.v1.DockerBuildConfigR\x11\x64ockerBuildConfig\x12Z\n\x14secretmanager_config\x18\x05 \x01(\x0b\x32\'.chalk.server.v1.GCPSecretManagerConfigR\x13secretmanagerConfig\x12\x45\n\rregion_config\x18\x06 \x01(\x0b\x32 .chalk.server.v1.GCPRegionConfigR\x0cregionConfigB\x1d\n\x1b_management_service_account"Z\n\x1c\x41zureContainerRegistryConfig\x12(\n\rregistry_name\x18\x01 \x01(\tH\x00R\x0cregistryName\x88\x01\x01\x42\x10\n\x0e_registry_name"H\n\x13\x41zureKeyVaultConfig\x12"\n\nvault_name\x18\x01 \x01(\tH\x00R\tvaultName\x88\x01\x01\x42\r\n\x0b_vault_name"\x80\x04\n\x10\x41zureCloudConfig\x12\'\n\x0fsubscription_id\x18\x01 \x01(\tR\x0esubscriptionId\x12\x1b\n\ttenant_id\x18\x02 \x01(\tR\x08tenantId\x12\x16\n\x06region\x18\x03 \x01(\tR\x06region\x12%\n\x0eresource_group\x18\x04 \x01(\tR\rresourceGroup\x12R\n\x13\x64ocker_build_config\x18\x06 \x01(\x0b\x32".chalk.server.v1.DockerBuildConfigR\x11\x64ockerBuildConfig\x12i\n\x19\x63ontainer_registry_config\x18\x07 \x01(\x0b\x32-.chalk.server.v1.AzureContainerRegistryConfigR\x17\x63ontainerRegistryConfig\x12N\n\x10key_vault_config\x18\x08 \x01(\x0b\x32$.chalk.server.v1.AzureKeyVaultConfigR\x0ekeyVaultConfig\x12X\n\x15gcp_workload_identity\x18\t \x01(\x0b\x32$.chalk.server.v1.GCPWorkloadIdentityR\x13gcpWorkloadIdentity"\xbc\x01\n\x0b\x43loudConfig\x12\x33\n\x03\x61ws\x18\x01 \x01(\x0b\x32\x1f.chalk.server.v1.AWSCloudConfigH\x00R\x03\x61ws\x12\x33\n\x03gcp\x18\x02 \x01(\x0b\x32\x1f.chalk.server.v1.GCPCloudConfigH\x00R\x03gcp\x12\x39\n\x05\x61zure\x18\x03 \x01(\x0b\x32!.chalk.server.v1.AzureCloudConfigH\x00R\x05\x61zureB\x08\n\x06\x63onfig"\xdb\x01\n\x1e\x45nvironmentObjectStorageConfig\x12%\n\x0e\x64\x61taset_bucket\x18\x01 \x01(\tR\rdatasetBucket\x12,\n\x12plan_stages_bucket\x18\x02 \x01(\tR\x10planStagesBucket\x12\x30\n\x14source_bundle_bucket\x18\x03 \x01(\tR\x12sourceBundleBucket\x12\x32\n\x15model_registry_bucket\x18\x04 \x01(\tR\x13modelRegistryBucket"\xfe&\n\x0b\x45nvironment\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x1d\n\nproject_id\x18\x02 \x01(\tR\tprojectId\x12\x0e\n\x02id\x18\x03 \x01(\tR\x02id\x12\x17\n\x07team_id\x18\x04 \x01(\tR\x06teamId\x12\x35\n\x14\x61\x63tive_deployment_id\x18\x05 \x01(\tH\x00R\x12\x61\x63tiveDeploymentId\x88\x01\x01\x12"\n\nworker_url\x18\x06 \x01(\tH\x01R\tworkerUrl\x88\x01\x01\x12$\n\x0bservice_url\x18\x07 \x01(\tH\x02R\nserviceUrl\x88\x01\x01\x12"\n\nbranch_url\x18\x08 \x01(\tH\x03R\tbranchUrl\x88\x01\x01\x12\x35\n\x14offline_store_secret\x18\t \x01(\tH\x04R\x12offlineStoreSecret\x88\x01\x01\x12\x33\n\x13online_store_secret\x18\n \x01(\tH\x05R\x11onlineStoreSecret\x88\x01\x01\x12\x35\n\x14\x66\x65\x61ture_store_secret\x18\x0b \x01(\tH\x06R\x12\x66\x65\x61tureStoreSecret\x88\x01\x01\x12,\n\x0fpostgres_secret\x18\x0c \x01(\tH\x07R\x0epostgresSecret\x88\x01\x01\x12/\n\x11online_store_kind\x18\r \x01(\tH\x08R\x0fonlineStoreKind\x88\x01\x01\x12\x1c\n\x07\x65mq_uri\x18\x0e \x01(\tH\tR\x06\x65mqUri\x88\x01\x01\x12\x31\n\x12vpc_connector_name\x18\x0f \x01(\tH\nR\x10vpcConnectorName\x88\x01\x01\x12/\n\x11kube_cluster_name\x18\x10 \x01(\tH\x0bR\x0fkubeClusterName\x88\x01\x01\x12<\n\x18\x62ranch_kube_cluster_name\x18\x11 \x01(\tH\x0cR\x15\x62ranchKubeClusterName\x88\x01\x01\x12<\n\x18\x65ngine_kube_cluster_name\x18\x12 \x01(\tH\rR\x15\x65ngineKubeClusterName\x88\x01\x01\x12I\n\x1fshadow_engine_kube_cluster_name\x18\x13 \x01(\tH\x0eR\x1bshadowEngineKubeClusterName\x88\x01\x01\x12\x31\n\x12kube_job_namespace\x18\x14 \x01(\tH\x0fR\x10kubeJobNamespace\x88\x01\x01\x12\x39\n\x16kube_preview_namespace\x18\x15 \x01(\tH\x10R\x14kubePreviewNamespace\x88\x01\x01\x12>\n\x19kube_service_account_name\x18\x16 \x01(\tH\x11R\x16kubeServiceAccountName\x88\x01\x01\x12\x42\n\x1bstreaming_query_service_uri\x18\x17 \x01(\tH\x12R\x18streamingQueryServiceUri\x88\x01\x01\x12`\n.skip_offline_writes_for_online_cached_features\x18\x18 \x01(\x08R(skipOfflineWritesForOnlineCachedFeatures\x12-\n\x10result_bus_topic\x18\x19 \x01(\tH\x13R\x0eresultBusTopic\x88\x01\x01\x12;\n\x17online_persistence_mode\x18\x1a \x01(\tH\x14R\x15onlinePersistenceMode\x88\x01\x01\x12/\n\x11metrics_bus_topic\x18\x1b \x01(\tH\x15R\x0fmetricsBusTopic\x88\x01\x01\x12\x39\n\x16\x62igtable_instance_name\x18\x1c \x01(\tH\x16R\x14\x62igtableInstanceName\x88\x01\x01\x12\x33\n\x13\x62igtable_table_name\x18\x1d \x01(\tH\x17R\x11\x62igtableTableName\x88\x01\x01\x12\x37\n\x15\x63loud_account_locator\x18\x1e \x01(\tH\x18R\x13\x63loudAccountLocator\x88\x01\x01\x12&\n\x0c\x63loud_region\x18\x1f \x01(\tH\x19R\x0b\x63loudRegion\x88\x01\x01\x12-\n\x10\x63loud_tenancy_id\x18 \x01(\tH\x1aR\x0e\x63loudTenancyId\x88\x01\x01\x12\x35\n\x14source_bundle_bucket\x18! \x01(\tH\x1bR\x12sourceBundleBucket\x88\x01\x01\x12\x42\n\x1b\x65ngine_docker_registry_path\x18" \x01(\tH\x1cR\x18\x65ngineDockerRegistryPath\x88\x01\x01\x12,\n\x0f\x64\x65\x66\x61ult_planner\x18# \x01(\tH\x1dR\x0e\x64\x65\x66\x61ultPlanner\x88\x01\x01\x12\x63\n\x13\x61\x64\x64itional_env_vars\x18$ \x03(\x0b\x32\x33.chalk.server.v1.Environment.AdditionalEnvVarsEntryR\x11\x61\x64\x64itionalEnvVars\x12p\n\x18\x61\x64\x64itional_cron_env_vars\x18% \x03(\x0b\x32\x37.chalk.server.v1.Environment.AdditionalCronEnvVarsEntryR\x15\x61\x64\x64itionalCronEnvVars\x12=\n\x18private_pip_repositories\x18& \x01(\tH\x1eR\x16privatePipRepositories\x88\x01\x01\x12\x1d\n\nis_sandbox\x18\' \x01(\x08R\tisSandbox\x12I\n\x0e\x63loud_provider\x18) \x01(\x0e\x32".chalk.server.v1.CloudProviderKindR\rcloudProvider\x12\x44\n\x0c\x63loud_config\x18* \x01(\x0b\x32\x1c.chalk.server.v1.CloudConfigH\x1fR\x0b\x63loudConfig\x88\x01\x01\x12Z\n\x10spec_config_json\x18( \x03(\x0b\x32\x30.chalk.server.v1.Environment.SpecConfigJsonEntryR\x0especConfigJson\x12@\n\x0b\x61rchived_at\x18+ \x01(\x0b\x32\x1a.google.protobuf.TimestampH R\narchivedAt\x88\x01\x01\x12S\n$metadata_server_metrics_store_secret\x18, \x01(\tH!R metadataServerMetricsStoreSecret\x88\x01\x01\x12M\n!query_server_metrics_store_secret\x18- \x01(\tH"R\x1dqueryServerMetricsStoreSecret\x88\x01\x01\x12/\n\x11pinned_base_image\x18. \x01(\tH#R\x0fpinnedBaseImage\x88\x01\x01\x12\x31\n\x12\x63luster_gateway_id\x18/ \x01(\tH$R\x10\x63lusterGatewayId\x88\x01\x01\x12\x39\n\x16\x63luster_timescaledb_id\x18\x30 \x01(\tH%R\x14\x63lusterTimescaledbId\x88\x01\x01\x12T\n$background_persistence_deployment_id\x18\x31 \x01(\tH&R!backgroundPersistenceDeploymentId\x88\x01\x01\x12\x65\n\x13\x65nvironment_buckets\x18\x32 \x01(\x0b\x32/.chalk.server.v1.EnvironmentObjectStorageConfigH\'R\x12\x65nvironmentBuckets\x88\x01\x01\x12\x41\n\x1a\x63luster_timescaledb_secret\x18\x33 \x01(\tH(R\x18\x63lusterTimescaledbSecret\x88\x01\x01\x12+\n\x0fgrpc_engine_url\x18\x34 \x01(\tH)R\rgrpcEngineUrl\x88\x01\x01\x12/\n\x11kube_cluster_mode\x18\x35 \x01(\tH*R\x0fkubeClusterMode\x88\x01\x01\x12(\n\rdashboard_url\x18\x36 \x01(\tH+R\x0c\x64\x61shboardUrl\x88\x01\x01\x12+\n\x0fkube_cluster_id\x18\x37 \x01(\tH,R\rkubeClusterId\x88\x01\x01\x12\x1d\n\x07managed\x18\x38 \x01(\x08H-R\x07managed\x88\x01\x01\x12;\n\x17telemetry_deployment_id\x18\x39 \x01(\tH.R\x15telemetryDeploymentId\x88\x01\x01\x12\x42\n\x0csuspended_at\x18: \x01(\x0b\x32\x1a.google.protobuf.TimestampH/R\x0bsuspendedAt\x88\x01\x01\x12`\n\x15\x64\x65\x66\x61ult_build_profile\x18; \x01(\x0e\x32\'.chalk.server.v1.DeploymentBuildProfileH0R\x13\x64\x65\x66\x61ultBuildProfile\x88\x01\x01\x12H\n\x0evector_db_kind\x18< \x01(\x0e\x32\x1d.chalk.server.v1.VectorDBKindH1R\x0cvectorDbKind\x88\x01\x01\x12-\n\x10vector_db_secret\x18= \x01(\tH2R\x0evectorDbSecret\x88\x01\x01\x1a\x44\n\x16\x41\x64\x64itionalEnvVarsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x1aH\n\x1a\x41\x64\x64itionalCronEnvVarsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x1aY\n\x13SpecConfigJsonEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12,\n\x05value\x18\x02 \x01(\x0b\x32\x16.google.protobuf.ValueR\x05value:\x02\x38\x01\x42\x17\n\x15_active_deployment_idB\r\n\x0b_worker_urlB\x0e\n\x0c_service_urlB\r\n\x0b_branch_urlB\x17\n\x15_offline_store_secretB\x16\n\x14_online_store_secretB\x17\n\x15_feature_store_secretB\x12\n\x10_postgres_secretB\x14\n\x12_online_store_kindB\n\n\x08_emq_uriB\x15\n\x13_vpc_connector_nameB\x14\n\x12_kube_cluster_nameB\x1b\n\x19_branch_kube_cluster_nameB\x1b\n\x19_engine_kube_cluster_nameB"\n _shadow_engine_kube_cluster_nameB\x15\n\x13_kube_job_namespaceB\x19\n\x17_kube_preview_namespaceB\x1c\n\x1a_kube_service_account_nameB\x1e\n\x1c_streaming_query_service_uriB\x13\n\x11_result_bus_topicB\x1a\n\x18_online_persistence_modeB\x14\n\x12_metrics_bus_topicB\x19\n\x17_bigtable_instance_nameB\x16\n\x14_bigtable_table_nameB\x18\n\x16_cloud_account_locatorB\x0f\n\r_cloud_regionB\x13\n\x11_cloud_tenancy_idB\x17\n\x15_source_bundle_bucketB\x1e\n\x1c_engine_docker_registry_pathB\x12\n\x10_default_plannerB\x1b\n\x19_private_pip_repositoriesB\x0f\n\r_cloud_configB\x0e\n\x0c_archived_atB\'\n%_metadata_server_metrics_store_secretB$\n"_query_server_metrics_store_secretB\x14\n\x12_pinned_base_imageB\x15\n\x13_cluster_gateway_idB\x19\n\x17_cluster_timescaledb_idB\'\n%_background_persistence_deployment_idB\x16\n\x14_environment_bucketsB\x1d\n\x1b_cluster_timescaledb_secretB\x12\n\x10_grpc_engine_urlB\x14\n\x12_kube_cluster_modeB\x10\n\x0e_dashboard_urlB\x12\n\x10_kube_cluster_idB\n\n\x08_managedB\x1a\n\x18_telemetry_deployment_idB\x0f\n\r_suspended_atB\x18\n\x16_default_build_profileB\x11\n\x0f_vector_db_kindB\x13\n\x11_vector_db_secret*\xb2\x01\n\x11\x43loudProviderKind\x12#\n\x1f\x43LOUD_PROVIDER_KIND_UNSPECIFIED\x10\x00\x12\x1f\n\x1b\x43LOUD_PROVIDER_KIND_UNKNOWN\x10\x01\x12\x1b\n\x17\x43LOUD_PROVIDER_KIND_GCP\x10\x02\x12\x1b\n\x17\x43LOUD_PROVIDER_KIND_AWS\x10\x03\x12\x1d\n\x19\x43LOUD_PROVIDER_KIND_AZURE\x10\x04*\x85\x01\n\x0cVectorDBKind\x12\x1e\n\x1aVECTOR_DB_KIND_UNSPECIFIED\x10\x00\x12\x1d\n\x19VECTOR_DB_KIND_OPENSEARCH\x10\x01\x12\x1b\n\x17VECTOR_DB_KIND_PGVECTOR\x10\x02\x12\x19\n\x15VECTOR_DB_KIND_MILVUS\x10\x03*\xf4\x01\n\x16\x44\x65ploymentBuildProfile\x12(\n$DEPLOYMENT_BUILD_PROFILE_UNSPECIFIED\x10\x00\x12,\n(DEPLOYMENT_BUILD_PROFILE_O3_NO_PROFILING\x10\x01\x12)\n%DEPLOYMENT_BUILD_PROFILE_O3_PROFILING\x10\x02\x12,\n(DEPLOYMENT_BUILD_PROFILE_O2_NO_PROFILING\x10\x03\x12)\n%DEPLOYMENT_BUILD_PROFILE_O2_PROFILING\x10\x04\x42\x99\x01\n\x13\x63om.chalk.server.v1B\x10\x45nvironmentProtoP\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'
|
|
22
22
|
)
|
|
23
23
|
|
|
24
24
|
_globals = globals()
|
|
@@ -43,8 +43,12 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
43
43
|
_globals["_ENVIRONMENT_ADDITIONALCRONENVVARSENTRY"]._serialized_options = b"8\001"
|
|
44
44
|
_globals["_ENVIRONMENT_SPECCONFIGJSONENTRY"]._options = None
|
|
45
45
|
_globals["_ENVIRONMENT_SPECCONFIGJSONENTRY"]._serialized_options = b"8\001"
|
|
46
|
-
_globals["_CLOUDPROVIDERKIND"]._serialized_start =
|
|
47
|
-
_globals["_CLOUDPROVIDERKIND"]._serialized_end =
|
|
46
|
+
_globals["_CLOUDPROVIDERKIND"]._serialized_start = 8832
|
|
47
|
+
_globals["_CLOUDPROVIDERKIND"]._serialized_end = 9010
|
|
48
|
+
_globals["_VECTORDBKIND"]._serialized_start = 9013
|
|
49
|
+
_globals["_VECTORDBKIND"]._serialized_end = 9146
|
|
50
|
+
_globals["_DEPLOYMENTBUILDPROFILE"]._serialized_start = 9149
|
|
51
|
+
_globals["_DEPLOYMENTBUILDPROFILE"]._serialized_end = 9393
|
|
48
52
|
_globals["_AWSCLOUDWATCHCONFIG"]._serialized_start = 117
|
|
49
53
|
_globals["_AWSCLOUDWATCHCONFIG"]._serialized_end = 240
|
|
50
54
|
_globals["_AWSSECRETMANAGERCONFIG"]._serialized_start = 243
|
|
@@ -67,16 +71,22 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
67
71
|
_globals["_AWSCLOUDCONFIG"]._serialized_end = 2323
|
|
68
72
|
_globals["_GCPCLOUDCONFIG"]._serialized_start = 2326
|
|
69
73
|
_globals["_GCPCLOUDCONFIG"]._serialized_end = 2742
|
|
70
|
-
_globals["
|
|
71
|
-
_globals["
|
|
72
|
-
_globals["
|
|
73
|
-
_globals["
|
|
74
|
-
_globals["
|
|
75
|
-
_globals["
|
|
76
|
-
_globals["
|
|
77
|
-
_globals["
|
|
78
|
-
_globals["
|
|
79
|
-
_globals["
|
|
80
|
-
_globals["
|
|
81
|
-
_globals["
|
|
74
|
+
_globals["_AZURECONTAINERREGISTRYCONFIG"]._serialized_start = 2744
|
|
75
|
+
_globals["_AZURECONTAINERREGISTRYCONFIG"]._serialized_end = 2834
|
|
76
|
+
_globals["_AZUREKEYVAULTCONFIG"]._serialized_start = 2836
|
|
77
|
+
_globals["_AZUREKEYVAULTCONFIG"]._serialized_end = 2908
|
|
78
|
+
_globals["_AZURECLOUDCONFIG"]._serialized_start = 2911
|
|
79
|
+
_globals["_AZURECLOUDCONFIG"]._serialized_end = 3423
|
|
80
|
+
_globals["_CLOUDCONFIG"]._serialized_start = 3426
|
|
81
|
+
_globals["_CLOUDCONFIG"]._serialized_end = 3614
|
|
82
|
+
_globals["_ENVIRONMENTOBJECTSTORAGECONFIG"]._serialized_start = 3617
|
|
83
|
+
_globals["_ENVIRONMENTOBJECTSTORAGECONFIG"]._serialized_end = 3836
|
|
84
|
+
_globals["_ENVIRONMENT"]._serialized_start = 3839
|
|
85
|
+
_globals["_ENVIRONMENT"]._serialized_end = 8829
|
|
86
|
+
_globals["_ENVIRONMENT_ADDITIONALENVVARSENTRY"]._serialized_start = 7371
|
|
87
|
+
_globals["_ENVIRONMENT_ADDITIONALENVVARSENTRY"]._serialized_end = 7439
|
|
88
|
+
_globals["_ENVIRONMENT_ADDITIONALCRONENVVARSENTRY"]._serialized_start = 7441
|
|
89
|
+
_globals["_ENVIRONMENT_ADDITIONALCRONENVVARSENTRY"]._serialized_end = 7513
|
|
90
|
+
_globals["_ENVIRONMENT_SPECCONFIGJSONENTRY"]._serialized_start = 7515
|
|
91
|
+
_globals["_ENVIRONMENT_SPECCONFIGJSONENTRY"]._serialized_end = 7604
|
|
82
92
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -20,11 +20,37 @@ class CloudProviderKind(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
|
20
20
|
CLOUD_PROVIDER_KIND_UNKNOWN: _ClassVar[CloudProviderKind]
|
|
21
21
|
CLOUD_PROVIDER_KIND_GCP: _ClassVar[CloudProviderKind]
|
|
22
22
|
CLOUD_PROVIDER_KIND_AWS: _ClassVar[CloudProviderKind]
|
|
23
|
+
CLOUD_PROVIDER_KIND_AZURE: _ClassVar[CloudProviderKind]
|
|
24
|
+
|
|
25
|
+
class VectorDBKind(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
26
|
+
__slots__ = ()
|
|
27
|
+
VECTOR_DB_KIND_UNSPECIFIED: _ClassVar[VectorDBKind]
|
|
28
|
+
VECTOR_DB_KIND_OPENSEARCH: _ClassVar[VectorDBKind]
|
|
29
|
+
VECTOR_DB_KIND_PGVECTOR: _ClassVar[VectorDBKind]
|
|
30
|
+
VECTOR_DB_KIND_MILVUS: _ClassVar[VectorDBKind]
|
|
31
|
+
|
|
32
|
+
class DeploymentBuildProfile(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
33
|
+
__slots__ = ()
|
|
34
|
+
DEPLOYMENT_BUILD_PROFILE_UNSPECIFIED: _ClassVar[DeploymentBuildProfile]
|
|
35
|
+
DEPLOYMENT_BUILD_PROFILE_O3_NO_PROFILING: _ClassVar[DeploymentBuildProfile]
|
|
36
|
+
DEPLOYMENT_BUILD_PROFILE_O3_PROFILING: _ClassVar[DeploymentBuildProfile]
|
|
37
|
+
DEPLOYMENT_BUILD_PROFILE_O2_NO_PROFILING: _ClassVar[DeploymentBuildProfile]
|
|
38
|
+
DEPLOYMENT_BUILD_PROFILE_O2_PROFILING: _ClassVar[DeploymentBuildProfile]
|
|
23
39
|
|
|
24
40
|
CLOUD_PROVIDER_KIND_UNSPECIFIED: CloudProviderKind
|
|
25
41
|
CLOUD_PROVIDER_KIND_UNKNOWN: CloudProviderKind
|
|
26
42
|
CLOUD_PROVIDER_KIND_GCP: CloudProviderKind
|
|
27
43
|
CLOUD_PROVIDER_KIND_AWS: CloudProviderKind
|
|
44
|
+
CLOUD_PROVIDER_KIND_AZURE: CloudProviderKind
|
|
45
|
+
VECTOR_DB_KIND_UNSPECIFIED: VectorDBKind
|
|
46
|
+
VECTOR_DB_KIND_OPENSEARCH: VectorDBKind
|
|
47
|
+
VECTOR_DB_KIND_PGVECTOR: VectorDBKind
|
|
48
|
+
VECTOR_DB_KIND_MILVUS: VectorDBKind
|
|
49
|
+
DEPLOYMENT_BUILD_PROFILE_UNSPECIFIED: DeploymentBuildProfile
|
|
50
|
+
DEPLOYMENT_BUILD_PROFILE_O3_NO_PROFILING: DeploymentBuildProfile
|
|
51
|
+
DEPLOYMENT_BUILD_PROFILE_O3_PROFILING: DeploymentBuildProfile
|
|
52
|
+
DEPLOYMENT_BUILD_PROFILE_O2_NO_PROFILING: DeploymentBuildProfile
|
|
53
|
+
DEPLOYMENT_BUILD_PROFILE_O2_PROFILING: DeploymentBuildProfile
|
|
28
54
|
|
|
29
55
|
class AWSCloudWatchConfig(_message.Message):
|
|
30
56
|
__slots__ = ("log_group_path", "log_group_paths")
|
|
@@ -226,16 +252,70 @@ class GCPCloudConfig(_message.Message):
|
|
|
226
252
|
region_config: _Optional[_Union[GCPRegionConfig, _Mapping]] = ...,
|
|
227
253
|
) -> None: ...
|
|
228
254
|
|
|
255
|
+
class AzureContainerRegistryConfig(_message.Message):
|
|
256
|
+
__slots__ = ("registry_name",)
|
|
257
|
+
REGISTRY_NAME_FIELD_NUMBER: _ClassVar[int]
|
|
258
|
+
registry_name: str
|
|
259
|
+
def __init__(self, registry_name: _Optional[str] = ...) -> None: ...
|
|
260
|
+
|
|
261
|
+
class AzureKeyVaultConfig(_message.Message):
|
|
262
|
+
__slots__ = ("vault_name",)
|
|
263
|
+
VAULT_NAME_FIELD_NUMBER: _ClassVar[int]
|
|
264
|
+
vault_name: str
|
|
265
|
+
def __init__(self, vault_name: _Optional[str] = ...) -> None: ...
|
|
266
|
+
|
|
267
|
+
class AzureCloudConfig(_message.Message):
|
|
268
|
+
__slots__ = (
|
|
269
|
+
"subscription_id",
|
|
270
|
+
"tenant_id",
|
|
271
|
+
"region",
|
|
272
|
+
"resource_group",
|
|
273
|
+
"docker_build_config",
|
|
274
|
+
"container_registry_config",
|
|
275
|
+
"key_vault_config",
|
|
276
|
+
"gcp_workload_identity",
|
|
277
|
+
)
|
|
278
|
+
SUBSCRIPTION_ID_FIELD_NUMBER: _ClassVar[int]
|
|
279
|
+
TENANT_ID_FIELD_NUMBER: _ClassVar[int]
|
|
280
|
+
REGION_FIELD_NUMBER: _ClassVar[int]
|
|
281
|
+
RESOURCE_GROUP_FIELD_NUMBER: _ClassVar[int]
|
|
282
|
+
DOCKER_BUILD_CONFIG_FIELD_NUMBER: _ClassVar[int]
|
|
283
|
+
CONTAINER_REGISTRY_CONFIG_FIELD_NUMBER: _ClassVar[int]
|
|
284
|
+
KEY_VAULT_CONFIG_FIELD_NUMBER: _ClassVar[int]
|
|
285
|
+
GCP_WORKLOAD_IDENTITY_FIELD_NUMBER: _ClassVar[int]
|
|
286
|
+
subscription_id: str
|
|
287
|
+
tenant_id: str
|
|
288
|
+
region: str
|
|
289
|
+
resource_group: str
|
|
290
|
+
docker_build_config: DockerBuildConfig
|
|
291
|
+
container_registry_config: AzureContainerRegistryConfig
|
|
292
|
+
key_vault_config: AzureKeyVaultConfig
|
|
293
|
+
gcp_workload_identity: GCPWorkloadIdentity
|
|
294
|
+
def __init__(
|
|
295
|
+
self,
|
|
296
|
+
subscription_id: _Optional[str] = ...,
|
|
297
|
+
tenant_id: _Optional[str] = ...,
|
|
298
|
+
region: _Optional[str] = ...,
|
|
299
|
+
resource_group: _Optional[str] = ...,
|
|
300
|
+
docker_build_config: _Optional[_Union[DockerBuildConfig, _Mapping]] = ...,
|
|
301
|
+
container_registry_config: _Optional[_Union[AzureContainerRegistryConfig, _Mapping]] = ...,
|
|
302
|
+
key_vault_config: _Optional[_Union[AzureKeyVaultConfig, _Mapping]] = ...,
|
|
303
|
+
gcp_workload_identity: _Optional[_Union[GCPWorkloadIdentity, _Mapping]] = ...,
|
|
304
|
+
) -> None: ...
|
|
305
|
+
|
|
229
306
|
class CloudConfig(_message.Message):
|
|
230
|
-
__slots__ = ("aws", "gcp")
|
|
307
|
+
__slots__ = ("aws", "gcp", "azure")
|
|
231
308
|
AWS_FIELD_NUMBER: _ClassVar[int]
|
|
232
309
|
GCP_FIELD_NUMBER: _ClassVar[int]
|
|
310
|
+
AZURE_FIELD_NUMBER: _ClassVar[int]
|
|
233
311
|
aws: AWSCloudConfig
|
|
234
312
|
gcp: GCPCloudConfig
|
|
313
|
+
azure: AzureCloudConfig
|
|
235
314
|
def __init__(
|
|
236
315
|
self,
|
|
237
316
|
aws: _Optional[_Union[AWSCloudConfig, _Mapping]] = ...,
|
|
238
317
|
gcp: _Optional[_Union[GCPCloudConfig, _Mapping]] = ...,
|
|
318
|
+
azure: _Optional[_Union[AzureCloudConfig, _Mapping]] = ...,
|
|
239
319
|
) -> None: ...
|
|
240
320
|
|
|
241
321
|
class EnvironmentObjectStorageConfig(_message.Message):
|
|
@@ -316,6 +396,9 @@ class Environment(_message.Message):
|
|
|
316
396
|
"managed",
|
|
317
397
|
"telemetry_deployment_id",
|
|
318
398
|
"suspended_at",
|
|
399
|
+
"default_build_profile",
|
|
400
|
+
"vector_db_kind",
|
|
401
|
+
"vector_db_secret",
|
|
319
402
|
)
|
|
320
403
|
class AdditionalEnvVarsEntry(_message.Message):
|
|
321
404
|
__slots__ = ("key", "value")
|
|
@@ -401,6 +484,9 @@ class Environment(_message.Message):
|
|
|
401
484
|
MANAGED_FIELD_NUMBER: _ClassVar[int]
|
|
402
485
|
TELEMETRY_DEPLOYMENT_ID_FIELD_NUMBER: _ClassVar[int]
|
|
403
486
|
SUSPENDED_AT_FIELD_NUMBER: _ClassVar[int]
|
|
487
|
+
DEFAULT_BUILD_PROFILE_FIELD_NUMBER: _ClassVar[int]
|
|
488
|
+
VECTOR_DB_KIND_FIELD_NUMBER: _ClassVar[int]
|
|
489
|
+
VECTOR_DB_SECRET_FIELD_NUMBER: _ClassVar[int]
|
|
404
490
|
name: str
|
|
405
491
|
project_id: str
|
|
406
492
|
id: str
|
|
@@ -459,6 +545,9 @@ class Environment(_message.Message):
|
|
|
459
545
|
managed: bool
|
|
460
546
|
telemetry_deployment_id: str
|
|
461
547
|
suspended_at: _timestamp_pb2.Timestamp
|
|
548
|
+
default_build_profile: DeploymentBuildProfile
|
|
549
|
+
vector_db_kind: VectorDBKind
|
|
550
|
+
vector_db_secret: str
|
|
462
551
|
def __init__(
|
|
463
552
|
self,
|
|
464
553
|
name: _Optional[str] = ...,
|
|
@@ -519,4 +608,7 @@ class Environment(_message.Message):
|
|
|
519
608
|
managed: bool = ...,
|
|
520
609
|
telemetry_deployment_id: _Optional[str] = ...,
|
|
521
610
|
suspended_at: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...,
|
|
611
|
+
default_build_profile: _Optional[_Union[DeploymentBuildProfile, str]] = ...,
|
|
612
|
+
vector_db_kind: _Optional[_Union[VectorDBKind, str]] = ...,
|
|
613
|
+
vector_db_secret: _Optional[str] = ...,
|
|
522
614
|
) -> None: ...
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: chalk/server/v1/eventbus.proto
|
|
4
|
+
# Protobuf Python Version: 4.25.3
|
|
5
|
+
"""Generated protocol buffer code."""
|
|
6
|
+
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
10
|
+
from google.protobuf.internal import builder as _builder
|
|
11
|
+
# @@protoc_insertion_point(imports)
|
|
12
|
+
|
|
13
|
+
_sym_db = _symbol_database.Default()
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
|
|
17
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
21
|
+
b'\n\x1e\x63halk/server/v1/eventbus.proto\x12\x0f\x63halk.server.v1\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto"\xdd\x02\n\x10\x45ventBusEnvelope\x12\x19\n\x08\x65vent_id\x18\x01 \x01(\tR\x07\x65ventId\x12\x39\n\ncreated_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12%\n\x0e\x65nvironment_id\x18\x03 \x01(\tR\renvironmentId\x12:\n\x07message\x18\x04 \x01(\x0b\x32 .chalk.server.v1.EventBusMessageR\x07message\x12Q\n\nattributes\x18\x05 \x03(\x0b\x32\x31.chalk.server.v1.EventBusEnvelope.AttributesEntryR\nattributes\x1a=\n\x0f\x41ttributesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01"b\n\x0f\x45ventBusMessage\x12\x44\n\rwebhook_event\x18\x01 \x01(\x0b\x32\x1d.chalk.server.v1.WebhookEventH\x00R\x0cwebhookEventB\t\n\x07payload"\x8f\x02\n\x0cWebhookEvent\x12!\n\nwebhook_id\x18\x01 \x01(\tB\x02\x18\x01R\twebhookId\x12"\n\x0csubscription\x18\x02 \x01(\tR\x0csubscription\x12\x31\n\x07payload\x18\x03 \x01(\x0b\x32\x17.google.protobuf.StructR\x07payload\x12\x43\n\x0f\x65vent_timestamp\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0e\x65ventTimestamp\x12,\n\x0fidempotency_key\x18\x05 \x01(\tH\x00R\x0eidempotencyKey\x88\x01\x01\x42\x12\n\x10_idempotency_keyB\x96\x01\n\x13\x63om.chalk.server.v1B\rEventbusProtoP\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'
|
|
22
|
+
)
|
|
23
|
+
|
|
24
|
+
_globals = globals()
|
|
25
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
26
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "chalk.server.v1.eventbus_pb2", _globals)
|
|
27
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
28
|
+
_globals["DESCRIPTOR"]._options = None
|
|
29
|
+
_globals[
|
|
30
|
+
"DESCRIPTOR"
|
|
31
|
+
]._serialized_options = b"\n\023com.chalk.server.v1B\rEventbusProtoP\001Z\022server/v1;serverv1\242\002\003CSX\252\002\017Chalk.Server.V1\312\002\017Chalk\\Server\\V1\342\002\033Chalk\\Server\\V1\\GPBMetadata\352\002\021Chalk::Server::V1"
|
|
32
|
+
_globals["_EVENTBUSENVELOPE_ATTRIBUTESENTRY"]._options = None
|
|
33
|
+
_globals["_EVENTBUSENVELOPE_ATTRIBUTESENTRY"]._serialized_options = b"8\001"
|
|
34
|
+
_globals["_WEBHOOKEVENT"].fields_by_name["webhook_id"]._options = None
|
|
35
|
+
_globals["_WEBHOOKEVENT"].fields_by_name["webhook_id"]._serialized_options = b"\030\001"
|
|
36
|
+
_globals["_EVENTBUSENVELOPE"]._serialized_start = 115
|
|
37
|
+
_globals["_EVENTBUSENVELOPE"]._serialized_end = 464
|
|
38
|
+
_globals["_EVENTBUSENVELOPE_ATTRIBUTESENTRY"]._serialized_start = 403
|
|
39
|
+
_globals["_EVENTBUSENVELOPE_ATTRIBUTESENTRY"]._serialized_end = 464
|
|
40
|
+
_globals["_EVENTBUSMESSAGE"]._serialized_start = 466
|
|
41
|
+
_globals["_EVENTBUSMESSAGE"]._serialized_end = 564
|
|
42
|
+
_globals["_WEBHOOKEVENT"]._serialized_start = 567
|
|
43
|
+
_globals["_WEBHOOKEVENT"]._serialized_end = 838
|
|
44
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
from google.protobuf import struct_pb2 as _struct_pb2
|
|
2
|
+
from google.protobuf import timestamp_pb2 as _timestamp_pb2
|
|
3
|
+
from google.protobuf.internal import containers as _containers
|
|
4
|
+
from google.protobuf import descriptor as _descriptor
|
|
5
|
+
from google.protobuf import message as _message
|
|
6
|
+
from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union
|
|
7
|
+
|
|
8
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
9
|
+
|
|
10
|
+
class EventBusEnvelope(_message.Message):
|
|
11
|
+
__slots__ = ("event_id", "created_at", "environment_id", "message", "attributes")
|
|
12
|
+
class AttributesEntry(_message.Message):
|
|
13
|
+
__slots__ = ("key", "value")
|
|
14
|
+
KEY_FIELD_NUMBER: _ClassVar[int]
|
|
15
|
+
VALUE_FIELD_NUMBER: _ClassVar[int]
|
|
16
|
+
key: str
|
|
17
|
+
value: str
|
|
18
|
+
def __init__(self, key: _Optional[str] = ..., value: _Optional[str] = ...) -> None: ...
|
|
19
|
+
|
|
20
|
+
EVENT_ID_FIELD_NUMBER: _ClassVar[int]
|
|
21
|
+
CREATED_AT_FIELD_NUMBER: _ClassVar[int]
|
|
22
|
+
ENVIRONMENT_ID_FIELD_NUMBER: _ClassVar[int]
|
|
23
|
+
MESSAGE_FIELD_NUMBER: _ClassVar[int]
|
|
24
|
+
ATTRIBUTES_FIELD_NUMBER: _ClassVar[int]
|
|
25
|
+
event_id: str
|
|
26
|
+
created_at: _timestamp_pb2.Timestamp
|
|
27
|
+
environment_id: str
|
|
28
|
+
message: EventBusMessage
|
|
29
|
+
attributes: _containers.ScalarMap[str, str]
|
|
30
|
+
def __init__(
|
|
31
|
+
self,
|
|
32
|
+
event_id: _Optional[str] = ...,
|
|
33
|
+
created_at: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...,
|
|
34
|
+
environment_id: _Optional[str] = ...,
|
|
35
|
+
message: _Optional[_Union[EventBusMessage, _Mapping]] = ...,
|
|
36
|
+
attributes: _Optional[_Mapping[str, str]] = ...,
|
|
37
|
+
) -> None: ...
|
|
38
|
+
|
|
39
|
+
class EventBusMessage(_message.Message):
|
|
40
|
+
__slots__ = ("webhook_event",)
|
|
41
|
+
WEBHOOK_EVENT_FIELD_NUMBER: _ClassVar[int]
|
|
42
|
+
webhook_event: WebhookEvent
|
|
43
|
+
def __init__(self, webhook_event: _Optional[_Union[WebhookEvent, _Mapping]] = ...) -> None: ...
|
|
44
|
+
|
|
45
|
+
class WebhookEvent(_message.Message):
|
|
46
|
+
__slots__ = ("webhook_id", "subscription", "payload", "event_timestamp", "idempotency_key")
|
|
47
|
+
WEBHOOK_ID_FIELD_NUMBER: _ClassVar[int]
|
|
48
|
+
SUBSCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
49
|
+
PAYLOAD_FIELD_NUMBER: _ClassVar[int]
|
|
50
|
+
EVENT_TIMESTAMP_FIELD_NUMBER: _ClassVar[int]
|
|
51
|
+
IDEMPOTENCY_KEY_FIELD_NUMBER: _ClassVar[int]
|
|
52
|
+
webhook_id: str
|
|
53
|
+
subscription: str
|
|
54
|
+
payload: _struct_pb2.Struct
|
|
55
|
+
event_timestamp: _timestamp_pb2.Timestamp
|
|
56
|
+
idempotency_key: str
|
|
57
|
+
def __init__(
|
|
58
|
+
self,
|
|
59
|
+
webhook_id: _Optional[str] = ...,
|
|
60
|
+
subscription: _Optional[str] = ...,
|
|
61
|
+
payload: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ...,
|
|
62
|
+
event_timestamp: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...,
|
|
63
|
+
idempotency_key: _Optional[str] = ...,
|
|
64
|
+
) -> None: ...
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: chalk/server/v1/files.proto
|
|
4
|
+
# Protobuf Python Version: 4.25.3
|
|
5
|
+
"""Generated protocol buffer code."""
|
|
6
|
+
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
10
|
+
from google.protobuf.internal import builder as _builder
|
|
11
|
+
# @@protoc_insertion_point(imports)
|
|
12
|
+
|
|
13
|
+
_sym_db = _symbol_database.Default()
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
20
|
+
b'\n\x1b\x63halk/server/v1/files.proto\x12\x0f\x63halk.server.v1\x1a\x1fgoogle/protobuf/timestamp.proto"\xec\x02\n\x04\x46ile\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x36\n\tfile_type\x18\x03 \x01(\x0e\x32\x19.chalk.server.v1.FileTypeR\x08\x66ileType\x12\x19\n\x08owner_id\x18\x04 \x01(\tR\x07ownerId\x12%\n\x0e\x65nvironment_id\x18\x05 \x01(\tR\renvironmentId\x12\x39\n\ncreated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12@\n\x0b\x61rchived_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\narchivedAt\x88\x01\x01\x42\x0e\n\x0c_archived_at"\x86\x01\n\x11\x43reateFileRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x36\n\tfile_type\x18\x02 \x01(\x0e\x32\x19.chalk.server.v1.FileTypeR\x08\x66ileType\x12%\n\x0e\x65nvironment_id\x18\x03 \x01(\tR\renvironmentId"?\n\x12\x43reateFileResponse\x12)\n\x04\x66ile\x18\x01 \x01(\x0b\x32\x15.chalk.server.v1.FileR\x04\x66ile" \n\x0eGetFileRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"<\n\x0fGetFileResponse\x12)\n\x04\x66ile\x18\x01 \x01(\x0b\x32\x15.chalk.server.v1.FileR\x04\x66ile"E\n\x11UpdateFileRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x17\n\x04name\x18\x02 \x01(\tH\x00R\x04name\x88\x01\x01\x42\x07\n\x05_name"?\n\x12UpdateFileResponse\x12)\n\x04\x66ile\x18\x01 \x01(\x0b\x32\x15.chalk.server.v1.FileR\x04\x66ile"#\n\x11\x44\x65leteFileRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"\x14\n\x12\x44\x65leteFileResponse"\\\n\x0fListFilesFilter\x12;\n\tfile_type\x18\x01 \x01(\x0e\x32\x19.chalk.server.v1.FileTypeH\x00R\x08\x66ileType\x88\x01\x01\x42\x0c\n\n_file_type"\xd0\x01\n\x10ListFilesRequest\x12%\n\x0e\x65nvironment_id\x18\x01 \x01(\tR\renvironmentId\x12=\n\x06\x66ilter\x18\x02 \x01(\x0b\x32 .chalk.server.v1.ListFilesFilterH\x00R\x06\x66ilter\x88\x01\x01\x12\x1b\n\x06\x63ursor\x18\x03 \x01(\tH\x01R\x06\x63ursor\x88\x01\x01\x12\x19\n\x05limit\x18\x04 \x01(\x05H\x02R\x05limit\x88\x01\x01\x42\t\n\x07_filterB\t\n\x07_cursorB\x08\n\x06_limit"h\n\x11ListFilesResponse\x12+\n\x05\x66iles\x18\x01 \x03(\x0b\x32\x15.chalk.server.v1.FileR\x05\x66iles\x12\x1b\n\x06\x63ursor\x18\x02 \x01(\tH\x00R\x06\x63ursor\x88\x01\x01\x42\t\n\x07_cursor"$\n\x12\x41rchiveFileRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"@\n\x13\x41rchiveFileResponse\x12)\n\x04\x66ile\x18\x01 \x01(\x0b\x32\x15.chalk.server.v1.FileR\x04\x66ile"&\n\x14UnarchiveFileRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"B\n\x15UnarchiveFileResponse\x12)\n\x04\x66ile\x18\x01 \x01(\x0b\x32\x15.chalk.server.v1.FileR\x04\x66ile*B\n\x08\x46ileType\x12\x19\n\x15\x46ILE_TYPE_UNSPECIFIED\x10\x00\x12\x1b\n\x17\x46ILE_TYPE_SQL_WORKSHEET\x10\x01\x42\x93\x01\n\x13\x63om.chalk.server.v1B\nFilesProtoP\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'
|
|
21
|
+
)
|
|
22
|
+
|
|
23
|
+
_globals = globals()
|
|
24
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
25
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "chalk.server.v1.files_pb2", _globals)
|
|
26
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
27
|
+
_globals["DESCRIPTOR"]._options = None
|
|
28
|
+
_globals[
|
|
29
|
+
"DESCRIPTOR"
|
|
30
|
+
]._serialized_options = b"\n\023com.chalk.server.v1B\nFilesProtoP\001Z\022server/v1;serverv1\242\002\003CSX\252\002\017Chalk.Server.V1\312\002\017Chalk\\Server\\V1\342\002\033Chalk\\Server\\V1\\GPBMetadata\352\002\021Chalk::Server::V1"
|
|
31
|
+
_globals["_FILETYPE"]._serialized_start = 1564
|
|
32
|
+
_globals["_FILETYPE"]._serialized_end = 1630
|
|
33
|
+
_globals["_FILE"]._serialized_start = 82
|
|
34
|
+
_globals["_FILE"]._serialized_end = 446
|
|
35
|
+
_globals["_CREATEFILEREQUEST"]._serialized_start = 449
|
|
36
|
+
_globals["_CREATEFILEREQUEST"]._serialized_end = 583
|
|
37
|
+
_globals["_CREATEFILERESPONSE"]._serialized_start = 585
|
|
38
|
+
_globals["_CREATEFILERESPONSE"]._serialized_end = 648
|
|
39
|
+
_globals["_GETFILEREQUEST"]._serialized_start = 650
|
|
40
|
+
_globals["_GETFILEREQUEST"]._serialized_end = 682
|
|
41
|
+
_globals["_GETFILERESPONSE"]._serialized_start = 684
|
|
42
|
+
_globals["_GETFILERESPONSE"]._serialized_end = 744
|
|
43
|
+
_globals["_UPDATEFILEREQUEST"]._serialized_start = 746
|
|
44
|
+
_globals["_UPDATEFILEREQUEST"]._serialized_end = 815
|
|
45
|
+
_globals["_UPDATEFILERESPONSE"]._serialized_start = 817
|
|
46
|
+
_globals["_UPDATEFILERESPONSE"]._serialized_end = 880
|
|
47
|
+
_globals["_DELETEFILEREQUEST"]._serialized_start = 882
|
|
48
|
+
_globals["_DELETEFILEREQUEST"]._serialized_end = 917
|
|
49
|
+
_globals["_DELETEFILERESPONSE"]._serialized_start = 919
|
|
50
|
+
_globals["_DELETEFILERESPONSE"]._serialized_end = 939
|
|
51
|
+
_globals["_LISTFILESFILTER"]._serialized_start = 941
|
|
52
|
+
_globals["_LISTFILESFILTER"]._serialized_end = 1033
|
|
53
|
+
_globals["_LISTFILESREQUEST"]._serialized_start = 1036
|
|
54
|
+
_globals["_LISTFILESREQUEST"]._serialized_end = 1244
|
|
55
|
+
_globals["_LISTFILESRESPONSE"]._serialized_start = 1246
|
|
56
|
+
_globals["_LISTFILESRESPONSE"]._serialized_end = 1350
|
|
57
|
+
_globals["_ARCHIVEFILEREQUEST"]._serialized_start = 1352
|
|
58
|
+
_globals["_ARCHIVEFILEREQUEST"]._serialized_end = 1388
|
|
59
|
+
_globals["_ARCHIVEFILERESPONSE"]._serialized_start = 1390
|
|
60
|
+
_globals["_ARCHIVEFILERESPONSE"]._serialized_end = 1454
|
|
61
|
+
_globals["_UNARCHIVEFILEREQUEST"]._serialized_start = 1456
|
|
62
|
+
_globals["_UNARCHIVEFILEREQUEST"]._serialized_end = 1494
|
|
63
|
+
_globals["_UNARCHIVEFILERESPONSE"]._serialized_start = 1496
|
|
64
|
+
_globals["_UNARCHIVEFILERESPONSE"]._serialized_end = 1562
|
|
65
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
from google.protobuf import timestamp_pb2 as _timestamp_pb2
|
|
2
|
+
from google.protobuf.internal import containers as _containers
|
|
3
|
+
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
|
4
|
+
from google.protobuf import descriptor as _descriptor
|
|
5
|
+
from google.protobuf import message as _message
|
|
6
|
+
from typing import (
|
|
7
|
+
ClassVar as _ClassVar,
|
|
8
|
+
Iterable as _Iterable,
|
|
9
|
+
Mapping as _Mapping,
|
|
10
|
+
Optional as _Optional,
|
|
11
|
+
Union as _Union,
|
|
12
|
+
)
|
|
13
|
+
|
|
14
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
15
|
+
|
|
16
|
+
class FileType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
17
|
+
__slots__ = ()
|
|
18
|
+
FILE_TYPE_UNSPECIFIED: _ClassVar[FileType]
|
|
19
|
+
FILE_TYPE_SQL_WORKSHEET: _ClassVar[FileType]
|
|
20
|
+
|
|
21
|
+
FILE_TYPE_UNSPECIFIED: FileType
|
|
22
|
+
FILE_TYPE_SQL_WORKSHEET: FileType
|
|
23
|
+
|
|
24
|
+
class File(_message.Message):
|
|
25
|
+
__slots__ = ("id", "name", "file_type", "owner_id", "environment_id", "created_at", "updated_at", "archived_at")
|
|
26
|
+
ID_FIELD_NUMBER: _ClassVar[int]
|
|
27
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
|
28
|
+
FILE_TYPE_FIELD_NUMBER: _ClassVar[int]
|
|
29
|
+
OWNER_ID_FIELD_NUMBER: _ClassVar[int]
|
|
30
|
+
ENVIRONMENT_ID_FIELD_NUMBER: _ClassVar[int]
|
|
31
|
+
CREATED_AT_FIELD_NUMBER: _ClassVar[int]
|
|
32
|
+
UPDATED_AT_FIELD_NUMBER: _ClassVar[int]
|
|
33
|
+
ARCHIVED_AT_FIELD_NUMBER: _ClassVar[int]
|
|
34
|
+
id: str
|
|
35
|
+
name: str
|
|
36
|
+
file_type: FileType
|
|
37
|
+
owner_id: str
|
|
38
|
+
environment_id: str
|
|
39
|
+
created_at: _timestamp_pb2.Timestamp
|
|
40
|
+
updated_at: _timestamp_pb2.Timestamp
|
|
41
|
+
archived_at: _timestamp_pb2.Timestamp
|
|
42
|
+
def __init__(
|
|
43
|
+
self,
|
|
44
|
+
id: _Optional[str] = ...,
|
|
45
|
+
name: _Optional[str] = ...,
|
|
46
|
+
file_type: _Optional[_Union[FileType, str]] = ...,
|
|
47
|
+
owner_id: _Optional[str] = ...,
|
|
48
|
+
environment_id: _Optional[str] = ...,
|
|
49
|
+
created_at: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...,
|
|
50
|
+
updated_at: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...,
|
|
51
|
+
archived_at: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...,
|
|
52
|
+
) -> None: ...
|
|
53
|
+
|
|
54
|
+
class CreateFileRequest(_message.Message):
|
|
55
|
+
__slots__ = ("name", "file_type", "environment_id")
|
|
56
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
|
57
|
+
FILE_TYPE_FIELD_NUMBER: _ClassVar[int]
|
|
58
|
+
ENVIRONMENT_ID_FIELD_NUMBER: _ClassVar[int]
|
|
59
|
+
name: str
|
|
60
|
+
file_type: FileType
|
|
61
|
+
environment_id: str
|
|
62
|
+
def __init__(
|
|
63
|
+
self,
|
|
64
|
+
name: _Optional[str] = ...,
|
|
65
|
+
file_type: _Optional[_Union[FileType, str]] = ...,
|
|
66
|
+
environment_id: _Optional[str] = ...,
|
|
67
|
+
) -> None: ...
|
|
68
|
+
|
|
69
|
+
class CreateFileResponse(_message.Message):
|
|
70
|
+
__slots__ = ("file",)
|
|
71
|
+
FILE_FIELD_NUMBER: _ClassVar[int]
|
|
72
|
+
file: File
|
|
73
|
+
def __init__(self, file: _Optional[_Union[File, _Mapping]] = ...) -> None: ...
|
|
74
|
+
|
|
75
|
+
class GetFileRequest(_message.Message):
|
|
76
|
+
__slots__ = ("id",)
|
|
77
|
+
ID_FIELD_NUMBER: _ClassVar[int]
|
|
78
|
+
id: str
|
|
79
|
+
def __init__(self, id: _Optional[str] = ...) -> None: ...
|
|
80
|
+
|
|
81
|
+
class GetFileResponse(_message.Message):
|
|
82
|
+
__slots__ = ("file",)
|
|
83
|
+
FILE_FIELD_NUMBER: _ClassVar[int]
|
|
84
|
+
file: File
|
|
85
|
+
def __init__(self, file: _Optional[_Union[File, _Mapping]] = ...) -> None: ...
|
|
86
|
+
|
|
87
|
+
class UpdateFileRequest(_message.Message):
|
|
88
|
+
__slots__ = ("id", "name")
|
|
89
|
+
ID_FIELD_NUMBER: _ClassVar[int]
|
|
90
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
|
91
|
+
id: str
|
|
92
|
+
name: str
|
|
93
|
+
def __init__(self, id: _Optional[str] = ..., name: _Optional[str] = ...) -> None: ...
|
|
94
|
+
|
|
95
|
+
class UpdateFileResponse(_message.Message):
|
|
96
|
+
__slots__ = ("file",)
|
|
97
|
+
FILE_FIELD_NUMBER: _ClassVar[int]
|
|
98
|
+
file: File
|
|
99
|
+
def __init__(self, file: _Optional[_Union[File, _Mapping]] = ...) -> None: ...
|
|
100
|
+
|
|
101
|
+
class DeleteFileRequest(_message.Message):
|
|
102
|
+
__slots__ = ("id",)
|
|
103
|
+
ID_FIELD_NUMBER: _ClassVar[int]
|
|
104
|
+
id: str
|
|
105
|
+
def __init__(self, id: _Optional[str] = ...) -> None: ...
|
|
106
|
+
|
|
107
|
+
class DeleteFileResponse(_message.Message):
|
|
108
|
+
__slots__ = ()
|
|
109
|
+
def __init__(self) -> None: ...
|
|
110
|
+
|
|
111
|
+
class ListFilesFilter(_message.Message):
|
|
112
|
+
__slots__ = ("file_type",)
|
|
113
|
+
FILE_TYPE_FIELD_NUMBER: _ClassVar[int]
|
|
114
|
+
file_type: FileType
|
|
115
|
+
def __init__(self, file_type: _Optional[_Union[FileType, str]] = ...) -> None: ...
|
|
116
|
+
|
|
117
|
+
class ListFilesRequest(_message.Message):
|
|
118
|
+
__slots__ = ("environment_id", "filter", "cursor", "limit")
|
|
119
|
+
ENVIRONMENT_ID_FIELD_NUMBER: _ClassVar[int]
|
|
120
|
+
FILTER_FIELD_NUMBER: _ClassVar[int]
|
|
121
|
+
CURSOR_FIELD_NUMBER: _ClassVar[int]
|
|
122
|
+
LIMIT_FIELD_NUMBER: _ClassVar[int]
|
|
123
|
+
environment_id: str
|
|
124
|
+
filter: ListFilesFilter
|
|
125
|
+
cursor: str
|
|
126
|
+
limit: int
|
|
127
|
+
def __init__(
|
|
128
|
+
self,
|
|
129
|
+
environment_id: _Optional[str] = ...,
|
|
130
|
+
filter: _Optional[_Union[ListFilesFilter, _Mapping]] = ...,
|
|
131
|
+
cursor: _Optional[str] = ...,
|
|
132
|
+
limit: _Optional[int] = ...,
|
|
133
|
+
) -> None: ...
|
|
134
|
+
|
|
135
|
+
class ListFilesResponse(_message.Message):
|
|
136
|
+
__slots__ = ("files", "cursor")
|
|
137
|
+
FILES_FIELD_NUMBER: _ClassVar[int]
|
|
138
|
+
CURSOR_FIELD_NUMBER: _ClassVar[int]
|
|
139
|
+
files: _containers.RepeatedCompositeFieldContainer[File]
|
|
140
|
+
cursor: str
|
|
141
|
+
def __init__(
|
|
142
|
+
self, files: _Optional[_Iterable[_Union[File, _Mapping]]] = ..., cursor: _Optional[str] = ...
|
|
143
|
+
) -> None: ...
|
|
144
|
+
|
|
145
|
+
class ArchiveFileRequest(_message.Message):
|
|
146
|
+
__slots__ = ("id",)
|
|
147
|
+
ID_FIELD_NUMBER: _ClassVar[int]
|
|
148
|
+
id: str
|
|
149
|
+
def __init__(self, id: _Optional[str] = ...) -> None: ...
|
|
150
|
+
|
|
151
|
+
class ArchiveFileResponse(_message.Message):
|
|
152
|
+
__slots__ = ("file",)
|
|
153
|
+
FILE_FIELD_NUMBER: _ClassVar[int]
|
|
154
|
+
file: File
|
|
155
|
+
def __init__(self, file: _Optional[_Union[File, _Mapping]] = ...) -> None: ...
|
|
156
|
+
|
|
157
|
+
class UnarchiveFileRequest(_message.Message):
|
|
158
|
+
__slots__ = ("id",)
|
|
159
|
+
ID_FIELD_NUMBER: _ClassVar[int]
|
|
160
|
+
id: str
|
|
161
|
+
def __init__(self, id: _Optional[str] = ...) -> None: ...
|
|
162
|
+
|
|
163
|
+
class UnarchiveFileResponse(_message.Message):
|
|
164
|
+
__slots__ = ("file",)
|
|
165
|
+
FILE_FIELD_NUMBER: _ClassVar[int]
|
|
166
|
+
file: File
|
|
167
|
+
def __init__(self, file: _Optional[_Union[File, _Mapping]] = ...) -> None: ...
|