pulumi-gcp 8.13.0__py3-none-any.whl → 8.13.0a1734503365__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.
- pulumi_gcp/__init__.py +0 -43
- pulumi_gcp/accesscontextmanager/_inputs.py +3 -3
- pulumi_gcp/accesscontextmanager/outputs.py +2 -2
- pulumi_gcp/artifactregistry/_inputs.py +0 -83
- pulumi_gcp/artifactregistry/get_repository.py +4 -15
- pulumi_gcp/artifactregistry/outputs.py +0 -112
- pulumi_gcp/artifactregistry/repository.py +7 -93
- pulumi_gcp/backupdisasterrecovery/get_backup.py +2 -38
- pulumi_gcp/backupdisasterrecovery/get_data_source.py +2 -38
- pulumi_gcp/backupdisasterrecovery/outputs.py +8 -8
- pulumi_gcp/bigquery/_inputs.py +0 -369
- pulumi_gcp/bigquery/dataset_access.py +0 -61
- pulumi_gcp/bigquery/job.py +18 -6
- pulumi_gcp/bigquery/outputs.py +0 -350
- pulumi_gcp/bigquery/table.py +0 -47
- pulumi_gcp/cloudrunv2/_inputs.py +3 -6
- pulumi_gcp/cloudrunv2/outputs.py +6 -10
- pulumi_gcp/composer/_inputs.py +5 -80
- pulumi_gcp/composer/outputs.py +4 -111
- pulumi_gcp/compute/_inputs.py +87 -181
- pulumi_gcp/compute/firewall_policy_association.py +39 -50
- pulumi_gcp/compute/get_network.py +2 -17
- pulumi_gcp/compute/get_subnetwork.py +4 -18
- pulumi_gcp/compute/network.py +2 -39
- pulumi_gcp/compute/outputs.py +58 -157
- pulumi_gcp/compute/region_network_endpoint_group.py +1 -1
- pulumi_gcp/compute/resize_request.py +40 -26
- pulumi_gcp/config/__init__.pyi +0 -2
- pulumi_gcp/config/vars.py +0 -4
- pulumi_gcp/dataproc/batch.py +18 -4
- pulumi_gcp/datastream/_inputs.py +0 -68
- pulumi_gcp/datastream/outputs.py +1 -41
- pulumi_gcp/developerconnect/connection.py +12 -58
- pulumi_gcp/diagflow/_inputs.py +3 -3
- pulumi_gcp/diagflow/outputs.py +2 -2
- pulumi_gcp/filestore/backup.py +3 -71
- pulumi_gcp/firebase/hosting_custom_domain.py +4 -4
- pulumi_gcp/firestore/_inputs.py +3 -3
- pulumi_gcp/firestore/outputs.py +2 -2
- pulumi_gcp/gkehub/__init__.py +0 -1
- pulumi_gcp/gkehub/outputs.py +0 -1153
- pulumi_gcp/gkeonprem/__init__.py +0 -1
- pulumi_gcp/gkeonprem/_inputs.py +0 -2364
- pulumi_gcp/gkeonprem/outputs.py +0 -1780
- pulumi_gcp/integrationconnectors/_inputs.py +6 -6
- pulumi_gcp/integrationconnectors/connection.py +7 -7
- pulumi_gcp/integrationconnectors/outputs.py +4 -4
- pulumi_gcp/kms/__init__.py +0 -2
- pulumi_gcp/netapp/kmsconfig.py +14 -2
- pulumi_gcp/networkconnectivity/hub.py +0 -108
- pulumi_gcp/networkconnectivity/spoke.py +0 -195
- pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +0 -4
- pulumi_gcp/networksecurity/__init__.py +0 -2
- pulumi_gcp/networksecurity/_inputs.py +0 -78
- pulumi_gcp/networksecurity/outputs.py +0 -48
- pulumi_gcp/oracledatabase/autonomous_database.py +2 -2
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/parallelstore/instance.py +0 -149
- pulumi_gcp/projects/usage_export_bucket.py +110 -42
- pulumi_gcp/provider.py +0 -20
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/instance.py +16 -4
- pulumi_gcp/spanner/instance_iam_binding.py +0 -14
- pulumi_gcp/spanner/instance_iam_member.py +0 -14
- pulumi_gcp/sql/database_instance.py +7 -7
- pulumi_gcp/storage/__init__.py +0 -1
- pulumi_gcp/storage/_inputs.py +0 -431
- pulumi_gcp/storage/outputs.py +0 -363
- pulumi_gcp/storage/transfer_job.py +38 -84
- pulumi_gcp/vertex/_inputs.py +25 -26
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/outputs.py +14 -15
- pulumi_gcp/workstations/workstation.py +1 -55
- {pulumi_gcp-8.13.0.dist-info → pulumi_gcp-8.13.0a1734503365.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.13.0.dist-info → pulumi_gcp-8.13.0a1734503365.dist-info}/RECORD +79 -90
- {pulumi_gcp-8.13.0.dist-info → pulumi_gcp-8.13.0a1734503365.dist-info}/WHEEL +1 -1
- pulumi_gcp/chronicle/__init__.py +0 -10
- pulumi_gcp/chronicle/_inputs.py +0 -169
- pulumi_gcp/chronicle/outputs.py +0 -107
- pulumi_gcp/chronicle/watchlist.py +0 -776
- pulumi_gcp/gkehub/get_feature.py +0 -226
- pulumi_gcp/gkeonprem/vmware_admin_cluster.py +0 -1715
- pulumi_gcp/kms/get_autokey_config.py +0 -121
- pulumi_gcp/kms/get_key_handle.py +0 -185
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +0 -723
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +0 -815
- pulumi_gcp/storage/folder.py +0 -483
- {pulumi_gcp-8.13.0.dist-info → pulumi_gcp-8.13.0a1734503365.dist-info}/top_level.txt +0 -0
pulumi_gcp/bigquery/outputs.py
CHANGED
@@ -39,7 +39,6 @@ __all__ = [
|
|
39
39
|
'DatasetAccess',
|
40
40
|
'DatasetAccessAuthorizedDataset',
|
41
41
|
'DatasetAccessAuthorizedDatasetDataset',
|
42
|
-
'DatasetAccessCondition',
|
43
42
|
'DatasetAccessDataset',
|
44
43
|
'DatasetAccessDatasetDataset',
|
45
44
|
'DatasetAccessRoutine',
|
@@ -78,9 +77,6 @@ __all__ = [
|
|
78
77
|
'RoutineSparkOptions',
|
79
78
|
'TableBiglakeConfiguration',
|
80
79
|
'TableEncryptionConfiguration',
|
81
|
-
'TableExternalCatalogTableOptions',
|
82
|
-
'TableExternalCatalogTableOptionsStorageDescriptor',
|
83
|
-
'TableExternalCatalogTableOptionsStorageDescriptorSerdeInfo',
|
84
80
|
'TableExternalDataConfiguration',
|
85
81
|
'TableExternalDataConfigurationAvroOptions',
|
86
82
|
'TableExternalDataConfigurationBigtableOptions',
|
@@ -103,7 +99,6 @@ __all__ = [
|
|
103
99
|
'TableTimePartitioning',
|
104
100
|
'TableView',
|
105
101
|
'GetDatasetAccessResult',
|
106
|
-
'GetDatasetAccessConditionResult',
|
107
102
|
'GetDatasetAccessDatasetResult',
|
108
103
|
'GetDatasetAccessDatasetDatasetResult',
|
109
104
|
'GetDatasetAccessRoutineResult',
|
@@ -1179,7 +1174,6 @@ class DatasetAccess(dict):
|
|
1179
1174
|
return super().get(key, default)
|
1180
1175
|
|
1181
1176
|
def __init__(__self__, *,
|
1182
|
-
condition: Optional['outputs.DatasetAccessCondition'] = None,
|
1183
1177
|
dataset: Optional['outputs.DatasetAccessDataset'] = None,
|
1184
1178
|
domain: Optional[str] = None,
|
1185
1179
|
group_by_email: Optional[str] = None,
|
@@ -1190,9 +1184,6 @@ class DatasetAccess(dict):
|
|
1190
1184
|
user_by_email: Optional[str] = None,
|
1191
1185
|
view: Optional['outputs.DatasetAccessView'] = None):
|
1192
1186
|
"""
|
1193
|
-
:param 'DatasetAccessConditionArgs' condition: Condition for the binding. If CEL expression in this field is true, this
|
1194
|
-
access binding will be considered.
|
1195
|
-
Structure is documented below.
|
1196
1187
|
:param 'DatasetAccessDatasetArgs' dataset: Grants all resources of particular types in a particular dataset read access to the current dataset.
|
1197
1188
|
Structure is documented below.
|
1198
1189
|
:param str domain: A domain to grant access to. Any users signed in with the
|
@@ -1225,8 +1216,6 @@ class DatasetAccess(dict):
|
|
1225
1216
|
needs to be granted again via an update operation.
|
1226
1217
|
Structure is documented below.
|
1227
1218
|
"""
|
1228
|
-
if condition is not None:
|
1229
|
-
pulumi.set(__self__, "condition", condition)
|
1230
1219
|
if dataset is not None:
|
1231
1220
|
pulumi.set(__self__, "dataset", dataset)
|
1232
1221
|
if domain is not None:
|
@@ -1246,16 +1235,6 @@ class DatasetAccess(dict):
|
|
1246
1235
|
if view is not None:
|
1247
1236
|
pulumi.set(__self__, "view", view)
|
1248
1237
|
|
1249
|
-
@property
|
1250
|
-
@pulumi.getter
|
1251
|
-
def condition(self) -> Optional['outputs.DatasetAccessCondition']:
|
1252
|
-
"""
|
1253
|
-
Condition for the binding. If CEL expression in this field is true, this
|
1254
|
-
access binding will be considered.
|
1255
|
-
Structure is documented below.
|
1256
|
-
"""
|
1257
|
-
return pulumi.get(self, "condition")
|
1258
|
-
|
1259
1238
|
@property
|
1260
1239
|
@pulumi.getter
|
1261
1240
|
def dataset(self) -> Optional['outputs.DatasetAccessDataset']:
|
@@ -1449,66 +1428,6 @@ class DatasetAccessAuthorizedDatasetDataset(dict):
|
|
1449
1428
|
return pulumi.get(self, "project_id")
|
1450
1429
|
|
1451
1430
|
|
1452
|
-
@pulumi.output_type
|
1453
|
-
class DatasetAccessCondition(dict):
|
1454
|
-
def __init__(__self__, *,
|
1455
|
-
expression: str,
|
1456
|
-
description: Optional[str] = None,
|
1457
|
-
location: Optional[str] = None,
|
1458
|
-
title: Optional[str] = None):
|
1459
|
-
"""
|
1460
|
-
:param str expression: Textual representation of an expression in Common Expression Language syntax.
|
1461
|
-
:param str description: Description of the expression. This is a longer text which describes the expression,
|
1462
|
-
e.g. when hovered over it in a UI.
|
1463
|
-
:param str location: String indicating the location of the expression for error reporting, e.g. a file
|
1464
|
-
name and a position in the file.
|
1465
|
-
:param str title: Title for the expression, i.e. a short string describing its purpose.
|
1466
|
-
This can be used e.g. in UIs which allow to enter the expression.
|
1467
|
-
"""
|
1468
|
-
pulumi.set(__self__, "expression", expression)
|
1469
|
-
if description is not None:
|
1470
|
-
pulumi.set(__self__, "description", description)
|
1471
|
-
if location is not None:
|
1472
|
-
pulumi.set(__self__, "location", location)
|
1473
|
-
if title is not None:
|
1474
|
-
pulumi.set(__self__, "title", title)
|
1475
|
-
|
1476
|
-
@property
|
1477
|
-
@pulumi.getter
|
1478
|
-
def expression(self) -> str:
|
1479
|
-
"""
|
1480
|
-
Textual representation of an expression in Common Expression Language syntax.
|
1481
|
-
"""
|
1482
|
-
return pulumi.get(self, "expression")
|
1483
|
-
|
1484
|
-
@property
|
1485
|
-
@pulumi.getter
|
1486
|
-
def description(self) -> Optional[str]:
|
1487
|
-
"""
|
1488
|
-
Description of the expression. This is a longer text which describes the expression,
|
1489
|
-
e.g. when hovered over it in a UI.
|
1490
|
-
"""
|
1491
|
-
return pulumi.get(self, "description")
|
1492
|
-
|
1493
|
-
@property
|
1494
|
-
@pulumi.getter
|
1495
|
-
def location(self) -> Optional[str]:
|
1496
|
-
"""
|
1497
|
-
String indicating the location of the expression for error reporting, e.g. a file
|
1498
|
-
name and a position in the file.
|
1499
|
-
"""
|
1500
|
-
return pulumi.get(self, "location")
|
1501
|
-
|
1502
|
-
@property
|
1503
|
-
@pulumi.getter
|
1504
|
-
def title(self) -> Optional[str]:
|
1505
|
-
"""
|
1506
|
-
Title for the expression, i.e. a short string describing its purpose.
|
1507
|
-
This can be used e.g. in UIs which allow to enter the expression.
|
1508
|
-
"""
|
1509
|
-
return pulumi.get(self, "title")
|
1510
|
-
|
1511
|
-
|
1512
1431
|
@pulumi.output_type
|
1513
1432
|
class DatasetAccessDataset(dict):
|
1514
1433
|
@staticmethod
|
@@ -4545,205 +4464,6 @@ class TableEncryptionConfiguration(dict):
|
|
4545
4464
|
return pulumi.get(self, "kms_key_version")
|
4546
4465
|
|
4547
4466
|
|
4548
|
-
@pulumi.output_type
|
4549
|
-
class TableExternalCatalogTableOptions(dict):
|
4550
|
-
@staticmethod
|
4551
|
-
def __key_warning(key: str):
|
4552
|
-
suggest = None
|
4553
|
-
if key == "connectionId":
|
4554
|
-
suggest = "connection_id"
|
4555
|
-
elif key == "storageDescriptor":
|
4556
|
-
suggest = "storage_descriptor"
|
4557
|
-
|
4558
|
-
if suggest:
|
4559
|
-
pulumi.log.warn(f"Key '{key}' not found in TableExternalCatalogTableOptions. Access the value via the '{suggest}' property getter instead.")
|
4560
|
-
|
4561
|
-
def __getitem__(self, key: str) -> Any:
|
4562
|
-
TableExternalCatalogTableOptions.__key_warning(key)
|
4563
|
-
return super().__getitem__(key)
|
4564
|
-
|
4565
|
-
def get(self, key: str, default = None) -> Any:
|
4566
|
-
TableExternalCatalogTableOptions.__key_warning(key)
|
4567
|
-
return super().get(key, default)
|
4568
|
-
|
4569
|
-
def __init__(__self__, *,
|
4570
|
-
connection_id: Optional[str] = None,
|
4571
|
-
parameters: Optional[Mapping[str, str]] = None,
|
4572
|
-
storage_descriptor: Optional['outputs.TableExternalCatalogTableOptionsStorageDescriptor'] = None):
|
4573
|
-
"""
|
4574
|
-
:param str connection_id: The connection specifying the credentials to be used to read external storage, such as Azure Blob, Cloud Storage, or S3. The connection is needed to read the open source table from BigQuery Engine. The connection_id can have the form <project_id>.<location_id>.<connection_id> or projects/<project_id>/locations/<location_id>/connections/<connection_id>.
|
4575
|
-
:param Mapping[str, str] parameters: A map of key value pairs defining the parameters and properties of the open source table. Corresponds with hive meta store table parameters. Maximum size of 4Mib.
|
4576
|
-
:param 'TableExternalCatalogTableOptionsStorageDescriptorArgs' storage_descriptor: A storage descriptor containing information about the physical storage of this table.
|
4577
|
-
"""
|
4578
|
-
if connection_id is not None:
|
4579
|
-
pulumi.set(__self__, "connection_id", connection_id)
|
4580
|
-
if parameters is not None:
|
4581
|
-
pulumi.set(__self__, "parameters", parameters)
|
4582
|
-
if storage_descriptor is not None:
|
4583
|
-
pulumi.set(__self__, "storage_descriptor", storage_descriptor)
|
4584
|
-
|
4585
|
-
@property
|
4586
|
-
@pulumi.getter(name="connectionId")
|
4587
|
-
def connection_id(self) -> Optional[str]:
|
4588
|
-
"""
|
4589
|
-
The connection specifying the credentials to be used to read external storage, such as Azure Blob, Cloud Storage, or S3. The connection is needed to read the open source table from BigQuery Engine. The connection_id can have the form <project_id>.<location_id>.<connection_id> or projects/<project_id>/locations/<location_id>/connections/<connection_id>.
|
4590
|
-
"""
|
4591
|
-
return pulumi.get(self, "connection_id")
|
4592
|
-
|
4593
|
-
@property
|
4594
|
-
@pulumi.getter
|
4595
|
-
def parameters(self) -> Optional[Mapping[str, str]]:
|
4596
|
-
"""
|
4597
|
-
A map of key value pairs defining the parameters and properties of the open source table. Corresponds with hive meta store table parameters. Maximum size of 4Mib.
|
4598
|
-
"""
|
4599
|
-
return pulumi.get(self, "parameters")
|
4600
|
-
|
4601
|
-
@property
|
4602
|
-
@pulumi.getter(name="storageDescriptor")
|
4603
|
-
def storage_descriptor(self) -> Optional['outputs.TableExternalCatalogTableOptionsStorageDescriptor']:
|
4604
|
-
"""
|
4605
|
-
A storage descriptor containing information about the physical storage of this table.
|
4606
|
-
"""
|
4607
|
-
return pulumi.get(self, "storage_descriptor")
|
4608
|
-
|
4609
|
-
|
4610
|
-
@pulumi.output_type
|
4611
|
-
class TableExternalCatalogTableOptionsStorageDescriptor(dict):
|
4612
|
-
@staticmethod
|
4613
|
-
def __key_warning(key: str):
|
4614
|
-
suggest = None
|
4615
|
-
if key == "inputFormat":
|
4616
|
-
suggest = "input_format"
|
4617
|
-
elif key == "locationUri":
|
4618
|
-
suggest = "location_uri"
|
4619
|
-
elif key == "outputFormat":
|
4620
|
-
suggest = "output_format"
|
4621
|
-
elif key == "serdeInfo":
|
4622
|
-
suggest = "serde_info"
|
4623
|
-
|
4624
|
-
if suggest:
|
4625
|
-
pulumi.log.warn(f"Key '{key}' not found in TableExternalCatalogTableOptionsStorageDescriptor. Access the value via the '{suggest}' property getter instead.")
|
4626
|
-
|
4627
|
-
def __getitem__(self, key: str) -> Any:
|
4628
|
-
TableExternalCatalogTableOptionsStorageDescriptor.__key_warning(key)
|
4629
|
-
return super().__getitem__(key)
|
4630
|
-
|
4631
|
-
def get(self, key: str, default = None) -> Any:
|
4632
|
-
TableExternalCatalogTableOptionsStorageDescriptor.__key_warning(key)
|
4633
|
-
return super().get(key, default)
|
4634
|
-
|
4635
|
-
def __init__(__self__, *,
|
4636
|
-
input_format: Optional[str] = None,
|
4637
|
-
location_uri: Optional[str] = None,
|
4638
|
-
output_format: Optional[str] = None,
|
4639
|
-
serde_info: Optional['outputs.TableExternalCatalogTableOptionsStorageDescriptorSerdeInfo'] = None):
|
4640
|
-
"""
|
4641
|
-
:param str input_format: Specifies the fully qualified class name of the InputFormat (e.g. "org.apache.hadoop.hive.ql.io.orc.OrcInputFormat"). The maximum length is 128 characters.
|
4642
|
-
:param str location_uri: The physical location of the table (e.g. 'gs://spark-dataproc-data/pangea-data/case_sensitive/' or 'gs://spark-dataproc-data/pangea-data/*'). The maximum length is 2056 bytes.
|
4643
|
-
:param str output_format: Specifies the fully qualified class name of the OutputFormat (e.g. "org.apache.hadoop.hive.ql.io.orc.OrcOutputFormat"). The maximum length is 128 characters.
|
4644
|
-
:param 'TableExternalCatalogTableOptionsStorageDescriptorSerdeInfoArgs' serde_info: Serializer and deserializer information.
|
4645
|
-
"""
|
4646
|
-
if input_format is not None:
|
4647
|
-
pulumi.set(__self__, "input_format", input_format)
|
4648
|
-
if location_uri is not None:
|
4649
|
-
pulumi.set(__self__, "location_uri", location_uri)
|
4650
|
-
if output_format is not None:
|
4651
|
-
pulumi.set(__self__, "output_format", output_format)
|
4652
|
-
if serde_info is not None:
|
4653
|
-
pulumi.set(__self__, "serde_info", serde_info)
|
4654
|
-
|
4655
|
-
@property
|
4656
|
-
@pulumi.getter(name="inputFormat")
|
4657
|
-
def input_format(self) -> Optional[str]:
|
4658
|
-
"""
|
4659
|
-
Specifies the fully qualified class name of the InputFormat (e.g. "org.apache.hadoop.hive.ql.io.orc.OrcInputFormat"). The maximum length is 128 characters.
|
4660
|
-
"""
|
4661
|
-
return pulumi.get(self, "input_format")
|
4662
|
-
|
4663
|
-
@property
|
4664
|
-
@pulumi.getter(name="locationUri")
|
4665
|
-
def location_uri(self) -> Optional[str]:
|
4666
|
-
"""
|
4667
|
-
The physical location of the table (e.g. 'gs://spark-dataproc-data/pangea-data/case_sensitive/' or 'gs://spark-dataproc-data/pangea-data/*'). The maximum length is 2056 bytes.
|
4668
|
-
"""
|
4669
|
-
return pulumi.get(self, "location_uri")
|
4670
|
-
|
4671
|
-
@property
|
4672
|
-
@pulumi.getter(name="outputFormat")
|
4673
|
-
def output_format(self) -> Optional[str]:
|
4674
|
-
"""
|
4675
|
-
Specifies the fully qualified class name of the OutputFormat (e.g. "org.apache.hadoop.hive.ql.io.orc.OrcOutputFormat"). The maximum length is 128 characters.
|
4676
|
-
"""
|
4677
|
-
return pulumi.get(self, "output_format")
|
4678
|
-
|
4679
|
-
@property
|
4680
|
-
@pulumi.getter(name="serdeInfo")
|
4681
|
-
def serde_info(self) -> Optional['outputs.TableExternalCatalogTableOptionsStorageDescriptorSerdeInfo']:
|
4682
|
-
"""
|
4683
|
-
Serializer and deserializer information.
|
4684
|
-
"""
|
4685
|
-
return pulumi.get(self, "serde_info")
|
4686
|
-
|
4687
|
-
|
4688
|
-
@pulumi.output_type
|
4689
|
-
class TableExternalCatalogTableOptionsStorageDescriptorSerdeInfo(dict):
|
4690
|
-
@staticmethod
|
4691
|
-
def __key_warning(key: str):
|
4692
|
-
suggest = None
|
4693
|
-
if key == "serializationLibrary":
|
4694
|
-
suggest = "serialization_library"
|
4695
|
-
|
4696
|
-
if suggest:
|
4697
|
-
pulumi.log.warn(f"Key '{key}' not found in TableExternalCatalogTableOptionsStorageDescriptorSerdeInfo. Access the value via the '{suggest}' property getter instead.")
|
4698
|
-
|
4699
|
-
def __getitem__(self, key: str) -> Any:
|
4700
|
-
TableExternalCatalogTableOptionsStorageDescriptorSerdeInfo.__key_warning(key)
|
4701
|
-
return super().__getitem__(key)
|
4702
|
-
|
4703
|
-
def get(self, key: str, default = None) -> Any:
|
4704
|
-
TableExternalCatalogTableOptionsStorageDescriptorSerdeInfo.__key_warning(key)
|
4705
|
-
return super().get(key, default)
|
4706
|
-
|
4707
|
-
def __init__(__self__, *,
|
4708
|
-
serialization_library: str,
|
4709
|
-
name: Optional[str] = None,
|
4710
|
-
parameters: Optional[Mapping[str, str]] = None):
|
4711
|
-
"""
|
4712
|
-
:param str serialization_library: Specifies a fully-qualified class name of the serialization library that is responsible for the translation of data between table representation and the underlying low-level input and output format structures. The maximum length is 256 characters.
|
4713
|
-
:param str name: Name of the SerDe. The maximum length is 256 characters.
|
4714
|
-
:param Mapping[str, str] parameters: Key-value pairs that define the initialization parameters for the serialization library. Maximum size 10 Kib.
|
4715
|
-
"""
|
4716
|
-
pulumi.set(__self__, "serialization_library", serialization_library)
|
4717
|
-
if name is not None:
|
4718
|
-
pulumi.set(__self__, "name", name)
|
4719
|
-
if parameters is not None:
|
4720
|
-
pulumi.set(__self__, "parameters", parameters)
|
4721
|
-
|
4722
|
-
@property
|
4723
|
-
@pulumi.getter(name="serializationLibrary")
|
4724
|
-
def serialization_library(self) -> str:
|
4725
|
-
"""
|
4726
|
-
Specifies a fully-qualified class name of the serialization library that is responsible for the translation of data between table representation and the underlying low-level input and output format structures. The maximum length is 256 characters.
|
4727
|
-
"""
|
4728
|
-
return pulumi.get(self, "serialization_library")
|
4729
|
-
|
4730
|
-
@property
|
4731
|
-
@pulumi.getter
|
4732
|
-
def name(self) -> Optional[str]:
|
4733
|
-
"""
|
4734
|
-
Name of the SerDe. The maximum length is 256 characters.
|
4735
|
-
"""
|
4736
|
-
return pulumi.get(self, "name")
|
4737
|
-
|
4738
|
-
@property
|
4739
|
-
@pulumi.getter
|
4740
|
-
def parameters(self) -> Optional[Mapping[str, str]]:
|
4741
|
-
"""
|
4742
|
-
Key-value pairs that define the initialization parameters for the serialization library. Maximum size 10 Kib.
|
4743
|
-
"""
|
4744
|
-
return pulumi.get(self, "parameters")
|
4745
|
-
|
4746
|
-
|
4747
4467
|
@pulumi.output_type
|
4748
4468
|
class TableExternalDataConfiguration(dict):
|
4749
4469
|
@staticmethod
|
@@ -6411,7 +6131,6 @@ class TableView(dict):
|
|
6411
6131
|
@pulumi.output_type
|
6412
6132
|
class GetDatasetAccessResult(dict):
|
6413
6133
|
def __init__(__self__, *,
|
6414
|
-
conditions: Sequence['outputs.GetDatasetAccessConditionResult'],
|
6415
6134
|
datasets: Sequence['outputs.GetDatasetAccessDatasetResult'],
|
6416
6135
|
domain: str,
|
6417
6136
|
group_by_email: str,
|
@@ -6422,8 +6141,6 @@ class GetDatasetAccessResult(dict):
|
|
6422
6141
|
user_by_email: str,
|
6423
6142
|
views: Sequence['outputs.GetDatasetAccessViewResult']):
|
6424
6143
|
"""
|
6425
|
-
:param Sequence['GetDatasetAccessConditionArgs'] conditions: Condition for the binding. If CEL expression in this field is true, this
|
6426
|
-
access binding will be considered.
|
6427
6144
|
:param Sequence['GetDatasetAccessDatasetArgs'] datasets: Grants all resources of particular types in a particular dataset read access to the current dataset.
|
6428
6145
|
:param str domain: A domain to grant access to. Any users signed in with the
|
6429
6146
|
domain specified will be granted the specified access
|
@@ -6453,7 +6170,6 @@ class GetDatasetAccessResult(dict):
|
|
6453
6170
|
set. If that view is updated by any user, access to the view
|
6454
6171
|
needs to be granted again via an update operation.
|
6455
6172
|
"""
|
6456
|
-
pulumi.set(__self__, "conditions", conditions)
|
6457
6173
|
pulumi.set(__self__, "datasets", datasets)
|
6458
6174
|
pulumi.set(__self__, "domain", domain)
|
6459
6175
|
pulumi.set(__self__, "group_by_email", group_by_email)
|
@@ -6464,15 +6180,6 @@ class GetDatasetAccessResult(dict):
|
|
6464
6180
|
pulumi.set(__self__, "user_by_email", user_by_email)
|
6465
6181
|
pulumi.set(__self__, "views", views)
|
6466
6182
|
|
6467
|
-
@property
|
6468
|
-
@pulumi.getter
|
6469
|
-
def conditions(self) -> Sequence['outputs.GetDatasetAccessConditionResult']:
|
6470
|
-
"""
|
6471
|
-
Condition for the binding. If CEL expression in this field is true, this
|
6472
|
-
access binding will be considered.
|
6473
|
-
"""
|
6474
|
-
return pulumi.get(self, "conditions")
|
6475
|
-
|
6476
6183
|
@property
|
6477
6184
|
@pulumi.getter
|
6478
6185
|
def datasets(self) -> Sequence['outputs.GetDatasetAccessDatasetResult']:
|
@@ -6565,63 +6272,6 @@ class GetDatasetAccessResult(dict):
|
|
6565
6272
|
return pulumi.get(self, "views")
|
6566
6273
|
|
6567
6274
|
|
6568
|
-
@pulumi.output_type
|
6569
|
-
class GetDatasetAccessConditionResult(dict):
|
6570
|
-
def __init__(__self__, *,
|
6571
|
-
description: str,
|
6572
|
-
expression: str,
|
6573
|
-
location: str,
|
6574
|
-
title: str):
|
6575
|
-
"""
|
6576
|
-
:param str description: Description of the expression. This is a longer text which describes the expression,
|
6577
|
-
e.g. when hovered over it in a UI.
|
6578
|
-
:param str expression: Textual representation of an expression in Common Expression Language syntax.
|
6579
|
-
:param str location: String indicating the location of the expression for error reporting, e.g. a file
|
6580
|
-
name and a position in the file.
|
6581
|
-
:param str title: Title for the expression, i.e. a short string describing its purpose.
|
6582
|
-
This can be used e.g. in UIs which allow to enter the expression.
|
6583
|
-
"""
|
6584
|
-
pulumi.set(__self__, "description", description)
|
6585
|
-
pulumi.set(__self__, "expression", expression)
|
6586
|
-
pulumi.set(__self__, "location", location)
|
6587
|
-
pulumi.set(__self__, "title", title)
|
6588
|
-
|
6589
|
-
@property
|
6590
|
-
@pulumi.getter
|
6591
|
-
def description(self) -> str:
|
6592
|
-
"""
|
6593
|
-
Description of the expression. This is a longer text which describes the expression,
|
6594
|
-
e.g. when hovered over it in a UI.
|
6595
|
-
"""
|
6596
|
-
return pulumi.get(self, "description")
|
6597
|
-
|
6598
|
-
@property
|
6599
|
-
@pulumi.getter
|
6600
|
-
def expression(self) -> str:
|
6601
|
-
"""
|
6602
|
-
Textual representation of an expression in Common Expression Language syntax.
|
6603
|
-
"""
|
6604
|
-
return pulumi.get(self, "expression")
|
6605
|
-
|
6606
|
-
@property
|
6607
|
-
@pulumi.getter
|
6608
|
-
def location(self) -> str:
|
6609
|
-
"""
|
6610
|
-
String indicating the location of the expression for error reporting, e.g. a file
|
6611
|
-
name and a position in the file.
|
6612
|
-
"""
|
6613
|
-
return pulumi.get(self, "location")
|
6614
|
-
|
6615
|
-
@property
|
6616
|
-
@pulumi.getter
|
6617
|
-
def title(self) -> str:
|
6618
|
-
"""
|
6619
|
-
Title for the expression, i.e. a short string describing its purpose.
|
6620
|
-
This can be used e.g. in UIs which allow to enter the expression.
|
6621
|
-
"""
|
6622
|
-
return pulumi.get(self, "title")
|
6623
|
-
|
6624
|
-
|
6625
6275
|
@pulumi.output_type
|
6626
6276
|
class GetDatasetAccessDatasetResult(dict):
|
6627
6277
|
def __init__(__self__, *,
|
pulumi_gcp/bigquery/table.py
CHANGED
@@ -29,7 +29,6 @@ class TableArgs:
|
|
29
29
|
description: Optional[pulumi.Input[str]] = None,
|
30
30
|
encryption_configuration: Optional[pulumi.Input['TableEncryptionConfigurationArgs']] = None,
|
31
31
|
expiration_time: Optional[pulumi.Input[int]] = None,
|
32
|
-
external_catalog_table_options: Optional[pulumi.Input['TableExternalCatalogTableOptionsArgs']] = None,
|
33
32
|
external_data_configuration: Optional[pulumi.Input['TableExternalDataConfigurationArgs']] = None,
|
34
33
|
friendly_name: Optional[pulumi.Input[str]] = None,
|
35
34
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -64,7 +63,6 @@ class TableArgs:
|
|
64
63
|
milliseconds since the epoch. If not present, the table will persist
|
65
64
|
indefinitely. Expired tables will be deleted and their storage
|
66
65
|
reclaimed.
|
67
|
-
:param pulumi.Input['TableExternalCatalogTableOptionsArgs'] external_catalog_table_options: Options defining open source compatible table.
|
68
66
|
:param pulumi.Input['TableExternalDataConfigurationArgs'] external_data_configuration: Describes the data format,
|
69
67
|
location, and other properties of a table stored outside of BigQuery.
|
70
68
|
By defining these properties, the data source can then be queried as
|
@@ -118,8 +116,6 @@ class TableArgs:
|
|
118
116
|
pulumi.set(__self__, "encryption_configuration", encryption_configuration)
|
119
117
|
if expiration_time is not None:
|
120
118
|
pulumi.set(__self__, "expiration_time", expiration_time)
|
121
|
-
if external_catalog_table_options is not None:
|
122
|
-
pulumi.set(__self__, "external_catalog_table_options", external_catalog_table_options)
|
123
119
|
if external_data_configuration is not None:
|
124
120
|
pulumi.set(__self__, "external_data_configuration", external_data_configuration)
|
125
121
|
if friendly_name is not None:
|
@@ -255,18 +251,6 @@ class TableArgs:
|
|
255
251
|
def expiration_time(self, value: Optional[pulumi.Input[int]]):
|
256
252
|
pulumi.set(self, "expiration_time", value)
|
257
253
|
|
258
|
-
@property
|
259
|
-
@pulumi.getter(name="externalCatalogTableOptions")
|
260
|
-
def external_catalog_table_options(self) -> Optional[pulumi.Input['TableExternalCatalogTableOptionsArgs']]:
|
261
|
-
"""
|
262
|
-
Options defining open source compatible table.
|
263
|
-
"""
|
264
|
-
return pulumi.get(self, "external_catalog_table_options")
|
265
|
-
|
266
|
-
@external_catalog_table_options.setter
|
267
|
-
def external_catalog_table_options(self, value: Optional[pulumi.Input['TableExternalCatalogTableOptionsArgs']]):
|
268
|
-
pulumi.set(self, "external_catalog_table_options", value)
|
269
|
-
|
270
254
|
@property
|
271
255
|
@pulumi.getter(name="externalDataConfiguration")
|
272
256
|
def external_data_configuration(self) -> Optional[pulumi.Input['TableExternalDataConfigurationArgs']]:
|
@@ -473,7 +457,6 @@ class _TableState:
|
|
473
457
|
encryption_configuration: Optional[pulumi.Input['TableEncryptionConfigurationArgs']] = None,
|
474
458
|
etag: Optional[pulumi.Input[str]] = None,
|
475
459
|
expiration_time: Optional[pulumi.Input[int]] = None,
|
476
|
-
external_catalog_table_options: Optional[pulumi.Input['TableExternalCatalogTableOptionsArgs']] = None,
|
477
460
|
external_data_configuration: Optional[pulumi.Input['TableExternalDataConfigurationArgs']] = None,
|
478
461
|
friendly_name: Optional[pulumi.Input[str]] = None,
|
479
462
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -533,7 +516,6 @@ class _TableState:
|
|
533
516
|
milliseconds since the epoch. If not present, the table will persist
|
534
517
|
indefinitely. Expired tables will be deleted and their storage
|
535
518
|
reclaimed.
|
536
|
-
:param pulumi.Input['TableExternalCatalogTableOptionsArgs'] external_catalog_table_options: Options defining open source compatible table.
|
537
519
|
:param pulumi.Input['TableExternalDataConfigurationArgs'] external_data_configuration: Describes the data format,
|
538
520
|
location, and other properties of a table stored outside of BigQuery.
|
539
521
|
By defining these properties, the data source can then be queried as
|
@@ -603,8 +585,6 @@ class _TableState:
|
|
603
585
|
pulumi.set(__self__, "etag", etag)
|
604
586
|
if expiration_time is not None:
|
605
587
|
pulumi.set(__self__, "expiration_time", expiration_time)
|
606
|
-
if external_catalog_table_options is not None:
|
607
|
-
pulumi.set(__self__, "external_catalog_table_options", external_catalog_table_options)
|
608
588
|
if external_data_configuration is not None:
|
609
589
|
pulumi.set(__self__, "external_data_configuration", external_data_configuration)
|
610
590
|
if friendly_name is not None:
|
@@ -796,18 +776,6 @@ class _TableState:
|
|
796
776
|
def expiration_time(self, value: Optional[pulumi.Input[int]]):
|
797
777
|
pulumi.set(self, "expiration_time", value)
|
798
778
|
|
799
|
-
@property
|
800
|
-
@pulumi.getter(name="externalCatalogTableOptions")
|
801
|
-
def external_catalog_table_options(self) -> Optional[pulumi.Input['TableExternalCatalogTableOptionsArgs']]:
|
802
|
-
"""
|
803
|
-
Options defining open source compatible table.
|
804
|
-
"""
|
805
|
-
return pulumi.get(self, "external_catalog_table_options")
|
806
|
-
|
807
|
-
@external_catalog_table_options.setter
|
808
|
-
def external_catalog_table_options(self, value: Optional[pulumi.Input['TableExternalCatalogTableOptionsArgs']]):
|
809
|
-
pulumi.set(self, "external_catalog_table_options", value)
|
810
|
-
|
811
779
|
@property
|
812
780
|
@pulumi.getter(name="externalDataConfiguration")
|
813
781
|
def external_data_configuration(self) -> Optional[pulumi.Input['TableExternalDataConfigurationArgs']]:
|
@@ -1122,7 +1090,6 @@ class Table(pulumi.CustomResource):
|
|
1122
1090
|
description: Optional[pulumi.Input[str]] = None,
|
1123
1091
|
encryption_configuration: Optional[pulumi.Input[Union['TableEncryptionConfigurationArgs', 'TableEncryptionConfigurationArgsDict']]] = None,
|
1124
1092
|
expiration_time: Optional[pulumi.Input[int]] = None,
|
1125
|
-
external_catalog_table_options: Optional[pulumi.Input[Union['TableExternalCatalogTableOptionsArgs', 'TableExternalCatalogTableOptionsArgsDict']]] = None,
|
1126
1093
|
external_data_configuration: Optional[pulumi.Input[Union['TableExternalDataConfigurationArgs', 'TableExternalDataConfigurationArgsDict']]] = None,
|
1127
1094
|
friendly_name: Optional[pulumi.Input[str]] = None,
|
1128
1095
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -1242,7 +1209,6 @@ class Table(pulumi.CustomResource):
|
|
1242
1209
|
milliseconds since the epoch. If not present, the table will persist
|
1243
1210
|
indefinitely. Expired tables will be deleted and their storage
|
1244
1211
|
reclaimed.
|
1245
|
-
:param pulumi.Input[Union['TableExternalCatalogTableOptionsArgs', 'TableExternalCatalogTableOptionsArgsDict']] external_catalog_table_options: Options defining open source compatible table.
|
1246
1212
|
:param pulumi.Input[Union['TableExternalDataConfigurationArgs', 'TableExternalDataConfigurationArgsDict']] external_data_configuration: Describes the data format,
|
1247
1213
|
location, and other properties of a table stored outside of BigQuery.
|
1248
1214
|
By defining these properties, the data source can then be queried as
|
@@ -1397,7 +1363,6 @@ class Table(pulumi.CustomResource):
|
|
1397
1363
|
description: Optional[pulumi.Input[str]] = None,
|
1398
1364
|
encryption_configuration: Optional[pulumi.Input[Union['TableEncryptionConfigurationArgs', 'TableEncryptionConfigurationArgsDict']]] = None,
|
1399
1365
|
expiration_time: Optional[pulumi.Input[int]] = None,
|
1400
|
-
external_catalog_table_options: Optional[pulumi.Input[Union['TableExternalCatalogTableOptionsArgs', 'TableExternalCatalogTableOptionsArgsDict']]] = None,
|
1401
1366
|
external_data_configuration: Optional[pulumi.Input[Union['TableExternalDataConfigurationArgs', 'TableExternalDataConfigurationArgsDict']]] = None,
|
1402
1367
|
friendly_name: Optional[pulumi.Input[str]] = None,
|
1403
1368
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -1431,7 +1396,6 @@ class Table(pulumi.CustomResource):
|
|
1431
1396
|
__props__.__dict__["description"] = description
|
1432
1397
|
__props__.__dict__["encryption_configuration"] = encryption_configuration
|
1433
1398
|
__props__.__dict__["expiration_time"] = expiration_time
|
1434
|
-
__props__.__dict__["external_catalog_table_options"] = external_catalog_table_options
|
1435
1399
|
__props__.__dict__["external_data_configuration"] = external_data_configuration
|
1436
1400
|
__props__.__dict__["friendly_name"] = friendly_name
|
1437
1401
|
__props__.__dict__["labels"] = labels
|
@@ -1482,7 +1446,6 @@ class Table(pulumi.CustomResource):
|
|
1482
1446
|
encryption_configuration: Optional[pulumi.Input[Union['TableEncryptionConfigurationArgs', 'TableEncryptionConfigurationArgsDict']]] = None,
|
1483
1447
|
etag: Optional[pulumi.Input[str]] = None,
|
1484
1448
|
expiration_time: Optional[pulumi.Input[int]] = None,
|
1485
|
-
external_catalog_table_options: Optional[pulumi.Input[Union['TableExternalCatalogTableOptionsArgs', 'TableExternalCatalogTableOptionsArgsDict']]] = None,
|
1486
1449
|
external_data_configuration: Optional[pulumi.Input[Union['TableExternalDataConfigurationArgs', 'TableExternalDataConfigurationArgsDict']]] = None,
|
1487
1450
|
friendly_name: Optional[pulumi.Input[str]] = None,
|
1488
1451
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -1547,7 +1510,6 @@ class Table(pulumi.CustomResource):
|
|
1547
1510
|
milliseconds since the epoch. If not present, the table will persist
|
1548
1511
|
indefinitely. Expired tables will be deleted and their storage
|
1549
1512
|
reclaimed.
|
1550
|
-
:param pulumi.Input[Union['TableExternalCatalogTableOptionsArgs', 'TableExternalCatalogTableOptionsArgsDict']] external_catalog_table_options: Options defining open source compatible table.
|
1551
1513
|
:param pulumi.Input[Union['TableExternalDataConfigurationArgs', 'TableExternalDataConfigurationArgsDict']] external_data_configuration: Describes the data format,
|
1552
1514
|
location, and other properties of a table stored outside of BigQuery.
|
1553
1515
|
By defining these properties, the data source can then be queried as
|
@@ -1611,7 +1573,6 @@ class Table(pulumi.CustomResource):
|
|
1611
1573
|
__props__.__dict__["encryption_configuration"] = encryption_configuration
|
1612
1574
|
__props__.__dict__["etag"] = etag
|
1613
1575
|
__props__.__dict__["expiration_time"] = expiration_time
|
1614
|
-
__props__.__dict__["external_catalog_table_options"] = external_catalog_table_options
|
1615
1576
|
__props__.__dict__["external_data_configuration"] = external_data_configuration
|
1616
1577
|
__props__.__dict__["friendly_name"] = friendly_name
|
1617
1578
|
__props__.__dict__["labels"] = labels
|
@@ -1741,14 +1702,6 @@ class Table(pulumi.CustomResource):
|
|
1741
1702
|
"""
|
1742
1703
|
return pulumi.get(self, "expiration_time")
|
1743
1704
|
|
1744
|
-
@property
|
1745
|
-
@pulumi.getter(name="externalCatalogTableOptions")
|
1746
|
-
def external_catalog_table_options(self) -> pulumi.Output[Optional['outputs.TableExternalCatalogTableOptions']]:
|
1747
|
-
"""
|
1748
|
-
Options defining open source compatible table.
|
1749
|
-
"""
|
1750
|
-
return pulumi.get(self, "external_catalog_table_options")
|
1751
|
-
|
1752
1705
|
@property
|
1753
1706
|
@pulumi.getter(name="externalDataConfiguration")
|
1754
1707
|
def external_data_configuration(self) -> pulumi.Output[Optional['outputs.TableExternalDataConfiguration']]:
|
pulumi_gcp/cloudrunv2/_inputs.py
CHANGED
@@ -4480,8 +4480,7 @@ if not MYPY:
|
|
4480
4480
|
class ServiceTemplateScalingArgsDict(TypedDict):
|
4481
4481
|
max_instance_count: NotRequired[pulumi.Input[int]]
|
4482
4482
|
"""
|
4483
|
-
Maximum number of serving instances that this resource should have.
|
4484
|
-
a default value based on the project's available container instances quota in the region and specified instance size.
|
4483
|
+
Maximum number of serving instances that this resource should have.
|
4485
4484
|
"""
|
4486
4485
|
min_instance_count: NotRequired[pulumi.Input[int]]
|
4487
4486
|
"""
|
@@ -4496,8 +4495,7 @@ class ServiceTemplateScalingArgs:
|
|
4496
4495
|
max_instance_count: Optional[pulumi.Input[int]] = None,
|
4497
4496
|
min_instance_count: Optional[pulumi.Input[int]] = None):
|
4498
4497
|
"""
|
4499
|
-
:param pulumi.Input[int] max_instance_count: Maximum number of serving instances that this resource should have.
|
4500
|
-
a default value based on the project's available container instances quota in the region and specified instance size.
|
4498
|
+
:param pulumi.Input[int] max_instance_count: Maximum number of serving instances that this resource should have.
|
4501
4499
|
:param pulumi.Input[int] min_instance_count: Minimum number of instances for the service, to be divided among all revisions receiving traffic.
|
4502
4500
|
"""
|
4503
4501
|
if max_instance_count is not None:
|
@@ -4509,8 +4507,7 @@ class ServiceTemplateScalingArgs:
|
|
4509
4507
|
@pulumi.getter(name="maxInstanceCount")
|
4510
4508
|
def max_instance_count(self) -> Optional[pulumi.Input[int]]:
|
4511
4509
|
"""
|
4512
|
-
Maximum number of serving instances that this resource should have.
|
4513
|
-
a default value based on the project's available container instances quota in the region and specified instance size.
|
4510
|
+
Maximum number of serving instances that this resource should have.
|
4514
4511
|
"""
|
4515
4512
|
return pulumi.get(self, "max_instance_count")
|
4516
4513
|
|