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
|
@@ -7,7 +7,9 @@ from chalk._gen.chalk.nodepools.v1 import gke_pb2 as _gke_pb2
|
|
|
7
7
|
from chalk._gen.chalk.nodepools.v1 import karpenter_pb2 as _karpenter_pb2
|
|
8
8
|
from chalk._gen.chalk.server.v1 import deployment_pb2 as _deployment_pb2
|
|
9
9
|
from chalk._gen.chalk.server.v1 import environment_pb2 as _environment_pb2
|
|
10
|
+
from chalk._gen.chalk.server.v1 import graph_pb2 as _graph_pb2_1
|
|
10
11
|
from chalk._gen.chalk.server.v1 import log_pb2 as _log_pb2
|
|
12
|
+
from chalk._gen.chalk.utils.v1 import field_change_pb2 as _field_change_pb2
|
|
11
13
|
from google.protobuf import timestamp_pb2 as _timestamp_pb2
|
|
12
14
|
from google.protobuf.internal import containers as _containers
|
|
13
15
|
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
|
@@ -44,6 +46,18 @@ class BranchScalingState(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
|
44
46
|
BRANCH_SCALING_STATE_SUCCESS: _ClassVar[BranchScalingState]
|
|
45
47
|
BRANCH_SCALING_STATE_IN_PROGRESS: _ClassVar[BranchScalingState]
|
|
46
48
|
|
|
49
|
+
class BranchServerStatus(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
50
|
+
__slots__ = ()
|
|
51
|
+
BRANCH_SERVER_STATUS_UNSPECIFIED: _ClassVar[BranchServerStatus]
|
|
52
|
+
BRANCH_SERVER_STATUS_READY: _ClassVar[BranchServerStatus]
|
|
53
|
+
BRANCH_SERVER_STATUS_STARTING: _ClassVar[BranchServerStatus]
|
|
54
|
+
BRANCH_SERVER_STATUS_STOPPING: _ClassVar[BranchServerStatus]
|
|
55
|
+
BRANCH_SERVER_STATUS_PAUSED: _ClassVar[BranchServerStatus]
|
|
56
|
+
BRANCH_SERVER_STATUS_OFFLINE: _ClassVar[BranchServerStatus]
|
|
57
|
+
BRANCH_SERVER_STATUS_DISABLED: _ClassVar[BranchServerStatus]
|
|
58
|
+
BRANCH_SERVER_STATUS_NOT_CONFIGURED: _ClassVar[BranchServerStatus]
|
|
59
|
+
BRANCH_SERVER_STATUS_ERROR_COMMUNICATING: _ClassVar[BranchServerStatus]
|
|
60
|
+
|
|
47
61
|
DEPLOYMENT_BUILD_STATUS_UNSPECIFIED: DeploymentBuildStatus
|
|
48
62
|
DEPLOYMENT_BUILD_STATUS_UNKNOWN: DeploymentBuildStatus
|
|
49
63
|
DEPLOYMENT_BUILD_STATUS_PENDING: DeploymentBuildStatus
|
|
@@ -59,6 +73,15 @@ DEPLOYMENT_BUILD_STATUS_BOOT_ERRORS: DeploymentBuildStatus
|
|
|
59
73
|
BRANCH_SCALING_STATE_UNSPECIFIED: BranchScalingState
|
|
60
74
|
BRANCH_SCALING_STATE_SUCCESS: BranchScalingState
|
|
61
75
|
BRANCH_SCALING_STATE_IN_PROGRESS: BranchScalingState
|
|
76
|
+
BRANCH_SERVER_STATUS_UNSPECIFIED: BranchServerStatus
|
|
77
|
+
BRANCH_SERVER_STATUS_READY: BranchServerStatus
|
|
78
|
+
BRANCH_SERVER_STATUS_STARTING: BranchServerStatus
|
|
79
|
+
BRANCH_SERVER_STATUS_STOPPING: BranchServerStatus
|
|
80
|
+
BRANCH_SERVER_STATUS_PAUSED: BranchServerStatus
|
|
81
|
+
BRANCH_SERVER_STATUS_OFFLINE: BranchServerStatus
|
|
82
|
+
BRANCH_SERVER_STATUS_DISABLED: BranchServerStatus
|
|
83
|
+
BRANCH_SERVER_STATUS_NOT_CONFIGURED: BranchServerStatus
|
|
84
|
+
BRANCH_SERVER_STATUS_ERROR_COMMUNICATING: BranchServerStatus
|
|
62
85
|
|
|
63
86
|
class ActivateDeploymentTarget(_message.Message):
|
|
64
87
|
__slots__ = ("service_kind", "resource_group_name")
|
|
@@ -85,14 +108,18 @@ class ActivateDeploymentResponse(_message.Message):
|
|
|
85
108
|
def __init__(self) -> None: ...
|
|
86
109
|
|
|
87
110
|
class IndexDeploymentRequest(_message.Message):
|
|
88
|
-
__slots__ = ("existing_deployment_id",)
|
|
111
|
+
__slots__ = ("existing_deployment_id", "dry_run")
|
|
89
112
|
EXISTING_DEPLOYMENT_ID_FIELD_NUMBER: _ClassVar[int]
|
|
113
|
+
DRY_RUN_FIELD_NUMBER: _ClassVar[int]
|
|
90
114
|
existing_deployment_id: str
|
|
91
|
-
|
|
115
|
+
dry_run: bool
|
|
116
|
+
def __init__(self, existing_deployment_id: _Optional[str] = ..., dry_run: bool = ...) -> None: ...
|
|
92
117
|
|
|
93
118
|
class IndexDeploymentResponse(_message.Message):
|
|
94
|
-
__slots__ = ()
|
|
95
|
-
|
|
119
|
+
__slots__ = ("build_id",)
|
|
120
|
+
BUILD_ID_FIELD_NUMBER: _ClassVar[int]
|
|
121
|
+
build_id: str
|
|
122
|
+
def __init__(self, build_id: _Optional[str] = ...) -> None: ...
|
|
96
123
|
|
|
97
124
|
class DeployKubeComponentsRequest(_message.Message):
|
|
98
125
|
__slots__ = ("existing_deployment_id", "targets")
|
|
@@ -107,25 +134,40 @@ class DeployKubeComponentsRequest(_message.Message):
|
|
|
107
134
|
) -> None: ...
|
|
108
135
|
|
|
109
136
|
class DeployKubeComponentsResponse(_message.Message):
|
|
110
|
-
__slots__ = ()
|
|
111
|
-
|
|
137
|
+
__slots__ = ("nonfatal_errors",)
|
|
138
|
+
NONFATAL_ERRORS_FIELD_NUMBER: _ClassVar[int]
|
|
139
|
+
nonfatal_errors: _containers.RepeatedScalarFieldContainer[str]
|
|
140
|
+
def __init__(self, nonfatal_errors: _Optional[_Iterable[str]] = ...) -> None: ...
|
|
112
141
|
|
|
113
142
|
class RebuildDeploymentRequest(_message.Message):
|
|
114
|
-
__slots__ = (
|
|
143
|
+
__slots__ = (
|
|
144
|
+
"existing_deployment_id",
|
|
145
|
+
"new_image_tag",
|
|
146
|
+
"base_image_override",
|
|
147
|
+
"enable_profiling",
|
|
148
|
+
"build_profile",
|
|
149
|
+
"force_rebuild_dockerfile",
|
|
150
|
+
)
|
|
115
151
|
EXISTING_DEPLOYMENT_ID_FIELD_NUMBER: _ClassVar[int]
|
|
116
152
|
NEW_IMAGE_TAG_FIELD_NUMBER: _ClassVar[int]
|
|
117
153
|
BASE_IMAGE_OVERRIDE_FIELD_NUMBER: _ClassVar[int]
|
|
118
154
|
ENABLE_PROFILING_FIELD_NUMBER: _ClassVar[int]
|
|
155
|
+
BUILD_PROFILE_FIELD_NUMBER: _ClassVar[int]
|
|
156
|
+
FORCE_REBUILD_DOCKERFILE_FIELD_NUMBER: _ClassVar[int]
|
|
119
157
|
existing_deployment_id: str
|
|
120
158
|
new_image_tag: str
|
|
121
159
|
base_image_override: str
|
|
122
160
|
enable_profiling: bool
|
|
161
|
+
build_profile: _environment_pb2.DeploymentBuildProfile
|
|
162
|
+
force_rebuild_dockerfile: bool
|
|
123
163
|
def __init__(
|
|
124
164
|
self,
|
|
125
165
|
existing_deployment_id: _Optional[str] = ...,
|
|
126
166
|
new_image_tag: _Optional[str] = ...,
|
|
127
167
|
base_image_override: _Optional[str] = ...,
|
|
128
168
|
enable_profiling: bool = ...,
|
|
169
|
+
build_profile: _Optional[_Union[_environment_pb2.DeploymentBuildProfile, str]] = ...,
|
|
170
|
+
force_rebuild_dockerfile: bool = ...,
|
|
129
171
|
) -> None: ...
|
|
130
172
|
|
|
131
173
|
class RebuildDeploymentResponse(_message.Message):
|
|
@@ -141,17 +183,37 @@ class RedeployDeploymentRequest(_message.Message):
|
|
|
141
183
|
"deployment_tags",
|
|
142
184
|
"base_image_override",
|
|
143
185
|
"override_graph",
|
|
186
|
+
"build_profile",
|
|
187
|
+
"graph_mutations",
|
|
188
|
+
"customer_metadata",
|
|
189
|
+
"display_description",
|
|
144
190
|
)
|
|
191
|
+
class CustomerMetadataEntry(_message.Message):
|
|
192
|
+
__slots__ = ("key", "value")
|
|
193
|
+
KEY_FIELD_NUMBER: _ClassVar[int]
|
|
194
|
+
VALUE_FIELD_NUMBER: _ClassVar[int]
|
|
195
|
+
key: str
|
|
196
|
+
value: str
|
|
197
|
+
def __init__(self, key: _Optional[str] = ..., value: _Optional[str] = ...) -> None: ...
|
|
198
|
+
|
|
145
199
|
EXISTING_DEPLOYMENT_ID_FIELD_NUMBER: _ClassVar[int]
|
|
146
200
|
ENABLE_PROFILING_FIELD_NUMBER: _ClassVar[int]
|
|
147
201
|
DEPLOYMENT_TAGS_FIELD_NUMBER: _ClassVar[int]
|
|
148
202
|
BASE_IMAGE_OVERRIDE_FIELD_NUMBER: _ClassVar[int]
|
|
149
203
|
OVERRIDE_GRAPH_FIELD_NUMBER: _ClassVar[int]
|
|
204
|
+
BUILD_PROFILE_FIELD_NUMBER: _ClassVar[int]
|
|
205
|
+
GRAPH_MUTATIONS_FIELD_NUMBER: _ClassVar[int]
|
|
206
|
+
CUSTOMER_METADATA_FIELD_NUMBER: _ClassVar[int]
|
|
207
|
+
DISPLAY_DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
150
208
|
existing_deployment_id: str
|
|
151
209
|
enable_profiling: bool
|
|
152
210
|
deployment_tags: _containers.RepeatedScalarFieldContainer[str]
|
|
153
211
|
base_image_override: str
|
|
154
212
|
override_graph: _graph_pb2.Graph
|
|
213
|
+
build_profile: _environment_pb2.DeploymentBuildProfile
|
|
214
|
+
graph_mutations: _containers.RepeatedCompositeFieldContainer[_graph_pb2_1.GraphMutation]
|
|
215
|
+
customer_metadata: _containers.ScalarMap[str, str]
|
|
216
|
+
display_description: str
|
|
155
217
|
def __init__(
|
|
156
218
|
self,
|
|
157
219
|
existing_deployment_id: _Optional[str] = ...,
|
|
@@ -159,6 +221,10 @@ class RedeployDeploymentRequest(_message.Message):
|
|
|
159
221
|
deployment_tags: _Optional[_Iterable[str]] = ...,
|
|
160
222
|
base_image_override: _Optional[str] = ...,
|
|
161
223
|
override_graph: _Optional[_Union[_graph_pb2.Graph, _Mapping]] = ...,
|
|
224
|
+
build_profile: _Optional[_Union[_environment_pb2.DeploymentBuildProfile, str]] = ...,
|
|
225
|
+
graph_mutations: _Optional[_Iterable[_Union[_graph_pb2_1.GraphMutation, _Mapping]]] = ...,
|
|
226
|
+
customer_metadata: _Optional[_Mapping[str, str]] = ...,
|
|
227
|
+
display_description: _Optional[str] = ...,
|
|
162
228
|
) -> None: ...
|
|
163
229
|
|
|
164
230
|
class RedeployDeploymentResponse(_message.Message):
|
|
@@ -178,6 +244,8 @@ class UploadSourceRequest(_message.Message):
|
|
|
178
244
|
"base_image_override",
|
|
179
245
|
"use_grpc",
|
|
180
246
|
"enable_profiling",
|
|
247
|
+
"build_profile",
|
|
248
|
+
"force_rebuild_dockerfile",
|
|
181
249
|
)
|
|
182
250
|
DEPLOYMENT_ID_FIELD_NUMBER: _ClassVar[int]
|
|
183
251
|
ARCHIVE_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -186,6 +254,8 @@ class UploadSourceRequest(_message.Message):
|
|
|
186
254
|
BASE_IMAGE_OVERRIDE_FIELD_NUMBER: _ClassVar[int]
|
|
187
255
|
USE_GRPC_FIELD_NUMBER: _ClassVar[int]
|
|
188
256
|
ENABLE_PROFILING_FIELD_NUMBER: _ClassVar[int]
|
|
257
|
+
BUILD_PROFILE_FIELD_NUMBER: _ClassVar[int]
|
|
258
|
+
FORCE_REBUILD_DOCKERFILE_FIELD_NUMBER: _ClassVar[int]
|
|
189
259
|
deployment_id: str
|
|
190
260
|
archive: bytes
|
|
191
261
|
no_promote: bool
|
|
@@ -193,6 +263,8 @@ class UploadSourceRequest(_message.Message):
|
|
|
193
263
|
base_image_override: str
|
|
194
264
|
use_grpc: bool
|
|
195
265
|
enable_profiling: bool
|
|
266
|
+
build_profile: _environment_pb2.DeploymentBuildProfile
|
|
267
|
+
force_rebuild_dockerfile: bool
|
|
196
268
|
def __init__(
|
|
197
269
|
self,
|
|
198
270
|
deployment_id: _Optional[str] = ...,
|
|
@@ -202,6 +274,8 @@ class UploadSourceRequest(_message.Message):
|
|
|
202
274
|
base_image_override: _Optional[str] = ...,
|
|
203
275
|
use_grpc: bool = ...,
|
|
204
276
|
enable_profiling: bool = ...,
|
|
277
|
+
build_profile: _Optional[_Union[_environment_pb2.DeploymentBuildProfile, str]] = ...,
|
|
278
|
+
force_rebuild_dockerfile: bool = ...,
|
|
205
279
|
) -> None: ...
|
|
206
280
|
|
|
207
281
|
class UploadSourceResponse(_message.Message):
|
|
@@ -212,6 +286,105 @@ class UploadSourceResponse(_message.Message):
|
|
|
212
286
|
progress_url: str
|
|
213
287
|
def __init__(self, status: _Optional[str] = ..., progress_url: _Optional[str] = ...) -> None: ...
|
|
214
288
|
|
|
289
|
+
class PrepareDeploymentRequest(_message.Message):
|
|
290
|
+
__slots__ = (
|
|
291
|
+
"git_branch",
|
|
292
|
+
"git_commit",
|
|
293
|
+
"git_pr",
|
|
294
|
+
"git_author",
|
|
295
|
+
"git_tag",
|
|
296
|
+
"branch",
|
|
297
|
+
"requirements",
|
|
298
|
+
"customer_deployment_tags",
|
|
299
|
+
"project_settings",
|
|
300
|
+
"customer_metadata",
|
|
301
|
+
"display_description",
|
|
302
|
+
"archive",
|
|
303
|
+
"no_promote",
|
|
304
|
+
"dependency_hash",
|
|
305
|
+
"base_image_override",
|
|
306
|
+
"use_grpc",
|
|
307
|
+
"enable_profiling",
|
|
308
|
+
"build_profile",
|
|
309
|
+
)
|
|
310
|
+
class CustomerMetadataEntry(_message.Message):
|
|
311
|
+
__slots__ = ("key", "value")
|
|
312
|
+
KEY_FIELD_NUMBER: _ClassVar[int]
|
|
313
|
+
VALUE_FIELD_NUMBER: _ClassVar[int]
|
|
314
|
+
key: str
|
|
315
|
+
value: str
|
|
316
|
+
def __init__(self, key: _Optional[str] = ..., value: _Optional[str] = ...) -> None: ...
|
|
317
|
+
|
|
318
|
+
GIT_BRANCH_FIELD_NUMBER: _ClassVar[int]
|
|
319
|
+
GIT_COMMIT_FIELD_NUMBER: _ClassVar[int]
|
|
320
|
+
GIT_PR_FIELD_NUMBER: _ClassVar[int]
|
|
321
|
+
GIT_AUTHOR_FIELD_NUMBER: _ClassVar[int]
|
|
322
|
+
GIT_TAG_FIELD_NUMBER: _ClassVar[int]
|
|
323
|
+
BRANCH_FIELD_NUMBER: _ClassVar[int]
|
|
324
|
+
REQUIREMENTS_FIELD_NUMBER: _ClassVar[int]
|
|
325
|
+
CUSTOMER_DEPLOYMENT_TAGS_FIELD_NUMBER: _ClassVar[int]
|
|
326
|
+
PROJECT_SETTINGS_FIELD_NUMBER: _ClassVar[int]
|
|
327
|
+
CUSTOMER_METADATA_FIELD_NUMBER: _ClassVar[int]
|
|
328
|
+
DISPLAY_DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
329
|
+
ARCHIVE_FIELD_NUMBER: _ClassVar[int]
|
|
330
|
+
NO_PROMOTE_FIELD_NUMBER: _ClassVar[int]
|
|
331
|
+
DEPENDENCY_HASH_FIELD_NUMBER: _ClassVar[int]
|
|
332
|
+
BASE_IMAGE_OVERRIDE_FIELD_NUMBER: _ClassVar[int]
|
|
333
|
+
USE_GRPC_FIELD_NUMBER: _ClassVar[int]
|
|
334
|
+
ENABLE_PROFILING_FIELD_NUMBER: _ClassVar[int]
|
|
335
|
+
BUILD_PROFILE_FIELD_NUMBER: _ClassVar[int]
|
|
336
|
+
git_branch: str
|
|
337
|
+
git_commit: str
|
|
338
|
+
git_pr: str
|
|
339
|
+
git_author: str
|
|
340
|
+
git_tag: str
|
|
341
|
+
branch: str
|
|
342
|
+
requirements: _containers.RepeatedCompositeFieldContainer[RequirementsFile]
|
|
343
|
+
customer_deployment_tags: _containers.RepeatedScalarFieldContainer[str]
|
|
344
|
+
project_settings: _export_pb2.ProjectSettings
|
|
345
|
+
customer_metadata: _containers.ScalarMap[str, str]
|
|
346
|
+
display_description: str
|
|
347
|
+
archive: bytes
|
|
348
|
+
no_promote: bool
|
|
349
|
+
dependency_hash: str
|
|
350
|
+
base_image_override: str
|
|
351
|
+
use_grpc: bool
|
|
352
|
+
enable_profiling: bool
|
|
353
|
+
build_profile: _environment_pb2.DeploymentBuildProfile
|
|
354
|
+
def __init__(
|
|
355
|
+
self,
|
|
356
|
+
git_branch: _Optional[str] = ...,
|
|
357
|
+
git_commit: _Optional[str] = ...,
|
|
358
|
+
git_pr: _Optional[str] = ...,
|
|
359
|
+
git_author: _Optional[str] = ...,
|
|
360
|
+
git_tag: _Optional[str] = ...,
|
|
361
|
+
branch: _Optional[str] = ...,
|
|
362
|
+
requirements: _Optional[_Iterable[_Union[RequirementsFile, _Mapping]]] = ...,
|
|
363
|
+
customer_deployment_tags: _Optional[_Iterable[str]] = ...,
|
|
364
|
+
project_settings: _Optional[_Union[_export_pb2.ProjectSettings, _Mapping]] = ...,
|
|
365
|
+
customer_metadata: _Optional[_Mapping[str, str]] = ...,
|
|
366
|
+
display_description: _Optional[str] = ...,
|
|
367
|
+
archive: _Optional[bytes] = ...,
|
|
368
|
+
no_promote: bool = ...,
|
|
369
|
+
dependency_hash: _Optional[str] = ...,
|
|
370
|
+
base_image_override: _Optional[str] = ...,
|
|
371
|
+
use_grpc: bool = ...,
|
|
372
|
+
enable_profiling: bool = ...,
|
|
373
|
+
build_profile: _Optional[_Union[_environment_pb2.DeploymentBuildProfile, str]] = ...,
|
|
374
|
+
) -> None: ...
|
|
375
|
+
|
|
376
|
+
class PrepareDeploymentResponse(_message.Message):
|
|
377
|
+
__slots__ = ("deployment_id", "status", "progress_url")
|
|
378
|
+
DEPLOYMENT_ID_FIELD_NUMBER: _ClassVar[int]
|
|
379
|
+
STATUS_FIELD_NUMBER: _ClassVar[int]
|
|
380
|
+
PROGRESS_URL_FIELD_NUMBER: _ClassVar[int]
|
|
381
|
+
deployment_id: str
|
|
382
|
+
status: str
|
|
383
|
+
progress_url: str
|
|
384
|
+
def __init__(
|
|
385
|
+
self, deployment_id: _Optional[str] = ..., status: _Optional[str] = ..., progress_url: _Optional[str] = ...
|
|
386
|
+
) -> None: ...
|
|
387
|
+
|
|
215
388
|
class LintSourceRequest(_message.Message):
|
|
216
389
|
__slots__ = ("archive", "use_branch_server")
|
|
217
390
|
ARCHIVE_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -298,6 +471,10 @@ class GetDeploymentDependenciesResponse(_message.Message):
|
|
|
298
471
|
"profiling_mode",
|
|
299
472
|
"desired_engine_base_image",
|
|
300
473
|
"final_engine_image",
|
|
474
|
+
"build_profile",
|
|
475
|
+
"source_dependency_hash",
|
|
476
|
+
"dependency_hash",
|
|
477
|
+
"target_tag",
|
|
301
478
|
)
|
|
302
479
|
RUNTIME_FIELD_NUMBER: _ClassVar[int]
|
|
303
480
|
REQUIREMENTS_FILE_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -306,6 +483,10 @@ class GetDeploymentDependenciesResponse(_message.Message):
|
|
|
306
483
|
PROFILING_MODE_FIELD_NUMBER: _ClassVar[int]
|
|
307
484
|
DESIRED_ENGINE_BASE_IMAGE_FIELD_NUMBER: _ClassVar[int]
|
|
308
485
|
FINAL_ENGINE_IMAGE_FIELD_NUMBER: _ClassVar[int]
|
|
486
|
+
BUILD_PROFILE_FIELD_NUMBER: _ClassVar[int]
|
|
487
|
+
SOURCE_DEPENDENCY_HASH_FIELD_NUMBER: _ClassVar[int]
|
|
488
|
+
DEPENDENCY_HASH_FIELD_NUMBER: _ClassVar[int]
|
|
489
|
+
TARGET_TAG_FIELD_NUMBER: _ClassVar[int]
|
|
309
490
|
runtime: str
|
|
310
491
|
requirements_file: str
|
|
311
492
|
requirements_contents: str
|
|
@@ -313,6 +494,10 @@ class GetDeploymentDependenciesResponse(_message.Message):
|
|
|
313
494
|
profiling_mode: str
|
|
314
495
|
desired_engine_base_image: str
|
|
315
496
|
final_engine_image: str
|
|
497
|
+
build_profile: _environment_pb2.DeploymentBuildProfile
|
|
498
|
+
source_dependency_hash: str
|
|
499
|
+
dependency_hash: str
|
|
500
|
+
target_tag: str
|
|
316
501
|
def __init__(
|
|
317
502
|
self,
|
|
318
503
|
runtime: _Optional[str] = ...,
|
|
@@ -322,6 +507,10 @@ class GetDeploymentDependenciesResponse(_message.Message):
|
|
|
322
507
|
profiling_mode: _Optional[str] = ...,
|
|
323
508
|
desired_engine_base_image: _Optional[str] = ...,
|
|
324
509
|
final_engine_image: _Optional[str] = ...,
|
|
510
|
+
build_profile: _Optional[_Union[_environment_pb2.DeploymentBuildProfile, str]] = ...,
|
|
511
|
+
source_dependency_hash: _Optional[str] = ...,
|
|
512
|
+
dependency_hash: _Optional[str] = ...,
|
|
513
|
+
target_tag: _Optional[str] = ...,
|
|
325
514
|
) -> None: ...
|
|
326
515
|
|
|
327
516
|
class GetClusterTimescaleDBRequest(_message.Message):
|
|
@@ -528,6 +717,7 @@ class ClusterTimescaleSpecs(_message.Message):
|
|
|
528
717
|
"dns_hostname",
|
|
529
718
|
"bootstrap_cloud_resources",
|
|
530
719
|
"suspended",
|
|
720
|
+
"ip_allowlist",
|
|
531
721
|
)
|
|
532
722
|
class PostgresParametersEntry(_message.Message):
|
|
533
723
|
__slots__ = ("key", "value")
|
|
@@ -571,6 +761,7 @@ class ClusterTimescaleSpecs(_message.Message):
|
|
|
571
761
|
DNS_HOSTNAME_FIELD_NUMBER: _ClassVar[int]
|
|
572
762
|
BOOTSTRAP_CLOUD_RESOURCES_FIELD_NUMBER: _ClassVar[int]
|
|
573
763
|
SUSPENDED_FIELD_NUMBER: _ClassVar[int]
|
|
764
|
+
IP_ALLOWLIST_FIELD_NUMBER: _ClassVar[int]
|
|
574
765
|
timescale_image: str
|
|
575
766
|
database_name: str
|
|
576
767
|
database_replicas: int
|
|
@@ -597,6 +788,7 @@ class ClusterTimescaleSpecs(_message.Message):
|
|
|
597
788
|
dns_hostname: str
|
|
598
789
|
bootstrap_cloud_resources: bool
|
|
599
790
|
suspended: bool
|
|
791
|
+
ip_allowlist: _containers.RepeatedScalarFieldContainer[str]
|
|
600
792
|
def __init__(
|
|
601
793
|
self,
|
|
602
794
|
timescale_image: _Optional[str] = ...,
|
|
@@ -625,6 +817,7 @@ class ClusterTimescaleSpecs(_message.Message):
|
|
|
625
817
|
dns_hostname: _Optional[str] = ...,
|
|
626
818
|
bootstrap_cloud_resources: bool = ...,
|
|
627
819
|
suspended: bool = ...,
|
|
820
|
+
ip_allowlist: _Optional[_Iterable[str]] = ...,
|
|
628
821
|
) -> None: ...
|
|
629
822
|
|
|
630
823
|
class CreateClusterTimescaleDBResponse(_message.Message):
|
|
@@ -695,6 +888,7 @@ class EnvoyGatewaySpecs(_message.Message):
|
|
|
695
888
|
"service_annotations",
|
|
696
889
|
"load_balancer_class",
|
|
697
890
|
"cluster_gateway_id",
|
|
891
|
+
"suspended",
|
|
698
892
|
)
|
|
699
893
|
class ServiceAnnotationsEntry(_message.Message):
|
|
700
894
|
__slots__ = ("key", "value")
|
|
@@ -715,6 +909,7 @@ class EnvoyGatewaySpecs(_message.Message):
|
|
|
715
909
|
SERVICE_ANNOTATIONS_FIELD_NUMBER: _ClassVar[int]
|
|
716
910
|
LOAD_BALANCER_CLASS_FIELD_NUMBER: _ClassVar[int]
|
|
717
911
|
CLUSTER_GATEWAY_ID_FIELD_NUMBER: _ClassVar[int]
|
|
912
|
+
SUSPENDED_FIELD_NUMBER: _ClassVar[int]
|
|
718
913
|
namespace: str
|
|
719
914
|
gateway_name: str
|
|
720
915
|
gateway_class_name: str
|
|
@@ -726,6 +921,7 @@ class EnvoyGatewaySpecs(_message.Message):
|
|
|
726
921
|
service_annotations: _containers.ScalarMap[str, str]
|
|
727
922
|
load_balancer_class: str
|
|
728
923
|
cluster_gateway_id: str
|
|
924
|
+
suspended: bool
|
|
729
925
|
def __init__(
|
|
730
926
|
self,
|
|
731
927
|
namespace: _Optional[str] = ...,
|
|
@@ -739,6 +935,7 @@ class EnvoyGatewaySpecs(_message.Message):
|
|
|
739
935
|
service_annotations: _Optional[_Mapping[str, str]] = ...,
|
|
740
936
|
load_balancer_class: _Optional[str] = ...,
|
|
741
937
|
cluster_gateway_id: _Optional[str] = ...,
|
|
938
|
+
suspended: bool = ...,
|
|
742
939
|
) -> None: ...
|
|
743
940
|
|
|
744
941
|
class EnvoyGatewayListener(_message.Message):
|
|
@@ -1167,6 +1364,7 @@ class BackgroundPersistenceDeploymentSpecs(_message.Message):
|
|
|
1167
1364
|
"insecure",
|
|
1168
1365
|
"writers",
|
|
1169
1366
|
"bootstrap_cloud_resources",
|
|
1367
|
+
"suspended",
|
|
1170
1368
|
)
|
|
1171
1369
|
COMMON_PERSISTENCE_SPECS_FIELD_NUMBER: _ClassVar[int]
|
|
1172
1370
|
API_SERVER_HOST_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -1181,6 +1379,7 @@ class BackgroundPersistenceDeploymentSpecs(_message.Message):
|
|
|
1181
1379
|
INSECURE_FIELD_NUMBER: _ClassVar[int]
|
|
1182
1380
|
WRITERS_FIELD_NUMBER: _ClassVar[int]
|
|
1183
1381
|
BOOTSTRAP_CLOUD_RESOURCES_FIELD_NUMBER: _ClassVar[int]
|
|
1382
|
+
SUSPENDED_FIELD_NUMBER: _ClassVar[int]
|
|
1184
1383
|
common_persistence_specs: BackgroundPersistenceCommonSpecs
|
|
1185
1384
|
api_server_host: str
|
|
1186
1385
|
kafka_sasl_secret: str
|
|
@@ -1194,6 +1393,7 @@ class BackgroundPersistenceDeploymentSpecs(_message.Message):
|
|
|
1194
1393
|
insecure: bool
|
|
1195
1394
|
writers: _containers.RepeatedCompositeFieldContainer[BackgroundPersistenceWriterSpecs]
|
|
1196
1395
|
bootstrap_cloud_resources: bool
|
|
1396
|
+
suspended: bool
|
|
1197
1397
|
def __init__(
|
|
1198
1398
|
self,
|
|
1199
1399
|
common_persistence_specs: _Optional[_Union[BackgroundPersistenceCommonSpecs, _Mapping]] = ...,
|
|
@@ -1209,6 +1409,7 @@ class BackgroundPersistenceDeploymentSpecs(_message.Message):
|
|
|
1209
1409
|
insecure: bool = ...,
|
|
1210
1410
|
writers: _Optional[_Iterable[_Union[BackgroundPersistenceWriterSpecs, _Mapping]]] = ...,
|
|
1211
1411
|
bootstrap_cloud_resources: bool = ...,
|
|
1412
|
+
suspended: bool = ...,
|
|
1212
1413
|
) -> None: ...
|
|
1213
1414
|
|
|
1214
1415
|
class CreateClusterBackgroundPersistenceResponse(_message.Message):
|
|
@@ -1225,6 +1426,21 @@ class KubeNodeSelector(_message.Message):
|
|
|
1225
1426
|
value: str
|
|
1226
1427
|
def __init__(self, key: _Optional[str] = ..., value: _Optional[str] = ...) -> None: ...
|
|
1227
1428
|
|
|
1429
|
+
class AggregatorSpec(_message.Message):
|
|
1430
|
+
__slots__ = ("image_version", "request", "limit")
|
|
1431
|
+
IMAGE_VERSION_FIELD_NUMBER: _ClassVar[int]
|
|
1432
|
+
REQUEST_FIELD_NUMBER: _ClassVar[int]
|
|
1433
|
+
LIMIT_FIELD_NUMBER: _ClassVar[int]
|
|
1434
|
+
image_version: str
|
|
1435
|
+
request: KubeResourceConfig
|
|
1436
|
+
limit: KubeResourceConfig
|
|
1437
|
+
def __init__(
|
|
1438
|
+
self,
|
|
1439
|
+
image_version: _Optional[str] = ...,
|
|
1440
|
+
request: _Optional[_Union[KubeResourceConfig, _Mapping]] = ...,
|
|
1441
|
+
limit: _Optional[_Union[KubeResourceConfig, _Mapping]] = ...,
|
|
1442
|
+
) -> None: ...
|
|
1443
|
+
|
|
1228
1444
|
class OtelCollectorSpec(_message.Message):
|
|
1229
1445
|
__slots__ = ("otel_collector_version", "request", "limit")
|
|
1230
1446
|
OTEL_COLLECTOR_VERSION_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -1241,17 +1457,19 @@ class OtelCollectorSpec(_message.Message):
|
|
|
1241
1457
|
) -> None: ...
|
|
1242
1458
|
|
|
1243
1459
|
class ClickHouseSpec(_message.Message):
|
|
1244
|
-
__slots__ = ("click_house_version", "request", "limit", "storage", "gateway_id")
|
|
1460
|
+
__slots__ = ("click_house_version", "request", "limit", "storage", "gateway_id", "instance_type")
|
|
1245
1461
|
CLICK_HOUSE_VERSION_FIELD_NUMBER: _ClassVar[int]
|
|
1246
1462
|
REQUEST_FIELD_NUMBER: _ClassVar[int]
|
|
1247
1463
|
LIMIT_FIELD_NUMBER: _ClassVar[int]
|
|
1248
1464
|
STORAGE_FIELD_NUMBER: _ClassVar[int]
|
|
1249
1465
|
GATEWAY_ID_FIELD_NUMBER: _ClassVar[int]
|
|
1466
|
+
INSTANCE_TYPE_FIELD_NUMBER: _ClassVar[int]
|
|
1250
1467
|
click_house_version: str
|
|
1251
1468
|
request: KubeResourceConfig
|
|
1252
1469
|
limit: KubeResourceConfig
|
|
1253
1470
|
storage: KubePersistentVolumeClaim
|
|
1254
1471
|
gateway_id: str
|
|
1472
|
+
instance_type: str
|
|
1255
1473
|
def __init__(
|
|
1256
1474
|
self,
|
|
1257
1475
|
click_house_version: _Optional[str] = ...,
|
|
@@ -1259,20 +1477,155 @@ class ClickHouseSpec(_message.Message):
|
|
|
1259
1477
|
limit: _Optional[_Union[KubeResourceConfig, _Mapping]] = ...,
|
|
1260
1478
|
storage: _Optional[_Union[KubePersistentVolumeClaim, _Mapping]] = ...,
|
|
1261
1479
|
gateway_id: _Optional[str] = ...,
|
|
1480
|
+
instance_type: _Optional[str] = ...,
|
|
1481
|
+
) -> None: ...
|
|
1482
|
+
|
|
1483
|
+
class ZombieKillerSpec(_message.Message):
|
|
1484
|
+
__slots__ = ("interval",)
|
|
1485
|
+
INTERVAL_FIELD_NUMBER: _ClassVar[int]
|
|
1486
|
+
interval: int
|
|
1487
|
+
def __init__(self, interval: _Optional[int] = ...) -> None: ...
|
|
1488
|
+
|
|
1489
|
+
class CoreDumpCollectorSpec(_message.Message):
|
|
1490
|
+
__slots__ = ()
|
|
1491
|
+
def __init__(self) -> None: ...
|
|
1492
|
+
|
|
1493
|
+
class PySpyStackTraceCollectorSpec(_message.Message):
|
|
1494
|
+
__slots__ = (
|
|
1495
|
+
"native",
|
|
1496
|
+
"subprocesses",
|
|
1497
|
+
"idle",
|
|
1498
|
+
"locals",
|
|
1499
|
+
"nonblocking",
|
|
1500
|
+
"max_retained_runs",
|
|
1501
|
+
"interval",
|
|
1502
|
+
"introspection_server_uris",
|
|
1503
|
+
)
|
|
1504
|
+
NATIVE_FIELD_NUMBER: _ClassVar[int]
|
|
1505
|
+
SUBPROCESSES_FIELD_NUMBER: _ClassVar[int]
|
|
1506
|
+
IDLE_FIELD_NUMBER: _ClassVar[int]
|
|
1507
|
+
LOCALS_FIELD_NUMBER: _ClassVar[int]
|
|
1508
|
+
NONBLOCKING_FIELD_NUMBER: _ClassVar[int]
|
|
1509
|
+
MAX_RETAINED_RUNS_FIELD_NUMBER: _ClassVar[int]
|
|
1510
|
+
INTERVAL_FIELD_NUMBER: _ClassVar[int]
|
|
1511
|
+
INTROSPECTION_SERVER_URIS_FIELD_NUMBER: _ClassVar[int]
|
|
1512
|
+
native: bool
|
|
1513
|
+
subprocesses: bool
|
|
1514
|
+
idle: bool
|
|
1515
|
+
locals: bool
|
|
1516
|
+
nonblocking: bool
|
|
1517
|
+
max_retained_runs: int
|
|
1518
|
+
interval: int
|
|
1519
|
+
introspection_server_uris: _containers.RepeatedScalarFieldContainer[str]
|
|
1520
|
+
def __init__(
|
|
1521
|
+
self,
|
|
1522
|
+
native: bool = ...,
|
|
1523
|
+
subprocesses: bool = ...,
|
|
1524
|
+
idle: bool = ...,
|
|
1525
|
+
locals: bool = ...,
|
|
1526
|
+
nonblocking: bool = ...,
|
|
1527
|
+
max_retained_runs: _Optional[int] = ...,
|
|
1528
|
+
interval: _Optional[int] = ...,
|
|
1529
|
+
introspection_server_uris: _Optional[_Iterable[str]] = ...,
|
|
1530
|
+
) -> None: ...
|
|
1531
|
+
|
|
1532
|
+
class PerfCollectorSpec(_message.Message):
|
|
1533
|
+
__slots__ = ("perf_polling_frequency_hz", "call_graph", "max_dumps_retained", "dump_duration_seconds")
|
|
1534
|
+
PERF_POLLING_FREQUENCY_HZ_FIELD_NUMBER: _ClassVar[int]
|
|
1535
|
+
CALL_GRAPH_FIELD_NUMBER: _ClassVar[int]
|
|
1536
|
+
MAX_DUMPS_RETAINED_FIELD_NUMBER: _ClassVar[int]
|
|
1537
|
+
DUMP_DURATION_SECONDS_FIELD_NUMBER: _ClassVar[int]
|
|
1538
|
+
perf_polling_frequency_hz: int
|
|
1539
|
+
call_graph: bool
|
|
1540
|
+
max_dumps_retained: int
|
|
1541
|
+
dump_duration_seconds: int
|
|
1542
|
+
def __init__(
|
|
1543
|
+
self,
|
|
1544
|
+
perf_polling_frequency_hz: _Optional[int] = ...,
|
|
1545
|
+
call_graph: bool = ...,
|
|
1546
|
+
max_dumps_retained: _Optional[int] = ...,
|
|
1547
|
+
dump_duration_seconds: _Optional[int] = ...,
|
|
1548
|
+
) -> None: ...
|
|
1549
|
+
|
|
1550
|
+
class PerfettoDaemonSpec(_message.Message):
|
|
1551
|
+
__slots__ = ("config_text", "max_retained_runs", "interval")
|
|
1552
|
+
CONFIG_TEXT_FIELD_NUMBER: _ClassVar[int]
|
|
1553
|
+
MAX_RETAINED_RUNS_FIELD_NUMBER: _ClassVar[int]
|
|
1554
|
+
INTERVAL_FIELD_NUMBER: _ClassVar[int]
|
|
1555
|
+
config_text: str
|
|
1556
|
+
max_retained_runs: int
|
|
1557
|
+
interval: int
|
|
1558
|
+
def __init__(
|
|
1559
|
+
self, config_text: _Optional[str] = ..., max_retained_runs: _Optional[int] = ..., interval: _Optional[int] = ...
|
|
1560
|
+
) -> None: ...
|
|
1561
|
+
|
|
1562
|
+
class ObservabilityDaemonSpec(_message.Message):
|
|
1563
|
+
__slots__ = (
|
|
1564
|
+
"keep_running_when_suspended",
|
|
1565
|
+
"request",
|
|
1566
|
+
"limit",
|
|
1567
|
+
"image_override",
|
|
1568
|
+
"zombie_killer",
|
|
1569
|
+
"core_dump_collector",
|
|
1570
|
+
"py_spy_stack_trace_collector",
|
|
1571
|
+
"perf_collector",
|
|
1572
|
+
"perfetto_daemon",
|
|
1573
|
+
)
|
|
1574
|
+
KEEP_RUNNING_WHEN_SUSPENDED_FIELD_NUMBER: _ClassVar[int]
|
|
1575
|
+
REQUEST_FIELD_NUMBER: _ClassVar[int]
|
|
1576
|
+
LIMIT_FIELD_NUMBER: _ClassVar[int]
|
|
1577
|
+
IMAGE_OVERRIDE_FIELD_NUMBER: _ClassVar[int]
|
|
1578
|
+
ZOMBIE_KILLER_FIELD_NUMBER: _ClassVar[int]
|
|
1579
|
+
CORE_DUMP_COLLECTOR_FIELD_NUMBER: _ClassVar[int]
|
|
1580
|
+
PY_SPY_STACK_TRACE_COLLECTOR_FIELD_NUMBER: _ClassVar[int]
|
|
1581
|
+
PERF_COLLECTOR_FIELD_NUMBER: _ClassVar[int]
|
|
1582
|
+
PERFETTO_DAEMON_FIELD_NUMBER: _ClassVar[int]
|
|
1583
|
+
keep_running_when_suspended: bool
|
|
1584
|
+
request: KubeResourceConfig
|
|
1585
|
+
limit: KubeResourceConfig
|
|
1586
|
+
image_override: str
|
|
1587
|
+
zombie_killer: ZombieKillerSpec
|
|
1588
|
+
core_dump_collector: CoreDumpCollectorSpec
|
|
1589
|
+
py_spy_stack_trace_collector: PySpyStackTraceCollectorSpec
|
|
1590
|
+
perf_collector: PerfCollectorSpec
|
|
1591
|
+
perfetto_daemon: PerfettoDaemonSpec
|
|
1592
|
+
def __init__(
|
|
1593
|
+
self,
|
|
1594
|
+
keep_running_when_suspended: bool = ...,
|
|
1595
|
+
request: _Optional[_Union[KubeResourceConfig, _Mapping]] = ...,
|
|
1596
|
+
limit: _Optional[_Union[KubeResourceConfig, _Mapping]] = ...,
|
|
1597
|
+
image_override: _Optional[str] = ...,
|
|
1598
|
+
zombie_killer: _Optional[_Union[ZombieKillerSpec, _Mapping]] = ...,
|
|
1599
|
+
core_dump_collector: _Optional[_Union[CoreDumpCollectorSpec, _Mapping]] = ...,
|
|
1600
|
+
py_spy_stack_trace_collector: _Optional[_Union[PySpyStackTraceCollectorSpec, _Mapping]] = ...,
|
|
1601
|
+
perf_collector: _Optional[_Union[PerfCollectorSpec, _Mapping]] = ...,
|
|
1602
|
+
perfetto_daemon: _Optional[_Union[PerfettoDaemonSpec, _Mapping]] = ...,
|
|
1262
1603
|
) -> None: ...
|
|
1263
1604
|
|
|
1264
1605
|
class TelemetryDeploymentSpec(_message.Message):
|
|
1265
|
-
__slots__ = (
|
|
1606
|
+
__slots__ = (
|
|
1607
|
+
"namespace",
|
|
1608
|
+
"click_house",
|
|
1609
|
+
"otel",
|
|
1610
|
+
"node_selectors",
|
|
1611
|
+
"dns_name_override",
|
|
1612
|
+
"aggregator",
|
|
1613
|
+
"observability_daemons",
|
|
1614
|
+
)
|
|
1266
1615
|
NAMESPACE_FIELD_NUMBER: _ClassVar[int]
|
|
1267
1616
|
CLICK_HOUSE_FIELD_NUMBER: _ClassVar[int]
|
|
1268
1617
|
OTEL_FIELD_NUMBER: _ClassVar[int]
|
|
1269
1618
|
NODE_SELECTORS_FIELD_NUMBER: _ClassVar[int]
|
|
1270
1619
|
DNS_NAME_OVERRIDE_FIELD_NUMBER: _ClassVar[int]
|
|
1620
|
+
AGGREGATOR_FIELD_NUMBER: _ClassVar[int]
|
|
1621
|
+
OBSERVABILITY_DAEMONS_FIELD_NUMBER: _ClassVar[int]
|
|
1271
1622
|
namespace: str
|
|
1272
1623
|
click_house: ClickHouseSpec
|
|
1273
1624
|
otel: OtelCollectorSpec
|
|
1274
1625
|
node_selectors: _containers.RepeatedCompositeFieldContainer[KubeNodeSelector]
|
|
1275
1626
|
dns_name_override: str
|
|
1627
|
+
aggregator: AggregatorSpec
|
|
1628
|
+
observability_daemons: _containers.RepeatedCompositeFieldContainer[ObservabilityDaemonSpec]
|
|
1276
1629
|
def __init__(
|
|
1277
1630
|
self,
|
|
1278
1631
|
namespace: _Optional[str] = ...,
|
|
@@ -1280,20 +1633,24 @@ class TelemetryDeploymentSpec(_message.Message):
|
|
|
1280
1633
|
otel: _Optional[_Union[OtelCollectorSpec, _Mapping]] = ...,
|
|
1281
1634
|
node_selectors: _Optional[_Iterable[_Union[KubeNodeSelector, _Mapping]]] = ...,
|
|
1282
1635
|
dns_name_override: _Optional[str] = ...,
|
|
1636
|
+
aggregator: _Optional[_Union[AggregatorSpec, _Mapping]] = ...,
|
|
1637
|
+
observability_daemons: _Optional[_Iterable[_Union[ObservabilityDaemonSpec, _Mapping]]] = ...,
|
|
1283
1638
|
) -> None: ...
|
|
1284
1639
|
|
|
1285
1640
|
class TelemetryDeployment(_message.Message):
|
|
1286
|
-
__slots__ = ("id", "spec", "created_at", "updated_at", "cluster_id")
|
|
1641
|
+
__slots__ = ("id", "spec", "created_at", "updated_at", "cluster_id", "suspended_at")
|
|
1287
1642
|
ID_FIELD_NUMBER: _ClassVar[int]
|
|
1288
1643
|
SPEC_FIELD_NUMBER: _ClassVar[int]
|
|
1289
1644
|
CREATED_AT_FIELD_NUMBER: _ClassVar[int]
|
|
1290
1645
|
UPDATED_AT_FIELD_NUMBER: _ClassVar[int]
|
|
1291
1646
|
CLUSTER_ID_FIELD_NUMBER: _ClassVar[int]
|
|
1647
|
+
SUSPENDED_AT_FIELD_NUMBER: _ClassVar[int]
|
|
1292
1648
|
id: str
|
|
1293
1649
|
spec: TelemetryDeploymentSpec
|
|
1294
1650
|
created_at: _timestamp_pb2.Timestamp
|
|
1295
1651
|
updated_at: _timestamp_pb2.Timestamp
|
|
1296
1652
|
cluster_id: str
|
|
1653
|
+
suspended_at: _timestamp_pb2.Timestamp
|
|
1297
1654
|
def __init__(
|
|
1298
1655
|
self,
|
|
1299
1656
|
id: _Optional[str] = ...,
|
|
@@ -1301,6 +1658,7 @@ class TelemetryDeployment(_message.Message):
|
|
|
1301
1658
|
created_at: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...,
|
|
1302
1659
|
updated_at: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...,
|
|
1303
1660
|
cluster_id: _Optional[str] = ...,
|
|
1661
|
+
suspended_at: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...,
|
|
1304
1662
|
) -> None: ...
|
|
1305
1663
|
|
|
1306
1664
|
class ClusterIdentifier(_message.Message):
|
|
@@ -1371,6 +1729,41 @@ class DeleteTelemetryDeploymentResponse(_message.Message):
|
|
|
1371
1729
|
__slots__ = ()
|
|
1372
1730
|
def __init__(self) -> None: ...
|
|
1373
1731
|
|
|
1732
|
+
class UpdateTelemetryDeploymentRequest(_message.Message):
|
|
1733
|
+
__slots__ = ("telemetry_deployment_id", "spec", "suspended")
|
|
1734
|
+
TELEMETRY_DEPLOYMENT_ID_FIELD_NUMBER: _ClassVar[int]
|
|
1735
|
+
SPEC_FIELD_NUMBER: _ClassVar[int]
|
|
1736
|
+
SUSPENDED_FIELD_NUMBER: _ClassVar[int]
|
|
1737
|
+
telemetry_deployment_id: str
|
|
1738
|
+
spec: TelemetryDeploymentSpec
|
|
1739
|
+
suspended: bool
|
|
1740
|
+
def __init__(
|
|
1741
|
+
self,
|
|
1742
|
+
telemetry_deployment_id: _Optional[str] = ...,
|
|
1743
|
+
spec: _Optional[_Union[TelemetryDeploymentSpec, _Mapping]] = ...,
|
|
1744
|
+
suspended: bool = ...,
|
|
1745
|
+
) -> None: ...
|
|
1746
|
+
|
|
1747
|
+
class UpdateTelemetryDeploymentResponse(_message.Message):
|
|
1748
|
+
__slots__ = ("deployment",)
|
|
1749
|
+
DEPLOYMENT_FIELD_NUMBER: _ClassVar[int]
|
|
1750
|
+
deployment: TelemetryDeployment
|
|
1751
|
+
def __init__(self, deployment: _Optional[_Union[TelemetryDeployment, _Mapping]] = ...) -> None: ...
|
|
1752
|
+
|
|
1753
|
+
class MigrateTelemetryDeploymentRequest(_message.Message):
|
|
1754
|
+
__slots__ = ("telemetry_deployment_id", "migration_image")
|
|
1755
|
+
TELEMETRY_DEPLOYMENT_ID_FIELD_NUMBER: _ClassVar[int]
|
|
1756
|
+
MIGRATION_IMAGE_FIELD_NUMBER: _ClassVar[int]
|
|
1757
|
+
telemetry_deployment_id: str
|
|
1758
|
+
migration_image: str
|
|
1759
|
+
def __init__(
|
|
1760
|
+
self, telemetry_deployment_id: _Optional[str] = ..., migration_image: _Optional[str] = ...
|
|
1761
|
+
) -> None: ...
|
|
1762
|
+
|
|
1763
|
+
class MigrateTelemetryDeploymentResponse(_message.Message):
|
|
1764
|
+
__slots__ = ()
|
|
1765
|
+
def __init__(self) -> None: ...
|
|
1766
|
+
|
|
1374
1767
|
class GetSearchConfigRequest(_message.Message):
|
|
1375
1768
|
__slots__ = ()
|
|
1376
1769
|
def __init__(self) -> None: ...
|
|
@@ -1398,8 +1791,12 @@ class UpdateEnvironmentVariablesRequest(_message.Message):
|
|
|
1398
1791
|
def __init__(self, environment_variables: _Optional[_Mapping[str, str]] = ...) -> None: ...
|
|
1399
1792
|
|
|
1400
1793
|
class UpdateEnvironmentVariablesResponse(_message.Message):
|
|
1401
|
-
__slots__ = ()
|
|
1402
|
-
|
|
1794
|
+
__slots__ = ("field_changes",)
|
|
1795
|
+
FIELD_CHANGES_FIELD_NUMBER: _ClassVar[int]
|
|
1796
|
+
field_changes: _containers.RepeatedCompositeFieldContainer[_field_change_pb2.FieldChange]
|
|
1797
|
+
def __init__(
|
|
1798
|
+
self, field_changes: _Optional[_Iterable[_Union[_field_change_pb2.FieldChange, _Mapping]]] = ...
|
|
1799
|
+
) -> None: ...
|
|
1403
1800
|
|
|
1404
1801
|
class StartBranchRequest(_message.Message):
|
|
1405
1802
|
__slots__ = ()
|
|
@@ -1445,6 +1842,28 @@ class GetBranchProfileResponse(_message.Message):
|
|
|
1445
1842
|
supports_remote_graph_validation: bool = ...,
|
|
1446
1843
|
) -> None: ...
|
|
1447
1844
|
|
|
1845
|
+
class GetBranchServerStatusRequest(_message.Message):
|
|
1846
|
+
__slots__ = ()
|
|
1847
|
+
def __init__(self) -> None: ...
|
|
1848
|
+
|
|
1849
|
+
class GetBranchServerStatusResponse(_message.Message):
|
|
1850
|
+
__slots__ = ("status", "available_replicas", "ready_replicas", "replicas")
|
|
1851
|
+
STATUS_FIELD_NUMBER: _ClassVar[int]
|
|
1852
|
+
AVAILABLE_REPLICAS_FIELD_NUMBER: _ClassVar[int]
|
|
1853
|
+
READY_REPLICAS_FIELD_NUMBER: _ClassVar[int]
|
|
1854
|
+
REPLICAS_FIELD_NUMBER: _ClassVar[int]
|
|
1855
|
+
status: BranchServerStatus
|
|
1856
|
+
available_replicas: int
|
|
1857
|
+
ready_replicas: int
|
|
1858
|
+
replicas: int
|
|
1859
|
+
def __init__(
|
|
1860
|
+
self,
|
|
1861
|
+
status: _Optional[_Union[BranchServerStatus, str]] = ...,
|
|
1862
|
+
available_replicas: _Optional[int] = ...,
|
|
1863
|
+
ready_replicas: _Optional[int] = ...,
|
|
1864
|
+
replicas: _Optional[int] = ...,
|
|
1865
|
+
) -> None: ...
|
|
1866
|
+
|
|
1448
1867
|
class KafkaTopic(_message.Message):
|
|
1449
1868
|
__slots__ = ("name", "partitions", "replication", "retention_ms")
|
|
1450
1869
|
NAME_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -1709,7 +2128,17 @@ class CreateDeploymentRequest(_message.Message):
|
|
|
1709
2128
|
"requirements",
|
|
1710
2129
|
"customer_deployment_tags",
|
|
1711
2130
|
"project_settings",
|
|
2131
|
+
"customer_metadata",
|
|
2132
|
+
"display_description",
|
|
1712
2133
|
)
|
|
2134
|
+
class CustomerMetadataEntry(_message.Message):
|
|
2135
|
+
__slots__ = ("key", "value")
|
|
2136
|
+
KEY_FIELD_NUMBER: _ClassVar[int]
|
|
2137
|
+
VALUE_FIELD_NUMBER: _ClassVar[int]
|
|
2138
|
+
key: str
|
|
2139
|
+
value: str
|
|
2140
|
+
def __init__(self, key: _Optional[str] = ..., value: _Optional[str] = ...) -> None: ...
|
|
2141
|
+
|
|
1713
2142
|
GIT_BRANCH_FIELD_NUMBER: _ClassVar[int]
|
|
1714
2143
|
GIT_COMMIT_FIELD_NUMBER: _ClassVar[int]
|
|
1715
2144
|
GIT_PR_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -1719,6 +2148,8 @@ class CreateDeploymentRequest(_message.Message):
|
|
|
1719
2148
|
REQUIREMENTS_FIELD_NUMBER: _ClassVar[int]
|
|
1720
2149
|
CUSTOMER_DEPLOYMENT_TAGS_FIELD_NUMBER: _ClassVar[int]
|
|
1721
2150
|
PROJECT_SETTINGS_FIELD_NUMBER: _ClassVar[int]
|
|
2151
|
+
CUSTOMER_METADATA_FIELD_NUMBER: _ClassVar[int]
|
|
2152
|
+
DISPLAY_DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
1722
2153
|
git_branch: str
|
|
1723
2154
|
git_commit: str
|
|
1724
2155
|
git_pr: str
|
|
@@ -1728,6 +2159,8 @@ class CreateDeploymentRequest(_message.Message):
|
|
|
1728
2159
|
requirements: _containers.RepeatedCompositeFieldContainer[RequirementsFile]
|
|
1729
2160
|
customer_deployment_tags: _containers.RepeatedScalarFieldContainer[str]
|
|
1730
2161
|
project_settings: _export_pb2.ProjectSettings
|
|
2162
|
+
customer_metadata: _containers.ScalarMap[str, str]
|
|
2163
|
+
display_description: str
|
|
1731
2164
|
def __init__(
|
|
1732
2165
|
self,
|
|
1733
2166
|
git_branch: _Optional[str] = ...,
|
|
@@ -1739,6 +2172,8 @@ class CreateDeploymentRequest(_message.Message):
|
|
|
1739
2172
|
requirements: _Optional[_Iterable[_Union[RequirementsFile, _Mapping]]] = ...,
|
|
1740
2173
|
customer_deployment_tags: _Optional[_Iterable[str]] = ...,
|
|
1741
2174
|
project_settings: _Optional[_Union[_export_pb2.ProjectSettings, _Mapping]] = ...,
|
|
2175
|
+
customer_metadata: _Optional[_Mapping[str, str]] = ...,
|
|
2176
|
+
display_description: _Optional[str] = ...,
|
|
1742
2177
|
) -> None: ...
|
|
1743
2178
|
|
|
1744
2179
|
class CreateDeploymentResponse(_message.Message):
|
|
@@ -1793,3 +2228,35 @@ class ResumeEnvironmentRequest(_message.Message):
|
|
|
1793
2228
|
class ResumeEnvironmentResponse(_message.Message):
|
|
1794
2229
|
__slots__ = ()
|
|
1795
2230
|
def __init__(self) -> None: ...
|
|
2231
|
+
|
|
2232
|
+
class SuspendClusterGatewayRequest(_message.Message):
|
|
2233
|
+
__slots__ = ()
|
|
2234
|
+
def __init__(self) -> None: ...
|
|
2235
|
+
|
|
2236
|
+
class SuspendClusterGatewayResponse(_message.Message):
|
|
2237
|
+
__slots__ = ()
|
|
2238
|
+
def __init__(self) -> None: ...
|
|
2239
|
+
|
|
2240
|
+
class ResumeClusterGatewayRequest(_message.Message):
|
|
2241
|
+
__slots__ = ()
|
|
2242
|
+
def __init__(self) -> None: ...
|
|
2243
|
+
|
|
2244
|
+
class ResumeClusterGatewayResponse(_message.Message):
|
|
2245
|
+
__slots__ = ()
|
|
2246
|
+
def __init__(self) -> None: ...
|
|
2247
|
+
|
|
2248
|
+
class SuspendClusterBackgroundPersistenceRequest(_message.Message):
|
|
2249
|
+
__slots__ = ()
|
|
2250
|
+
def __init__(self) -> None: ...
|
|
2251
|
+
|
|
2252
|
+
class SuspendClusterBackgroundPersistenceResponse(_message.Message):
|
|
2253
|
+
__slots__ = ()
|
|
2254
|
+
def __init__(self) -> None: ...
|
|
2255
|
+
|
|
2256
|
+
class ResumeClusterBackgroundPersistenceRequest(_message.Message):
|
|
2257
|
+
__slots__ = ()
|
|
2258
|
+
def __init__(self) -> None: ...
|
|
2259
|
+
|
|
2260
|
+
class ResumeClusterBackgroundPersistenceResponse(_message.Message):
|
|
2261
|
+
__slots__ = ()
|
|
2262
|
+
def __init__(self) -> None: ...
|