chalkpy 2.94.4__py3-none-any.whl → 2.94.6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- chalk/_gen/chalk/protosql/v1/sql_service_pb2.py +37 -33
- chalk/_gen/chalk/protosql/v1/sql_service_pb2.pyi +24 -3
- chalk/_gen/chalk/server/v1/benchmark_pb2.py +42 -11
- chalk/_gen/chalk/server/v1/benchmark_pb2.pyi +86 -4
- chalk/_gen/chalk/server/v1/benchmark_pb2_grpc.py +180 -0
- chalk/_gen/chalk/server/v1/benchmark_pb2_grpc.pyi +48 -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/builder_pb2.py +357 -296
- chalk/_gen/chalk/server/v1/builder_pb2.pyi +273 -6
- chalk/_gen/chalk/server/v1/builder_pb2_grpc.py +225 -0
- chalk/_gen/chalk/server/v1/builder_pb2_grpc.pyi +60 -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/cloud_components_pb2.py +137 -123
- chalk/_gen/chalk/server/v1/cloud_components_pb2.pyi +86 -4
- chalk/_gen/chalk/server/v1/dataplanejobqueue_pb2.py +50 -44
- chalk/_gen/chalk/server/v1/dataplanejobqueue_pb2.pyi +33 -1
- chalk/_gen/chalk/server/v1/dataplanejobqueue_pb2_grpc.py +45 -0
- chalk/_gen/chalk/server/v1/dataplanejobqueue_pb2_grpc.pyi +12 -0
- chalk/_gen/chalk/server/v1/dataplaneworkflows_pb2.py +38 -18
- chalk/_gen/chalk/server/v1/dataplaneworkflows_pb2.pyi +55 -10
- chalk/_gen/chalk/server/v1/deployment_pb2.py +6 -6
- chalk/_gen/chalk/server/v1/deployment_pb2.pyi +20 -0
- chalk/_gen/chalk/server/v1/eventbus_pb2.py +4 -2
- chalk/_gen/chalk/server/v1/graph_pb2.py +38 -26
- chalk/_gen/chalk/server/v1/graph_pb2.pyi +58 -0
- chalk/_gen/chalk/server/v1/graph_pb2_grpc.py +47 -0
- chalk/_gen/chalk/server/v1/graph_pb2_grpc.pyi +18 -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/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/scheduled_query_run_pb2.py +10 -10
- chalk/_gen/chalk/server/v1/scheduled_query_run_pb2.pyi +4 -1
- chalk/_gen/chalk/server/v1/scheduler_pb2.py +17 -5
- chalk/_gen/chalk/server/v1/scheduler_pb2.pyi +42 -0
- 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 +15 -3
- chalk/_gen/chalk/server/v1/script_tasks_pb2.pyi +22 -0
- 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_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 +142 -141
- chalk/_gen/chalk/server/v1/team_pb2.pyi +9 -2
- 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 +10 -10
- chalk/_gen/chalk/server/v1/trace_pb2.pyi +8 -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/_version.py +1 -1
- chalk/serialization/parsed_annotation.py +1 -0
- {chalkpy-2.94.4.dist-info → chalkpy-2.94.6.dist-info}/METADATA +1 -1
- {chalkpy-2.94.4.dist-info → chalkpy-2.94.6.dist-info}/RECORD +68 -60
- chalk/_gen/chalk/engine/v1/query_planning_server_pb2.py +0 -38
- chalk/_gen/chalk/engine/v1/query_planning_server_pb2.pyi +0 -25
- chalk/_gen/chalk/engine/v1/query_planning_server_pb2_grpc.py +0 -80
- chalk/_gen/chalk/engine/v1/query_planning_server_pb2_grpc.pyi +0 -36
- {chalkpy-2.94.4.dist-info → chalkpy-2.94.6.dist-info}/WHEEL +0 -0
- {chalkpy-2.94.4.dist-info → chalkpy-2.94.6.dist-info}/entry_points.txt +0 -0
- {chalkpy-2.94.4.dist-info → chalkpy-2.94.6.dist-info}/top_level.txt +0 -0
|
@@ -9,6 +9,7 @@ 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
10
|
from chalk._gen.chalk.server.v1 import graph_pb2 as _graph_pb2_1
|
|
11
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
|
|
12
13
|
from google.protobuf import timestamp_pb2 as _timestamp_pb2
|
|
13
14
|
from google.protobuf.internal import containers as _containers
|
|
14
15
|
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
|
@@ -174,7 +175,17 @@ class RedeployDeploymentRequest(_message.Message):
|
|
|
174
175
|
"override_graph",
|
|
175
176
|
"build_profile",
|
|
176
177
|
"graph_mutations",
|
|
178
|
+
"customer_metadata",
|
|
179
|
+
"display_description",
|
|
177
180
|
)
|
|
181
|
+
class CustomerMetadataEntry(_message.Message):
|
|
182
|
+
__slots__ = ("key", "value")
|
|
183
|
+
KEY_FIELD_NUMBER: _ClassVar[int]
|
|
184
|
+
VALUE_FIELD_NUMBER: _ClassVar[int]
|
|
185
|
+
key: str
|
|
186
|
+
value: str
|
|
187
|
+
def __init__(self, key: _Optional[str] = ..., value: _Optional[str] = ...) -> None: ...
|
|
188
|
+
|
|
178
189
|
EXISTING_DEPLOYMENT_ID_FIELD_NUMBER: _ClassVar[int]
|
|
179
190
|
ENABLE_PROFILING_FIELD_NUMBER: _ClassVar[int]
|
|
180
191
|
DEPLOYMENT_TAGS_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -182,6 +193,8 @@ class RedeployDeploymentRequest(_message.Message):
|
|
|
182
193
|
OVERRIDE_GRAPH_FIELD_NUMBER: _ClassVar[int]
|
|
183
194
|
BUILD_PROFILE_FIELD_NUMBER: _ClassVar[int]
|
|
184
195
|
GRAPH_MUTATIONS_FIELD_NUMBER: _ClassVar[int]
|
|
196
|
+
CUSTOMER_METADATA_FIELD_NUMBER: _ClassVar[int]
|
|
197
|
+
DISPLAY_DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
185
198
|
existing_deployment_id: str
|
|
186
199
|
enable_profiling: bool
|
|
187
200
|
deployment_tags: _containers.RepeatedScalarFieldContainer[str]
|
|
@@ -189,6 +202,8 @@ class RedeployDeploymentRequest(_message.Message):
|
|
|
189
202
|
override_graph: _graph_pb2.Graph
|
|
190
203
|
build_profile: _environment_pb2.DeploymentBuildProfile
|
|
191
204
|
graph_mutations: _containers.RepeatedCompositeFieldContainer[_graph_pb2_1.GraphMutation]
|
|
205
|
+
customer_metadata: _containers.ScalarMap[str, str]
|
|
206
|
+
display_description: str
|
|
192
207
|
def __init__(
|
|
193
208
|
self,
|
|
194
209
|
existing_deployment_id: _Optional[str] = ...,
|
|
@@ -198,6 +213,8 @@ class RedeployDeploymentRequest(_message.Message):
|
|
|
198
213
|
override_graph: _Optional[_Union[_graph_pb2.Graph, _Mapping]] = ...,
|
|
199
214
|
build_profile: _Optional[_Union[_environment_pb2.DeploymentBuildProfile, str]] = ...,
|
|
200
215
|
graph_mutations: _Optional[_Iterable[_Union[_graph_pb2_1.GraphMutation, _Mapping]]] = ...,
|
|
216
|
+
customer_metadata: _Optional[_Mapping[str, str]] = ...,
|
|
217
|
+
display_description: _Optional[str] = ...,
|
|
201
218
|
) -> None: ...
|
|
202
219
|
|
|
203
220
|
class RedeployDeploymentResponse(_message.Message):
|
|
@@ -255,6 +272,105 @@ class UploadSourceResponse(_message.Message):
|
|
|
255
272
|
progress_url: str
|
|
256
273
|
def __init__(self, status: _Optional[str] = ..., progress_url: _Optional[str] = ...) -> None: ...
|
|
257
274
|
|
|
275
|
+
class PrepareDeploymentRequest(_message.Message):
|
|
276
|
+
__slots__ = (
|
|
277
|
+
"git_branch",
|
|
278
|
+
"git_commit",
|
|
279
|
+
"git_pr",
|
|
280
|
+
"git_author",
|
|
281
|
+
"git_tag",
|
|
282
|
+
"branch",
|
|
283
|
+
"requirements",
|
|
284
|
+
"customer_deployment_tags",
|
|
285
|
+
"project_settings",
|
|
286
|
+
"customer_metadata",
|
|
287
|
+
"display_description",
|
|
288
|
+
"archive",
|
|
289
|
+
"no_promote",
|
|
290
|
+
"dependency_hash",
|
|
291
|
+
"base_image_override",
|
|
292
|
+
"use_grpc",
|
|
293
|
+
"enable_profiling",
|
|
294
|
+
"build_profile",
|
|
295
|
+
)
|
|
296
|
+
class CustomerMetadataEntry(_message.Message):
|
|
297
|
+
__slots__ = ("key", "value")
|
|
298
|
+
KEY_FIELD_NUMBER: _ClassVar[int]
|
|
299
|
+
VALUE_FIELD_NUMBER: _ClassVar[int]
|
|
300
|
+
key: str
|
|
301
|
+
value: str
|
|
302
|
+
def __init__(self, key: _Optional[str] = ..., value: _Optional[str] = ...) -> None: ...
|
|
303
|
+
|
|
304
|
+
GIT_BRANCH_FIELD_NUMBER: _ClassVar[int]
|
|
305
|
+
GIT_COMMIT_FIELD_NUMBER: _ClassVar[int]
|
|
306
|
+
GIT_PR_FIELD_NUMBER: _ClassVar[int]
|
|
307
|
+
GIT_AUTHOR_FIELD_NUMBER: _ClassVar[int]
|
|
308
|
+
GIT_TAG_FIELD_NUMBER: _ClassVar[int]
|
|
309
|
+
BRANCH_FIELD_NUMBER: _ClassVar[int]
|
|
310
|
+
REQUIREMENTS_FIELD_NUMBER: _ClassVar[int]
|
|
311
|
+
CUSTOMER_DEPLOYMENT_TAGS_FIELD_NUMBER: _ClassVar[int]
|
|
312
|
+
PROJECT_SETTINGS_FIELD_NUMBER: _ClassVar[int]
|
|
313
|
+
CUSTOMER_METADATA_FIELD_NUMBER: _ClassVar[int]
|
|
314
|
+
DISPLAY_DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
315
|
+
ARCHIVE_FIELD_NUMBER: _ClassVar[int]
|
|
316
|
+
NO_PROMOTE_FIELD_NUMBER: _ClassVar[int]
|
|
317
|
+
DEPENDENCY_HASH_FIELD_NUMBER: _ClassVar[int]
|
|
318
|
+
BASE_IMAGE_OVERRIDE_FIELD_NUMBER: _ClassVar[int]
|
|
319
|
+
USE_GRPC_FIELD_NUMBER: _ClassVar[int]
|
|
320
|
+
ENABLE_PROFILING_FIELD_NUMBER: _ClassVar[int]
|
|
321
|
+
BUILD_PROFILE_FIELD_NUMBER: _ClassVar[int]
|
|
322
|
+
git_branch: str
|
|
323
|
+
git_commit: str
|
|
324
|
+
git_pr: str
|
|
325
|
+
git_author: str
|
|
326
|
+
git_tag: str
|
|
327
|
+
branch: str
|
|
328
|
+
requirements: _containers.RepeatedCompositeFieldContainer[RequirementsFile]
|
|
329
|
+
customer_deployment_tags: _containers.RepeatedScalarFieldContainer[str]
|
|
330
|
+
project_settings: _export_pb2.ProjectSettings
|
|
331
|
+
customer_metadata: _containers.ScalarMap[str, str]
|
|
332
|
+
display_description: str
|
|
333
|
+
archive: bytes
|
|
334
|
+
no_promote: bool
|
|
335
|
+
dependency_hash: str
|
|
336
|
+
base_image_override: str
|
|
337
|
+
use_grpc: bool
|
|
338
|
+
enable_profiling: bool
|
|
339
|
+
build_profile: _environment_pb2.DeploymentBuildProfile
|
|
340
|
+
def __init__(
|
|
341
|
+
self,
|
|
342
|
+
git_branch: _Optional[str] = ...,
|
|
343
|
+
git_commit: _Optional[str] = ...,
|
|
344
|
+
git_pr: _Optional[str] = ...,
|
|
345
|
+
git_author: _Optional[str] = ...,
|
|
346
|
+
git_tag: _Optional[str] = ...,
|
|
347
|
+
branch: _Optional[str] = ...,
|
|
348
|
+
requirements: _Optional[_Iterable[_Union[RequirementsFile, _Mapping]]] = ...,
|
|
349
|
+
customer_deployment_tags: _Optional[_Iterable[str]] = ...,
|
|
350
|
+
project_settings: _Optional[_Union[_export_pb2.ProjectSettings, _Mapping]] = ...,
|
|
351
|
+
customer_metadata: _Optional[_Mapping[str, str]] = ...,
|
|
352
|
+
display_description: _Optional[str] = ...,
|
|
353
|
+
archive: _Optional[bytes] = ...,
|
|
354
|
+
no_promote: bool = ...,
|
|
355
|
+
dependency_hash: _Optional[str] = ...,
|
|
356
|
+
base_image_override: _Optional[str] = ...,
|
|
357
|
+
use_grpc: bool = ...,
|
|
358
|
+
enable_profiling: bool = ...,
|
|
359
|
+
build_profile: _Optional[_Union[_environment_pb2.DeploymentBuildProfile, str]] = ...,
|
|
360
|
+
) -> None: ...
|
|
361
|
+
|
|
362
|
+
class PrepareDeploymentResponse(_message.Message):
|
|
363
|
+
__slots__ = ("deployment_id", "status", "progress_url")
|
|
364
|
+
DEPLOYMENT_ID_FIELD_NUMBER: _ClassVar[int]
|
|
365
|
+
STATUS_FIELD_NUMBER: _ClassVar[int]
|
|
366
|
+
PROGRESS_URL_FIELD_NUMBER: _ClassVar[int]
|
|
367
|
+
deployment_id: str
|
|
368
|
+
status: str
|
|
369
|
+
progress_url: str
|
|
370
|
+
def __init__(
|
|
371
|
+
self, deployment_id: _Optional[str] = ..., status: _Optional[str] = ..., progress_url: _Optional[str] = ...
|
|
372
|
+
) -> None: ...
|
|
373
|
+
|
|
258
374
|
class LintSourceRequest(_message.Message):
|
|
259
375
|
__slots__ = ("archive", "use_branch_server")
|
|
260
376
|
ARCHIVE_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -342,6 +458,9 @@ class GetDeploymentDependenciesResponse(_message.Message):
|
|
|
342
458
|
"desired_engine_base_image",
|
|
343
459
|
"final_engine_image",
|
|
344
460
|
"build_profile",
|
|
461
|
+
"source_dependency_hash",
|
|
462
|
+
"dependency_hash",
|
|
463
|
+
"target_tag",
|
|
345
464
|
)
|
|
346
465
|
RUNTIME_FIELD_NUMBER: _ClassVar[int]
|
|
347
466
|
REQUIREMENTS_FILE_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -351,6 +470,9 @@ class GetDeploymentDependenciesResponse(_message.Message):
|
|
|
351
470
|
DESIRED_ENGINE_BASE_IMAGE_FIELD_NUMBER: _ClassVar[int]
|
|
352
471
|
FINAL_ENGINE_IMAGE_FIELD_NUMBER: _ClassVar[int]
|
|
353
472
|
BUILD_PROFILE_FIELD_NUMBER: _ClassVar[int]
|
|
473
|
+
SOURCE_DEPENDENCY_HASH_FIELD_NUMBER: _ClassVar[int]
|
|
474
|
+
DEPENDENCY_HASH_FIELD_NUMBER: _ClassVar[int]
|
|
475
|
+
TARGET_TAG_FIELD_NUMBER: _ClassVar[int]
|
|
354
476
|
runtime: str
|
|
355
477
|
requirements_file: str
|
|
356
478
|
requirements_contents: str
|
|
@@ -359,6 +481,9 @@ class GetDeploymentDependenciesResponse(_message.Message):
|
|
|
359
481
|
desired_engine_base_image: str
|
|
360
482
|
final_engine_image: str
|
|
361
483
|
build_profile: _environment_pb2.DeploymentBuildProfile
|
|
484
|
+
source_dependency_hash: str
|
|
485
|
+
dependency_hash: str
|
|
486
|
+
target_tag: str
|
|
362
487
|
def __init__(
|
|
363
488
|
self,
|
|
364
489
|
runtime: _Optional[str] = ...,
|
|
@@ -369,6 +494,9 @@ class GetDeploymentDependenciesResponse(_message.Message):
|
|
|
369
494
|
desired_engine_base_image: _Optional[str] = ...,
|
|
370
495
|
final_engine_image: _Optional[str] = ...,
|
|
371
496
|
build_profile: _Optional[_Union[_environment_pb2.DeploymentBuildProfile, str]] = ...,
|
|
497
|
+
source_dependency_hash: _Optional[str] = ...,
|
|
498
|
+
dependency_hash: _Optional[str] = ...,
|
|
499
|
+
target_tag: _Optional[str] = ...,
|
|
372
500
|
) -> None: ...
|
|
373
501
|
|
|
374
502
|
class GetClusterTimescaleDBRequest(_message.Message):
|
|
@@ -746,6 +874,7 @@ class EnvoyGatewaySpecs(_message.Message):
|
|
|
746
874
|
"service_annotations",
|
|
747
875
|
"load_balancer_class",
|
|
748
876
|
"cluster_gateway_id",
|
|
877
|
+
"suspended",
|
|
749
878
|
)
|
|
750
879
|
class ServiceAnnotationsEntry(_message.Message):
|
|
751
880
|
__slots__ = ("key", "value")
|
|
@@ -766,6 +895,7 @@ class EnvoyGatewaySpecs(_message.Message):
|
|
|
766
895
|
SERVICE_ANNOTATIONS_FIELD_NUMBER: _ClassVar[int]
|
|
767
896
|
LOAD_BALANCER_CLASS_FIELD_NUMBER: _ClassVar[int]
|
|
768
897
|
CLUSTER_GATEWAY_ID_FIELD_NUMBER: _ClassVar[int]
|
|
898
|
+
SUSPENDED_FIELD_NUMBER: _ClassVar[int]
|
|
769
899
|
namespace: str
|
|
770
900
|
gateway_name: str
|
|
771
901
|
gateway_class_name: str
|
|
@@ -777,6 +907,7 @@ class EnvoyGatewaySpecs(_message.Message):
|
|
|
777
907
|
service_annotations: _containers.ScalarMap[str, str]
|
|
778
908
|
load_balancer_class: str
|
|
779
909
|
cluster_gateway_id: str
|
|
910
|
+
suspended: bool
|
|
780
911
|
def __init__(
|
|
781
912
|
self,
|
|
782
913
|
namespace: _Optional[str] = ...,
|
|
@@ -790,6 +921,7 @@ class EnvoyGatewaySpecs(_message.Message):
|
|
|
790
921
|
service_annotations: _Optional[_Mapping[str, str]] = ...,
|
|
791
922
|
load_balancer_class: _Optional[str] = ...,
|
|
792
923
|
cluster_gateway_id: _Optional[str] = ...,
|
|
924
|
+
suspended: bool = ...,
|
|
793
925
|
) -> None: ...
|
|
794
926
|
|
|
795
927
|
class EnvoyGatewayListener(_message.Message):
|
|
@@ -1218,6 +1350,7 @@ class BackgroundPersistenceDeploymentSpecs(_message.Message):
|
|
|
1218
1350
|
"insecure",
|
|
1219
1351
|
"writers",
|
|
1220
1352
|
"bootstrap_cloud_resources",
|
|
1353
|
+
"suspended",
|
|
1221
1354
|
)
|
|
1222
1355
|
COMMON_PERSISTENCE_SPECS_FIELD_NUMBER: _ClassVar[int]
|
|
1223
1356
|
API_SERVER_HOST_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -1232,6 +1365,7 @@ class BackgroundPersistenceDeploymentSpecs(_message.Message):
|
|
|
1232
1365
|
INSECURE_FIELD_NUMBER: _ClassVar[int]
|
|
1233
1366
|
WRITERS_FIELD_NUMBER: _ClassVar[int]
|
|
1234
1367
|
BOOTSTRAP_CLOUD_RESOURCES_FIELD_NUMBER: _ClassVar[int]
|
|
1368
|
+
SUSPENDED_FIELD_NUMBER: _ClassVar[int]
|
|
1235
1369
|
common_persistence_specs: BackgroundPersistenceCommonSpecs
|
|
1236
1370
|
api_server_host: str
|
|
1237
1371
|
kafka_sasl_secret: str
|
|
@@ -1245,6 +1379,7 @@ class BackgroundPersistenceDeploymentSpecs(_message.Message):
|
|
|
1245
1379
|
insecure: bool
|
|
1246
1380
|
writers: _containers.RepeatedCompositeFieldContainer[BackgroundPersistenceWriterSpecs]
|
|
1247
1381
|
bootstrap_cloud_resources: bool
|
|
1382
|
+
suspended: bool
|
|
1248
1383
|
def __init__(
|
|
1249
1384
|
self,
|
|
1250
1385
|
common_persistence_specs: _Optional[_Union[BackgroundPersistenceCommonSpecs, _Mapping]] = ...,
|
|
@@ -1260,6 +1395,7 @@ class BackgroundPersistenceDeploymentSpecs(_message.Message):
|
|
|
1260
1395
|
insecure: bool = ...,
|
|
1261
1396
|
writers: _Optional[_Iterable[_Union[BackgroundPersistenceWriterSpecs, _Mapping]]] = ...,
|
|
1262
1397
|
bootstrap_cloud_resources: bool = ...,
|
|
1398
|
+
suspended: bool = ...,
|
|
1263
1399
|
) -> None: ...
|
|
1264
1400
|
|
|
1265
1401
|
class CreateClusterBackgroundPersistenceResponse(_message.Message):
|
|
@@ -1331,46 +1467,125 @@ class ClickHouseSpec(_message.Message):
|
|
|
1331
1467
|
) -> None: ...
|
|
1332
1468
|
|
|
1333
1469
|
class ZombieKillerSpec(_message.Message):
|
|
1334
|
-
__slots__ = ()
|
|
1335
|
-
|
|
1470
|
+
__slots__ = ("interval",)
|
|
1471
|
+
INTERVAL_FIELD_NUMBER: _ClassVar[int]
|
|
1472
|
+
interval: int
|
|
1473
|
+
def __init__(self, interval: _Optional[int] = ...) -> None: ...
|
|
1336
1474
|
|
|
1337
1475
|
class CoreDumpCollectorSpec(_message.Message):
|
|
1338
1476
|
__slots__ = ()
|
|
1339
1477
|
def __init__(self) -> None: ...
|
|
1340
1478
|
|
|
1341
1479
|
class PySpyStackTraceCollectorSpec(_message.Message):
|
|
1342
|
-
__slots__ = (
|
|
1343
|
-
|
|
1480
|
+
__slots__ = (
|
|
1481
|
+
"native",
|
|
1482
|
+
"subprocesses",
|
|
1483
|
+
"idle",
|
|
1484
|
+
"locals",
|
|
1485
|
+
"nonblocking",
|
|
1486
|
+
"max_retained_runs",
|
|
1487
|
+
"interval",
|
|
1488
|
+
"introspection_server_uris",
|
|
1489
|
+
)
|
|
1490
|
+
NATIVE_FIELD_NUMBER: _ClassVar[int]
|
|
1491
|
+
SUBPROCESSES_FIELD_NUMBER: _ClassVar[int]
|
|
1492
|
+
IDLE_FIELD_NUMBER: _ClassVar[int]
|
|
1493
|
+
LOCALS_FIELD_NUMBER: _ClassVar[int]
|
|
1494
|
+
NONBLOCKING_FIELD_NUMBER: _ClassVar[int]
|
|
1495
|
+
MAX_RETAINED_RUNS_FIELD_NUMBER: _ClassVar[int]
|
|
1496
|
+
INTERVAL_FIELD_NUMBER: _ClassVar[int]
|
|
1497
|
+
INTROSPECTION_SERVER_URIS_FIELD_NUMBER: _ClassVar[int]
|
|
1498
|
+
native: bool
|
|
1499
|
+
subprocesses: bool
|
|
1500
|
+
idle: bool
|
|
1501
|
+
locals: bool
|
|
1502
|
+
nonblocking: bool
|
|
1503
|
+
max_retained_runs: int
|
|
1504
|
+
interval: int
|
|
1505
|
+
introspection_server_uris: _containers.RepeatedScalarFieldContainer[str]
|
|
1506
|
+
def __init__(
|
|
1507
|
+
self,
|
|
1508
|
+
native: bool = ...,
|
|
1509
|
+
subprocesses: bool = ...,
|
|
1510
|
+
idle: bool = ...,
|
|
1511
|
+
locals: bool = ...,
|
|
1512
|
+
nonblocking: bool = ...,
|
|
1513
|
+
max_retained_runs: _Optional[int] = ...,
|
|
1514
|
+
interval: _Optional[int] = ...,
|
|
1515
|
+
introspection_server_uris: _Optional[_Iterable[str]] = ...,
|
|
1516
|
+
) -> None: ...
|
|
1517
|
+
|
|
1518
|
+
class PerfCollectorSpec(_message.Message):
|
|
1519
|
+
__slots__ = ("perf_polling_frequency_hz", "call_graph", "max_dumps_retained", "dump_duration_seconds")
|
|
1520
|
+
PERF_POLLING_FREQUENCY_HZ_FIELD_NUMBER: _ClassVar[int]
|
|
1521
|
+
CALL_GRAPH_FIELD_NUMBER: _ClassVar[int]
|
|
1522
|
+
MAX_DUMPS_RETAINED_FIELD_NUMBER: _ClassVar[int]
|
|
1523
|
+
DUMP_DURATION_SECONDS_FIELD_NUMBER: _ClassVar[int]
|
|
1524
|
+
perf_polling_frequency_hz: int
|
|
1525
|
+
call_graph: bool
|
|
1526
|
+
max_dumps_retained: int
|
|
1527
|
+
dump_duration_seconds: int
|
|
1528
|
+
def __init__(
|
|
1529
|
+
self,
|
|
1530
|
+
perf_polling_frequency_hz: _Optional[int] = ...,
|
|
1531
|
+
call_graph: bool = ...,
|
|
1532
|
+
max_dumps_retained: _Optional[int] = ...,
|
|
1533
|
+
dump_duration_seconds: _Optional[int] = ...,
|
|
1534
|
+
) -> None: ...
|
|
1535
|
+
|
|
1536
|
+
class PerfettoDaemonSpec(_message.Message):
|
|
1537
|
+
__slots__ = ("config_text", "max_retained_runs", "interval")
|
|
1538
|
+
CONFIG_TEXT_FIELD_NUMBER: _ClassVar[int]
|
|
1539
|
+
MAX_RETAINED_RUNS_FIELD_NUMBER: _ClassVar[int]
|
|
1540
|
+
INTERVAL_FIELD_NUMBER: _ClassVar[int]
|
|
1541
|
+
config_text: str
|
|
1542
|
+
max_retained_runs: int
|
|
1543
|
+
interval: int
|
|
1544
|
+
def __init__(
|
|
1545
|
+
self, config_text: _Optional[str] = ..., max_retained_runs: _Optional[int] = ..., interval: _Optional[int] = ...
|
|
1546
|
+
) -> None: ...
|
|
1344
1547
|
|
|
1345
1548
|
class ObservabilityDaemonSpec(_message.Message):
|
|
1346
1549
|
__slots__ = (
|
|
1347
1550
|
"keep_running_when_suspended",
|
|
1348
1551
|
"request",
|
|
1349
1552
|
"limit",
|
|
1553
|
+
"image_override",
|
|
1350
1554
|
"zombie_killer",
|
|
1351
1555
|
"core_dump_collector",
|
|
1352
1556
|
"py_spy_stack_trace_collector",
|
|
1557
|
+
"perf_collector",
|
|
1558
|
+
"perfetto_daemon",
|
|
1353
1559
|
)
|
|
1354
1560
|
KEEP_RUNNING_WHEN_SUSPENDED_FIELD_NUMBER: _ClassVar[int]
|
|
1355
1561
|
REQUEST_FIELD_NUMBER: _ClassVar[int]
|
|
1356
1562
|
LIMIT_FIELD_NUMBER: _ClassVar[int]
|
|
1563
|
+
IMAGE_OVERRIDE_FIELD_NUMBER: _ClassVar[int]
|
|
1357
1564
|
ZOMBIE_KILLER_FIELD_NUMBER: _ClassVar[int]
|
|
1358
1565
|
CORE_DUMP_COLLECTOR_FIELD_NUMBER: _ClassVar[int]
|
|
1359
1566
|
PY_SPY_STACK_TRACE_COLLECTOR_FIELD_NUMBER: _ClassVar[int]
|
|
1567
|
+
PERF_COLLECTOR_FIELD_NUMBER: _ClassVar[int]
|
|
1568
|
+
PERFETTO_DAEMON_FIELD_NUMBER: _ClassVar[int]
|
|
1360
1569
|
keep_running_when_suspended: bool
|
|
1361
1570
|
request: KubeResourceConfig
|
|
1362
1571
|
limit: KubeResourceConfig
|
|
1572
|
+
image_override: str
|
|
1363
1573
|
zombie_killer: ZombieKillerSpec
|
|
1364
1574
|
core_dump_collector: CoreDumpCollectorSpec
|
|
1365
1575
|
py_spy_stack_trace_collector: PySpyStackTraceCollectorSpec
|
|
1576
|
+
perf_collector: PerfCollectorSpec
|
|
1577
|
+
perfetto_daemon: PerfettoDaemonSpec
|
|
1366
1578
|
def __init__(
|
|
1367
1579
|
self,
|
|
1368
1580
|
keep_running_when_suspended: bool = ...,
|
|
1369
1581
|
request: _Optional[_Union[KubeResourceConfig, _Mapping]] = ...,
|
|
1370
1582
|
limit: _Optional[_Union[KubeResourceConfig, _Mapping]] = ...,
|
|
1583
|
+
image_override: _Optional[str] = ...,
|
|
1371
1584
|
zombie_killer: _Optional[_Union[ZombieKillerSpec, _Mapping]] = ...,
|
|
1372
1585
|
core_dump_collector: _Optional[_Union[CoreDumpCollectorSpec, _Mapping]] = ...,
|
|
1373
1586
|
py_spy_stack_trace_collector: _Optional[_Union[PySpyStackTraceCollectorSpec, _Mapping]] = ...,
|
|
1587
|
+
perf_collector: _Optional[_Union[PerfCollectorSpec, _Mapping]] = ...,
|
|
1588
|
+
perfetto_daemon: _Optional[_Union[PerfettoDaemonSpec, _Mapping]] = ...,
|
|
1374
1589
|
) -> None: ...
|
|
1375
1590
|
|
|
1376
1591
|
class TelemetryDeploymentSpec(_message.Message):
|
|
@@ -1562,8 +1777,12 @@ class UpdateEnvironmentVariablesRequest(_message.Message):
|
|
|
1562
1777
|
def __init__(self, environment_variables: _Optional[_Mapping[str, str]] = ...) -> None: ...
|
|
1563
1778
|
|
|
1564
1779
|
class UpdateEnvironmentVariablesResponse(_message.Message):
|
|
1565
|
-
__slots__ = ()
|
|
1566
|
-
|
|
1780
|
+
__slots__ = ("field_changes",)
|
|
1781
|
+
FIELD_CHANGES_FIELD_NUMBER: _ClassVar[int]
|
|
1782
|
+
field_changes: _containers.RepeatedCompositeFieldContainer[_field_change_pb2.FieldChange]
|
|
1783
|
+
def __init__(
|
|
1784
|
+
self, field_changes: _Optional[_Iterable[_Union[_field_change_pb2.FieldChange, _Mapping]]] = ...
|
|
1785
|
+
) -> None: ...
|
|
1567
1786
|
|
|
1568
1787
|
class StartBranchRequest(_message.Message):
|
|
1569
1788
|
__slots__ = ()
|
|
@@ -1895,7 +2114,17 @@ class CreateDeploymentRequest(_message.Message):
|
|
|
1895
2114
|
"requirements",
|
|
1896
2115
|
"customer_deployment_tags",
|
|
1897
2116
|
"project_settings",
|
|
2117
|
+
"customer_metadata",
|
|
2118
|
+
"display_description",
|
|
1898
2119
|
)
|
|
2120
|
+
class CustomerMetadataEntry(_message.Message):
|
|
2121
|
+
__slots__ = ("key", "value")
|
|
2122
|
+
KEY_FIELD_NUMBER: _ClassVar[int]
|
|
2123
|
+
VALUE_FIELD_NUMBER: _ClassVar[int]
|
|
2124
|
+
key: str
|
|
2125
|
+
value: str
|
|
2126
|
+
def __init__(self, key: _Optional[str] = ..., value: _Optional[str] = ...) -> None: ...
|
|
2127
|
+
|
|
1899
2128
|
GIT_BRANCH_FIELD_NUMBER: _ClassVar[int]
|
|
1900
2129
|
GIT_COMMIT_FIELD_NUMBER: _ClassVar[int]
|
|
1901
2130
|
GIT_PR_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -1905,6 +2134,8 @@ class CreateDeploymentRequest(_message.Message):
|
|
|
1905
2134
|
REQUIREMENTS_FIELD_NUMBER: _ClassVar[int]
|
|
1906
2135
|
CUSTOMER_DEPLOYMENT_TAGS_FIELD_NUMBER: _ClassVar[int]
|
|
1907
2136
|
PROJECT_SETTINGS_FIELD_NUMBER: _ClassVar[int]
|
|
2137
|
+
CUSTOMER_METADATA_FIELD_NUMBER: _ClassVar[int]
|
|
2138
|
+
DISPLAY_DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
1908
2139
|
git_branch: str
|
|
1909
2140
|
git_commit: str
|
|
1910
2141
|
git_pr: str
|
|
@@ -1914,6 +2145,8 @@ class CreateDeploymentRequest(_message.Message):
|
|
|
1914
2145
|
requirements: _containers.RepeatedCompositeFieldContainer[RequirementsFile]
|
|
1915
2146
|
customer_deployment_tags: _containers.RepeatedScalarFieldContainer[str]
|
|
1916
2147
|
project_settings: _export_pb2.ProjectSettings
|
|
2148
|
+
customer_metadata: _containers.ScalarMap[str, str]
|
|
2149
|
+
display_description: str
|
|
1917
2150
|
def __init__(
|
|
1918
2151
|
self,
|
|
1919
2152
|
git_branch: _Optional[str] = ...,
|
|
@@ -1925,6 +2158,8 @@ class CreateDeploymentRequest(_message.Message):
|
|
|
1925
2158
|
requirements: _Optional[_Iterable[_Union[RequirementsFile, _Mapping]]] = ...,
|
|
1926
2159
|
customer_deployment_tags: _Optional[_Iterable[str]] = ...,
|
|
1927
2160
|
project_settings: _Optional[_Union[_export_pb2.ProjectSettings, _Mapping]] = ...,
|
|
2161
|
+
customer_metadata: _Optional[_Mapping[str, str]] = ...,
|
|
2162
|
+
display_description: _Optional[str] = ...,
|
|
1928
2163
|
) -> None: ...
|
|
1929
2164
|
|
|
1930
2165
|
class CreateDeploymentResponse(_message.Message):
|
|
@@ -1979,3 +2214,35 @@ class ResumeEnvironmentRequest(_message.Message):
|
|
|
1979
2214
|
class ResumeEnvironmentResponse(_message.Message):
|
|
1980
2215
|
__slots__ = ()
|
|
1981
2216
|
def __init__(self) -> None: ...
|
|
2217
|
+
|
|
2218
|
+
class SuspendClusterGatewayRequest(_message.Message):
|
|
2219
|
+
__slots__ = ()
|
|
2220
|
+
def __init__(self) -> None: ...
|
|
2221
|
+
|
|
2222
|
+
class SuspendClusterGatewayResponse(_message.Message):
|
|
2223
|
+
__slots__ = ()
|
|
2224
|
+
def __init__(self) -> None: ...
|
|
2225
|
+
|
|
2226
|
+
class ResumeClusterGatewayRequest(_message.Message):
|
|
2227
|
+
__slots__ = ()
|
|
2228
|
+
def __init__(self) -> None: ...
|
|
2229
|
+
|
|
2230
|
+
class ResumeClusterGatewayResponse(_message.Message):
|
|
2231
|
+
__slots__ = ()
|
|
2232
|
+
def __init__(self) -> None: ...
|
|
2233
|
+
|
|
2234
|
+
class SuspendClusterBackgroundPersistenceRequest(_message.Message):
|
|
2235
|
+
__slots__ = ()
|
|
2236
|
+
def __init__(self) -> None: ...
|
|
2237
|
+
|
|
2238
|
+
class SuspendClusterBackgroundPersistenceResponse(_message.Message):
|
|
2239
|
+
__slots__ = ()
|
|
2240
|
+
def __init__(self) -> None: ...
|
|
2241
|
+
|
|
2242
|
+
class ResumeClusterBackgroundPersistenceRequest(_message.Message):
|
|
2243
|
+
__slots__ = ()
|
|
2244
|
+
def __init__(self) -> None: ...
|
|
2245
|
+
|
|
2246
|
+
class ResumeClusterBackgroundPersistenceResponse(_message.Message):
|
|
2247
|
+
__slots__ = ()
|
|
2248
|
+
def __init__(self) -> None: ...
|