pulumi-gcp 7.17.0__py3-none-any.whl → 7.17.0a1711607165__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. pulumi_gcp/__init__.py +0 -27
  2. pulumi_gcp/apphub/__init__.py +0 -1
  3. pulumi_gcp/apphub/outputs.py +0 -214
  4. pulumi_gcp/bigquery/_inputs.py +0 -16
  5. pulumi_gcp/bigquery/outputs.py +0 -14
  6. pulumi_gcp/bigquery/routine.py +0 -98
  7. pulumi_gcp/bigtable/_inputs.py +4 -4
  8. pulumi_gcp/bigtable/gc_policy.py +0 -8
  9. pulumi_gcp/bigtable/outputs.py +4 -4
  10. pulumi_gcp/billing/_inputs.py +4 -4
  11. pulumi_gcp/billing/outputs.py +4 -4
  12. pulumi_gcp/billing/project_info.py +4 -4
  13. pulumi_gcp/cloudfunctionsv2/_inputs.py +2 -2
  14. pulumi_gcp/cloudfunctionsv2/outputs.py +4 -4
  15. pulumi_gcp/cloudquota/__init__.py +0 -2
  16. pulumi_gcp/cloudquota/outputs.py +0 -118
  17. pulumi_gcp/cloudrunv2/service.py +7 -7
  18. pulumi_gcp/composer/_inputs.py +4 -14
  19. pulumi_gcp/composer/outputs.py +10 -22
  20. pulumi_gcp/compute/_inputs.py +44 -40
  21. pulumi_gcp/compute/autoscaler.py +14 -14
  22. pulumi_gcp/compute/interconnect_attachment.py +0 -64
  23. pulumi_gcp/compute/network_endpoint.py +0 -8
  24. pulumi_gcp/compute/network_endpoint_list.py +0 -8
  25. pulumi_gcp/compute/outputs.py +60 -62
  26. pulumi_gcp/compute/region_autoscaler.py +14 -14
  27. pulumi_gcp/compute/region_backend_service.py +0 -28
  28. pulumi_gcp/compute/target_instance.py +4 -4
  29. pulumi_gcp/config/__init__.pyi +0 -2
  30. pulumi_gcp/config/vars.py +0 -4
  31. pulumi_gcp/container/_inputs.py +16 -148
  32. pulumi_gcp/container/outputs.py +16 -148
  33. pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
  34. pulumi_gcp/dataflow/flex_template_job.py +112 -84
  35. pulumi_gcp/dataloss/_inputs.py +6 -6
  36. pulumi_gcp/dataloss/outputs.py +6 -6
  37. pulumi_gcp/dataplex/task.py +16 -16
  38. pulumi_gcp/dataproc/_inputs.py +10 -85
  39. pulumi_gcp/dataproc/get_metastore_service.py +1 -11
  40. pulumi_gcp/dataproc/metastore_service.py +0 -120
  41. pulumi_gcp/dataproc/outputs.py +10 -142
  42. pulumi_gcp/firebase/app_check_service_config.py +2 -2
  43. pulumi_gcp/firestore/backup_schedule.py +14 -14
  44. pulumi_gcp/firestore/field.py +4 -4
  45. pulumi_gcp/gkehub/membership_binding.py +6 -6
  46. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  47. pulumi_gcp/gkehub/namespace.py +4 -4
  48. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  49. pulumi_gcp/iam/_inputs.py +0 -76
  50. pulumi_gcp/iam/outputs.py +0 -76
  51. pulumi_gcp/iam/workforce_pool_provider.py +0 -35
  52. pulumi_gcp/iam/workload_identity_pool_provider.py +0 -140
  53. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  54. pulumi_gcp/kms/_inputs.py +0 -46
  55. pulumi_gcp/kms/crypto_key.py +0 -54
  56. pulumi_gcp/kms/crypto_key_version.py +0 -54
  57. pulumi_gcp/kms/get_kms_crypto_key.py +1 -11
  58. pulumi_gcp/kms/outputs.py +0 -54
  59. pulumi_gcp/logging/_inputs.py +8 -8
  60. pulumi_gcp/logging/metric.py +7 -7
  61. pulumi_gcp/logging/outputs.py +8 -8
  62. pulumi_gcp/monitoring/_inputs.py +2 -2
  63. pulumi_gcp/monitoring/outputs.py +2 -2
  64. pulumi_gcp/monitoring/slo.py +4 -4
  65. pulumi_gcp/networkservices/_inputs.py +6 -6
  66. pulumi_gcp/networkservices/outputs.py +6 -6
  67. pulumi_gcp/orgpolicy/policy.py +2 -2
  68. pulumi_gcp/provider.py +0 -20
  69. pulumi_gcp/pubsub/subscription.py +4 -4
  70. pulumi_gcp/serviceusage/consumer_quota_override.py +7 -7
  71. pulumi_gcp/sql/_inputs.py +2 -20
  72. pulumi_gcp/sql/database_instance.py +2 -2
  73. pulumi_gcp/sql/outputs.py +2 -20
  74. pulumi_gcp/storage/_inputs.py +2 -2
  75. pulumi_gcp/storage/outputs.py +2 -2
  76. pulumi_gcp/vertex/__init__.py +0 -1
  77. pulumi_gcp/vertex/_inputs.py +8 -175
  78. pulumi_gcp/vertex/outputs.py +10 -202
  79. pulumi_gcp/vpcaccess/connector.py +28 -77
  80. {pulumi_gcp-7.17.0.dist-info → pulumi_gcp-7.17.0a1711607165.dist-info}/METADATA +1 -1
  81. {pulumi_gcp-7.17.0.dist-info → pulumi_gcp-7.17.0a1711607165.dist-info}/RECORD +83 -91
  82. pulumi_gcp/apphub/get_application.py +0 -220
  83. pulumi_gcp/applicationintegration/__init__.py +0 -10
  84. pulumi_gcp/applicationintegration/_inputs.py +0 -119
  85. pulumi_gcp/applicationintegration/client.py +0 -566
  86. pulumi_gcp/applicationintegration/outputs.py +0 -122
  87. pulumi_gcp/cloudquota/_inputs.py +0 -131
  88. pulumi_gcp/cloudquota/s_quota_preference.py +0 -777
  89. pulumi_gcp/vertex/ai_deployment_resource_pool.py +0 -477
  90. {pulumi_gcp-7.17.0.dist-info → pulumi_gcp-7.17.0a1711607165.dist-info}/WHEEL +0 -0
  91. {pulumi_gcp-7.17.0.dist-info → pulumi_gcp-7.17.0a1711607165.dist-info}/top_level.txt +0 -0
pulumi_gcp/__init__.py CHANGED
@@ -26,8 +26,6 @@ if typing.TYPE_CHECKING:
26
26
  appengine = __appengine
27
27
  import pulumi_gcp.apphub as __apphub
28
28
  apphub = __apphub
29
- import pulumi_gcp.applicationintegration as __applicationintegration
30
- applicationintegration = __applicationintegration
31
29
  import pulumi_gcp.artifactregistry as __artifactregistry
32
30
  artifactregistry = __artifactregistry
33
31
  import pulumi_gcp.assuredworkloads as __assuredworkloads
@@ -253,7 +251,6 @@ else:
253
251
  apigee = _utilities.lazy_import('pulumi_gcp.apigee')
254
252
  appengine = _utilities.lazy_import('pulumi_gcp.appengine')
255
253
  apphub = _utilities.lazy_import('pulumi_gcp.apphub')
256
- applicationintegration = _utilities.lazy_import('pulumi_gcp.applicationintegration')
257
254
  artifactregistry = _utilities.lazy_import('pulumi_gcp.artifactregistry')
258
255
  assuredworkloads = _utilities.lazy_import('pulumi_gcp.assuredworkloads')
259
256
  backupdisasterrecovery = _utilities.lazy_import('pulumi_gcp.backupdisasterrecovery')
@@ -926,14 +923,6 @@ _utilities.register(
926
923
  "gcp:apphub/workload:Workload": "Workload"
927
924
  }
928
925
  },
929
- {
930
- "pkg": "gcp",
931
- "mod": "applicationintegration/client",
932
- "fqn": "pulumi_gcp.applicationintegration",
933
- "classes": {
934
- "gcp:applicationintegration/client:Client": "Client"
935
- }
936
- },
937
926
  {
938
927
  "pkg": "gcp",
939
928
  "mod": "artifactregistry/repository",
@@ -1886,14 +1875,6 @@ _utilities.register(
1886
1875
  "gcp:cloudids/endpoint:Endpoint": "Endpoint"
1887
1876
  }
1888
1877
  },
1889
- {
1890
- "pkg": "gcp",
1891
- "mod": "cloudquota/sQuotaPreference",
1892
- "fqn": "pulumi_gcp.cloudquota",
1893
- "classes": {
1894
- "gcp:cloudquota/sQuotaPreference:SQuotaPreference": "SQuotaPreference"
1895
- }
1896
- },
1897
1878
  {
1898
1879
  "pkg": "gcp",
1899
1880
  "mod": "cloudrun/domainMapping",
@@ -7214,14 +7195,6 @@ _utilities.register(
7214
7195
  "gcp:vertex/aiDataset:AiDataset": "AiDataset"
7215
7196
  }
7216
7197
  },
7217
- {
7218
- "pkg": "gcp",
7219
- "mod": "vertex/aiDeploymentResourcePool",
7220
- "fqn": "pulumi_gcp.vertex",
7221
- "classes": {
7222
- "gcp:vertex/aiDeploymentResourcePool:AiDeploymentResourcePool": "AiDeploymentResourcePool"
7223
- }
7224
- },
7225
7198
  {
7226
7199
  "pkg": "gcp",
7227
7200
  "mod": "vertex/aiEndpoint",
@@ -6,7 +6,6 @@ from .. import _utilities
6
6
  import typing
7
7
  # Export this package's modules as members:
8
8
  from .application import *
9
- from .get_application import *
10
9
  from .get_discovered_service import *
11
10
  from .get_discovered_workload import *
12
11
  from .service import *
@@ -34,13 +34,6 @@ __all__ = [
34
34
  'WorkloadAttributesOperatorOwner',
35
35
  'WorkloadWorkloadProperty',
36
36
  'WorkloadWorkloadReference',
37
- 'GetApplicationAttributeResult',
38
- 'GetApplicationAttributeBusinessOwnerResult',
39
- 'GetApplicationAttributeCriticalityResult',
40
- 'GetApplicationAttributeDeveloperOwnerResult',
41
- 'GetApplicationAttributeEnvironmentResult',
42
- 'GetApplicationAttributeOperatorOwnerResult',
43
- 'GetApplicationScopeResult',
44
37
  'GetDiscoveredServiceServicePropertyResult',
45
38
  'GetDiscoveredServiceServiceReferenceResult',
46
39
  'GetDiscoveredWorkloadWorkloadPropertyResult',
@@ -1084,213 +1077,6 @@ class WorkloadWorkloadReference(dict):
1084
1077
  return pulumi.get(self, "uri")
1085
1078
 
1086
1079
 
1087
- @pulumi.output_type
1088
- class GetApplicationAttributeResult(dict):
1089
- def __init__(__self__, *,
1090
- business_owners: Sequence['outputs.GetApplicationAttributeBusinessOwnerResult'],
1091
- criticalities: Sequence['outputs.GetApplicationAttributeCriticalityResult'],
1092
- developer_owners: Sequence['outputs.GetApplicationAttributeDeveloperOwnerResult'],
1093
- environments: Sequence['outputs.GetApplicationAttributeEnvironmentResult'],
1094
- operator_owners: Sequence['outputs.GetApplicationAttributeOperatorOwnerResult']):
1095
- """
1096
- :param Sequence['GetApplicationAttributeBusinessOwnerArgs'] business_owners: Optional. Business team that ensures user needs are met and value is delivered
1097
- :param Sequence['GetApplicationAttributeCriticalityArgs'] criticalities: Criticality of the Application, Service, or Workload
1098
- :param Sequence['GetApplicationAttributeDeveloperOwnerArgs'] developer_owners: Optional. Developer team that owns development and coding.
1099
- :param Sequence['GetApplicationAttributeEnvironmentArgs'] environments: Environment of the Application, Service, or Workload
1100
- :param Sequence['GetApplicationAttributeOperatorOwnerArgs'] operator_owners: Optional. Operator team that ensures runtime and operations.
1101
- """
1102
- pulumi.set(__self__, "business_owners", business_owners)
1103
- pulumi.set(__self__, "criticalities", criticalities)
1104
- pulumi.set(__self__, "developer_owners", developer_owners)
1105
- pulumi.set(__self__, "environments", environments)
1106
- pulumi.set(__self__, "operator_owners", operator_owners)
1107
-
1108
- @property
1109
- @pulumi.getter(name="businessOwners")
1110
- def business_owners(self) -> Sequence['outputs.GetApplicationAttributeBusinessOwnerResult']:
1111
- """
1112
- Optional. Business team that ensures user needs are met and value is delivered
1113
- """
1114
- return pulumi.get(self, "business_owners")
1115
-
1116
- @property
1117
- @pulumi.getter
1118
- def criticalities(self) -> Sequence['outputs.GetApplicationAttributeCriticalityResult']:
1119
- """
1120
- Criticality of the Application, Service, or Workload
1121
- """
1122
- return pulumi.get(self, "criticalities")
1123
-
1124
- @property
1125
- @pulumi.getter(name="developerOwners")
1126
- def developer_owners(self) -> Sequence['outputs.GetApplicationAttributeDeveloperOwnerResult']:
1127
- """
1128
- Optional. Developer team that owns development and coding.
1129
- """
1130
- return pulumi.get(self, "developer_owners")
1131
-
1132
- @property
1133
- @pulumi.getter
1134
- def environments(self) -> Sequence['outputs.GetApplicationAttributeEnvironmentResult']:
1135
- """
1136
- Environment of the Application, Service, or Workload
1137
- """
1138
- return pulumi.get(self, "environments")
1139
-
1140
- @property
1141
- @pulumi.getter(name="operatorOwners")
1142
- def operator_owners(self) -> Sequence['outputs.GetApplicationAttributeOperatorOwnerResult']:
1143
- """
1144
- Optional. Operator team that ensures runtime and operations.
1145
- """
1146
- return pulumi.get(self, "operator_owners")
1147
-
1148
-
1149
- @pulumi.output_type
1150
- class GetApplicationAttributeBusinessOwnerResult(dict):
1151
- def __init__(__self__, *,
1152
- display_name: str,
1153
- email: str):
1154
- """
1155
- :param str display_name: Optional. Contact's name.
1156
- :param str email: Required. Email address of the contacts.
1157
- """
1158
- pulumi.set(__self__, "display_name", display_name)
1159
- pulumi.set(__self__, "email", email)
1160
-
1161
- @property
1162
- @pulumi.getter(name="displayName")
1163
- def display_name(self) -> str:
1164
- """
1165
- Optional. Contact's name.
1166
- """
1167
- return pulumi.get(self, "display_name")
1168
-
1169
- @property
1170
- @pulumi.getter
1171
- def email(self) -> str:
1172
- """
1173
- Required. Email address of the contacts.
1174
- """
1175
- return pulumi.get(self, "email")
1176
-
1177
-
1178
- @pulumi.output_type
1179
- class GetApplicationAttributeCriticalityResult(dict):
1180
- def __init__(__self__, *,
1181
- type: str):
1182
- """
1183
- :param str type: Criticality type. Possible values: ["MISSION_CRITICAL", "HIGH", "MEDIUM", "LOW"]
1184
- """
1185
- pulumi.set(__self__, "type", type)
1186
-
1187
- @property
1188
- @pulumi.getter
1189
- def type(self) -> str:
1190
- """
1191
- Criticality type. Possible values: ["MISSION_CRITICAL", "HIGH", "MEDIUM", "LOW"]
1192
- """
1193
- return pulumi.get(self, "type")
1194
-
1195
-
1196
- @pulumi.output_type
1197
- class GetApplicationAttributeDeveloperOwnerResult(dict):
1198
- def __init__(__self__, *,
1199
- display_name: str,
1200
- email: str):
1201
- """
1202
- :param str display_name: Optional. Contact's name.
1203
- :param str email: Required. Email address of the contacts.
1204
- """
1205
- pulumi.set(__self__, "display_name", display_name)
1206
- pulumi.set(__self__, "email", email)
1207
-
1208
- @property
1209
- @pulumi.getter(name="displayName")
1210
- def display_name(self) -> str:
1211
- """
1212
- Optional. Contact's name.
1213
- """
1214
- return pulumi.get(self, "display_name")
1215
-
1216
- @property
1217
- @pulumi.getter
1218
- def email(self) -> str:
1219
- """
1220
- Required. Email address of the contacts.
1221
- """
1222
- return pulumi.get(self, "email")
1223
-
1224
-
1225
- @pulumi.output_type
1226
- class GetApplicationAttributeEnvironmentResult(dict):
1227
- def __init__(__self__, *,
1228
- type: str):
1229
- """
1230
- :param str type: Environment type. Possible values: ["PRODUCTION", "STAGING", "TEST", "DEVELOPMENT"]
1231
- """
1232
- pulumi.set(__self__, "type", type)
1233
-
1234
- @property
1235
- @pulumi.getter
1236
- def type(self) -> str:
1237
- """
1238
- Environment type. Possible values: ["PRODUCTION", "STAGING", "TEST", "DEVELOPMENT"]
1239
- """
1240
- return pulumi.get(self, "type")
1241
-
1242
-
1243
- @pulumi.output_type
1244
- class GetApplicationAttributeOperatorOwnerResult(dict):
1245
- def __init__(__self__, *,
1246
- display_name: str,
1247
- email: str):
1248
- """
1249
- :param str display_name: Optional. Contact's name.
1250
- :param str email: Required. Email address of the contacts.
1251
- """
1252
- pulumi.set(__self__, "display_name", display_name)
1253
- pulumi.set(__self__, "email", email)
1254
-
1255
- @property
1256
- @pulumi.getter(name="displayName")
1257
- def display_name(self) -> str:
1258
- """
1259
- Optional. Contact's name.
1260
- """
1261
- return pulumi.get(self, "display_name")
1262
-
1263
- @property
1264
- @pulumi.getter
1265
- def email(self) -> str:
1266
- """
1267
- Required. Email address of the contacts.
1268
- """
1269
- return pulumi.get(self, "email")
1270
-
1271
-
1272
- @pulumi.output_type
1273
- class GetApplicationScopeResult(dict):
1274
- def __init__(__self__, *,
1275
- type: str):
1276
- """
1277
- :param str type: Required. Scope Type.
1278
- Possible values:
1279
- REGIONAL Possible values: ["REGIONAL"]
1280
- """
1281
- pulumi.set(__self__, "type", type)
1282
-
1283
- @property
1284
- @pulumi.getter
1285
- def type(self) -> str:
1286
- """
1287
- Required. Scope Type.
1288
- Possible values:
1289
- REGIONAL Possible values: ["REGIONAL"]
1290
- """
1291
- return pulumi.get(self, "type")
1292
-
1293
-
1294
1080
  @pulumi.output_type
1295
1081
  class GetDiscoveredServiceServicePropertyResult(dict):
1296
1082
  def __init__(__self__, *,
@@ -4105,7 +4105,6 @@ class TableExternalDataConfigurationArgs:
4105
4105
  google_sheets_options: Optional[pulumi.Input['TableExternalDataConfigurationGoogleSheetsOptionsArgs']] = None,
4106
4106
  hive_partitioning_options: Optional[pulumi.Input['TableExternalDataConfigurationHivePartitioningOptionsArgs']] = None,
4107
4107
  ignore_unknown_values: Optional[pulumi.Input[bool]] = None,
4108
- json_extension: Optional[pulumi.Input[str]] = None,
4109
4108
  json_options: Optional[pulumi.Input['TableExternalDataConfigurationJsonOptionsArgs']] = None,
4110
4109
  max_bad_records: Optional[pulumi.Input[int]] = None,
4111
4110
  metadata_cache_mode: Optional[pulumi.Input[str]] = None,
@@ -4149,7 +4148,6 @@ class TableExternalDataConfigurationArgs:
4149
4148
  extra columns are treated as bad records, and if there are too
4150
4149
  many bad records, an invalid error is returned in the job result.
4151
4150
  The default value is false.
4152
- :param pulumi.Input[str] json_extension: Used to indicate that a JSON variant, rather than normal JSON, is being used as the sourceFormat. This should only be used in combination with the `JSON` source format. Valid values are: `GEOJSON`.
4153
4151
  :param pulumi.Input['TableExternalDataConfigurationJsonOptionsArgs'] json_options: Additional properties to set if
4154
4152
  `source_format` is set to "JSON". Structure is documented below.
4155
4153
  :param pulumi.Input[int] max_bad_records: The maximum number of bad records that
@@ -4197,8 +4195,6 @@ class TableExternalDataConfigurationArgs:
4197
4195
  pulumi.set(__self__, "hive_partitioning_options", hive_partitioning_options)
4198
4196
  if ignore_unknown_values is not None:
4199
4197
  pulumi.set(__self__, "ignore_unknown_values", ignore_unknown_values)
4200
- if json_extension is not None:
4201
- pulumi.set(__self__, "json_extension", json_extension)
4202
4198
  if json_options is not None:
4203
4199
  pulumi.set(__self__, "json_options", json_options)
4204
4200
  if max_bad_records is not None:
@@ -4360,18 +4356,6 @@ class TableExternalDataConfigurationArgs:
4360
4356
  def ignore_unknown_values(self, value: Optional[pulumi.Input[bool]]):
4361
4357
  pulumi.set(self, "ignore_unknown_values", value)
4362
4358
 
4363
- @property
4364
- @pulumi.getter(name="jsonExtension")
4365
- def json_extension(self) -> Optional[pulumi.Input[str]]:
4366
- """
4367
- Used to indicate that a JSON variant, rather than normal JSON, is being used as the sourceFormat. This should only be used in combination with the `JSON` source format. Valid values are: `GEOJSON`.
4368
- """
4369
- return pulumi.get(self, "json_extension")
4370
-
4371
- @json_extension.setter
4372
- def json_extension(self, value: Optional[pulumi.Input[str]]):
4373
- pulumi.set(self, "json_extension", value)
4374
-
4375
4359
  @property
4376
4360
  @pulumi.getter(name="jsonOptions")
4377
4361
  def json_options(self) -> Optional[pulumi.Input['TableExternalDataConfigurationJsonOptionsArgs']]:
@@ -4303,8 +4303,6 @@ class TableExternalDataConfiguration(dict):
4303
4303
  suggest = "hive_partitioning_options"
4304
4304
  elif key == "ignoreUnknownValues":
4305
4305
  suggest = "ignore_unknown_values"
4306
- elif key == "jsonExtension":
4307
- suggest = "json_extension"
4308
4306
  elif key == "jsonOptions":
4309
4307
  suggest = "json_options"
4310
4308
  elif key == "maxBadRecords":
@@ -4342,7 +4340,6 @@ class TableExternalDataConfiguration(dict):
4342
4340
  google_sheets_options: Optional['outputs.TableExternalDataConfigurationGoogleSheetsOptions'] = None,
4343
4341
  hive_partitioning_options: Optional['outputs.TableExternalDataConfigurationHivePartitioningOptions'] = None,
4344
4342
  ignore_unknown_values: Optional[bool] = None,
4345
- json_extension: Optional[str] = None,
4346
4343
  json_options: Optional['outputs.TableExternalDataConfigurationJsonOptions'] = None,
4347
4344
  max_bad_records: Optional[int] = None,
4348
4345
  metadata_cache_mode: Optional[str] = None,
@@ -4386,7 +4383,6 @@ class TableExternalDataConfiguration(dict):
4386
4383
  extra columns are treated as bad records, and if there are too
4387
4384
  many bad records, an invalid error is returned in the job result.
4388
4385
  The default value is false.
4389
- :param str json_extension: Used to indicate that a JSON variant, rather than normal JSON, is being used as the sourceFormat. This should only be used in combination with the `JSON` source format. Valid values are: `GEOJSON`.
4390
4386
  :param 'TableExternalDataConfigurationJsonOptionsArgs' json_options: Additional properties to set if
4391
4387
  `source_format` is set to "JSON". Structure is documented below.
4392
4388
  :param int max_bad_records: The maximum number of bad records that
@@ -4434,8 +4430,6 @@ class TableExternalDataConfiguration(dict):
4434
4430
  pulumi.set(__self__, "hive_partitioning_options", hive_partitioning_options)
4435
4431
  if ignore_unknown_values is not None:
4436
4432
  pulumi.set(__self__, "ignore_unknown_values", ignore_unknown_values)
4437
- if json_extension is not None:
4438
- pulumi.set(__self__, "json_extension", json_extension)
4439
4433
  if json_options is not None:
4440
4434
  pulumi.set(__self__, "json_options", json_options)
4441
4435
  if max_bad_records is not None:
@@ -4557,14 +4551,6 @@ class TableExternalDataConfiguration(dict):
4557
4551
  """
4558
4552
  return pulumi.get(self, "ignore_unknown_values")
4559
4553
 
4560
- @property
4561
- @pulumi.getter(name="jsonExtension")
4562
- def json_extension(self) -> Optional[str]:
4563
- """
4564
- Used to indicate that a JSON variant, rather than normal JSON, is being used as the sourceFormat. This should only be used in combination with the `JSON` source format. Valid values are: `GEOJSON`.
4565
- """
4566
- return pulumi.get(self, "json_extension")
4567
-
4568
4554
  @property
4569
4555
  @pulumi.getter(name="jsonOptions")
4570
4556
  def json_options(self) -> Optional['outputs.TableExternalDataConfigurationJsonOptions']:
@@ -21,7 +21,6 @@ class RoutineArgs:
21
21
  routine_id: pulumi.Input[str],
22
22
  routine_type: pulumi.Input[str],
23
23
  arguments: Optional[pulumi.Input[Sequence[pulumi.Input['RoutineArgumentArgs']]]] = None,
24
- data_governance_type: Optional[pulumi.Input[str]] = None,
25
24
  description: Optional[pulumi.Input[str]] = None,
26
25
  determinism_level: Optional[pulumi.Input[str]] = None,
27
26
  imported_libraries: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -44,8 +43,6 @@ class RoutineArgs:
44
43
  Possible values are: `SCALAR_FUNCTION`, `PROCEDURE`, `TABLE_VALUED_FUNCTION`.
45
44
  :param pulumi.Input[Sequence[pulumi.Input['RoutineArgumentArgs']]] arguments: Input/output argument of a function or a stored procedure.
46
45
  Structure is documented below.
47
- :param pulumi.Input[str] data_governance_type: If set to DATA_MASKING, the function is validated and made available as a masking function. For more information, see https://cloud.google.com/bigquery/docs/user-defined-functions#custom-mask
48
- Possible values are: `DATA_MASKING`.
49
46
  :param pulumi.Input[str] description: The description of the routine if defined.
50
47
  :param pulumi.Input[str] determinism_level: The determinism level of the JavaScript UDF if defined.
51
48
  Possible values are: `DETERMINISM_LEVEL_UNSPECIFIED`, `DETERMINISTIC`, `NOT_DETERMINISTIC`.
@@ -79,8 +76,6 @@ class RoutineArgs:
79
76
  pulumi.set(__self__, "routine_type", routine_type)
80
77
  if arguments is not None:
81
78
  pulumi.set(__self__, "arguments", arguments)
82
- if data_governance_type is not None:
83
- pulumi.set(__self__, "data_governance_type", data_governance_type)
84
79
  if description is not None:
85
80
  pulumi.set(__self__, "description", description)
86
81
  if determinism_level is not None:
@@ -166,19 +161,6 @@ class RoutineArgs:
166
161
  def arguments(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RoutineArgumentArgs']]]]):
167
162
  pulumi.set(self, "arguments", value)
168
163
 
169
- @property
170
- @pulumi.getter(name="dataGovernanceType")
171
- def data_governance_type(self) -> Optional[pulumi.Input[str]]:
172
- """
173
- If set to DATA_MASKING, the function is validated and made available as a masking function. For more information, see https://cloud.google.com/bigquery/docs/user-defined-functions#custom-mask
174
- Possible values are: `DATA_MASKING`.
175
- """
176
- return pulumi.get(self, "data_governance_type")
177
-
178
- @data_governance_type.setter
179
- def data_governance_type(self, value: Optional[pulumi.Input[str]]):
180
- pulumi.set(self, "data_governance_type", value)
181
-
182
164
  @property
183
165
  @pulumi.getter
184
166
  def description(self) -> Optional[pulumi.Input[str]]:
@@ -310,7 +292,6 @@ class _RoutineState:
310
292
  def __init__(__self__, *,
311
293
  arguments: Optional[pulumi.Input[Sequence[pulumi.Input['RoutineArgumentArgs']]]] = None,
312
294
  creation_time: Optional[pulumi.Input[int]] = None,
313
- data_governance_type: Optional[pulumi.Input[str]] = None,
314
295
  dataset_id: Optional[pulumi.Input[str]] = None,
315
296
  definition_body: Optional[pulumi.Input[str]] = None,
316
297
  description: Optional[pulumi.Input[str]] = None,
@@ -331,8 +312,6 @@ class _RoutineState:
331
312
  Structure is documented below.
332
313
  :param pulumi.Input[int] creation_time: The time when this routine was created, in milliseconds since the
333
314
  epoch.
334
- :param pulumi.Input[str] data_governance_type: If set to DATA_MASKING, the function is validated and made available as a masking function. For more information, see https://cloud.google.com/bigquery/docs/user-defined-functions#custom-mask
335
- Possible values are: `DATA_MASKING`.
336
315
  :param pulumi.Input[str] dataset_id: The ID of the dataset containing this routine
337
316
  :param pulumi.Input[str] definition_body: The body of the routine. For functions, this is the expression in the AS clause.
338
317
  If language=SQL, it is the substring inside (but excluding) the parentheses.
@@ -375,8 +354,6 @@ class _RoutineState:
375
354
  pulumi.set(__self__, "arguments", arguments)
376
355
  if creation_time is not None:
377
356
  pulumi.set(__self__, "creation_time", creation_time)
378
- if data_governance_type is not None:
379
- pulumi.set(__self__, "data_governance_type", data_governance_type)
380
357
  if dataset_id is not None:
381
358
  pulumi.set(__self__, "dataset_id", dataset_id)
382
359
  if definition_body is not None:
@@ -432,19 +409,6 @@ class _RoutineState:
432
409
  def creation_time(self, value: Optional[pulumi.Input[int]]):
433
410
  pulumi.set(self, "creation_time", value)
434
411
 
435
- @property
436
- @pulumi.getter(name="dataGovernanceType")
437
- def data_governance_type(self) -> Optional[pulumi.Input[str]]:
438
- """
439
- If set to DATA_MASKING, the function is validated and made available as a masking function. For more information, see https://cloud.google.com/bigquery/docs/user-defined-functions#custom-mask
440
- Possible values are: `DATA_MASKING`.
441
- """
442
- return pulumi.get(self, "data_governance_type")
443
-
444
- @data_governance_type.setter
445
- def data_governance_type(self, value: Optional[pulumi.Input[str]]):
446
- pulumi.set(self, "data_governance_type", value)
447
-
448
412
  @property
449
413
  @pulumi.getter(name="datasetId")
450
414
  def dataset_id(self) -> Optional[pulumi.Input[str]]:
@@ -643,7 +607,6 @@ class Routine(pulumi.CustomResource):
643
607
  resource_name: str,
644
608
  opts: Optional[pulumi.ResourceOptions] = None,
645
609
  arguments: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RoutineArgumentArgs']]]]] = None,
646
- data_governance_type: Optional[pulumi.Input[str]] = None,
647
610
  dataset_id: Optional[pulumi.Input[str]] = None,
648
611
  definition_body: Optional[pulumi.Input[str]] = None,
649
612
  description: Optional[pulumi.Input[str]] = None,
@@ -846,28 +809,6 @@ class Routine(pulumi.CustomResource):
846
809
  ))
847
810
  ```
848
811
  <!--End PulumiCodeChooser -->
849
- ### Bigquery Routine Data Governance Type
850
-
851
- <!--Start PulumiCodeChooser -->
852
- ```python
853
- import pulumi
854
- import pulumi_gcp as gcp
855
-
856
- test = gcp.bigquery.Dataset("test", dataset_id="tf_test_dataset_id_77884")
857
- custom_masking_routine = gcp.bigquery.Routine("custom_masking_routine",
858
- dataset_id=test.dataset_id,
859
- routine_id="custom_masking_routine",
860
- routine_type="SCALAR_FUNCTION",
861
- language="SQL",
862
- data_governance_type="DATA_MASKING",
863
- definition_body="SAFE.REGEXP_REPLACE(ssn, '[0-9]', 'X')",
864
- arguments=[gcp.bigquery.RoutineArgumentArgs(
865
- name="ssn",
866
- data_type="{\\"typeKind\\" : \\"STRING\\"}",
867
- )],
868
- return_type="{\\"typeKind\\" : \\"STRING\\"}")
869
- ```
870
- <!--End PulumiCodeChooser -->
871
812
  ### Bigquery Routine Remote Function
872
813
 
873
814
  <!--Start PulumiCodeChooser -->
@@ -925,8 +866,6 @@ class Routine(pulumi.CustomResource):
925
866
  :param pulumi.ResourceOptions opts: Options for the resource.
926
867
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RoutineArgumentArgs']]]] arguments: Input/output argument of a function or a stored procedure.
927
868
  Structure is documented below.
928
- :param pulumi.Input[str] data_governance_type: If set to DATA_MASKING, the function is validated and made available as a masking function. For more information, see https://cloud.google.com/bigquery/docs/user-defined-functions#custom-mask
929
- Possible values are: `DATA_MASKING`.
930
869
  :param pulumi.Input[str] dataset_id: The ID of the dataset containing this routine
931
870
  :param pulumi.Input[str] definition_body: The body of the routine. For functions, this is the expression in the AS clause.
932
871
  If language=SQL, it is the substring inside (but excluding) the parentheses.
@@ -1157,28 +1096,6 @@ class Routine(pulumi.CustomResource):
1157
1096
  ))
1158
1097
  ```
1159
1098
  <!--End PulumiCodeChooser -->
1160
- ### Bigquery Routine Data Governance Type
1161
-
1162
- <!--Start PulumiCodeChooser -->
1163
- ```python
1164
- import pulumi
1165
- import pulumi_gcp as gcp
1166
-
1167
- test = gcp.bigquery.Dataset("test", dataset_id="tf_test_dataset_id_77884")
1168
- custom_masking_routine = gcp.bigquery.Routine("custom_masking_routine",
1169
- dataset_id=test.dataset_id,
1170
- routine_id="custom_masking_routine",
1171
- routine_type="SCALAR_FUNCTION",
1172
- language="SQL",
1173
- data_governance_type="DATA_MASKING",
1174
- definition_body="SAFE.REGEXP_REPLACE(ssn, '[0-9]', 'X')",
1175
- arguments=[gcp.bigquery.RoutineArgumentArgs(
1176
- name="ssn",
1177
- data_type="{\\"typeKind\\" : \\"STRING\\"}",
1178
- )],
1179
- return_type="{\\"typeKind\\" : \\"STRING\\"}")
1180
- ```
1181
- <!--End PulumiCodeChooser -->
1182
1099
  ### Bigquery Routine Remote Function
1183
1100
 
1184
1101
  <!--Start PulumiCodeChooser -->
@@ -1248,7 +1165,6 @@ class Routine(pulumi.CustomResource):
1248
1165
  resource_name: str,
1249
1166
  opts: Optional[pulumi.ResourceOptions] = None,
1250
1167
  arguments: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RoutineArgumentArgs']]]]] = None,
1251
- data_governance_type: Optional[pulumi.Input[str]] = None,
1252
1168
  dataset_id: Optional[pulumi.Input[str]] = None,
1253
1169
  definition_body: Optional[pulumi.Input[str]] = None,
1254
1170
  description: Optional[pulumi.Input[str]] = None,
@@ -1272,7 +1188,6 @@ class Routine(pulumi.CustomResource):
1272
1188
  __props__ = RoutineArgs.__new__(RoutineArgs)
1273
1189
 
1274
1190
  __props__.__dict__["arguments"] = arguments
1275
- __props__.__dict__["data_governance_type"] = data_governance_type
1276
1191
  if dataset_id is None and not opts.urn:
1277
1192
  raise TypeError("Missing required property 'dataset_id'")
1278
1193
  __props__.__dict__["dataset_id"] = dataset_id
@@ -1308,7 +1223,6 @@ class Routine(pulumi.CustomResource):
1308
1223
  opts: Optional[pulumi.ResourceOptions] = None,
1309
1224
  arguments: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RoutineArgumentArgs']]]]] = None,
1310
1225
  creation_time: Optional[pulumi.Input[int]] = None,
1311
- data_governance_type: Optional[pulumi.Input[str]] = None,
1312
1226
  dataset_id: Optional[pulumi.Input[str]] = None,
1313
1227
  definition_body: Optional[pulumi.Input[str]] = None,
1314
1228
  description: Optional[pulumi.Input[str]] = None,
@@ -1334,8 +1248,6 @@ class Routine(pulumi.CustomResource):
1334
1248
  Structure is documented below.
1335
1249
  :param pulumi.Input[int] creation_time: The time when this routine was created, in milliseconds since the
1336
1250
  epoch.
1337
- :param pulumi.Input[str] data_governance_type: If set to DATA_MASKING, the function is validated and made available as a masking function. For more information, see https://cloud.google.com/bigquery/docs/user-defined-functions#custom-mask
1338
- Possible values are: `DATA_MASKING`.
1339
1251
  :param pulumi.Input[str] dataset_id: The ID of the dataset containing this routine
1340
1252
  :param pulumi.Input[str] definition_body: The body of the routine. For functions, this is the expression in the AS clause.
1341
1253
  If language=SQL, it is the substring inside (but excluding) the parentheses.
@@ -1380,7 +1292,6 @@ class Routine(pulumi.CustomResource):
1380
1292
 
1381
1293
  __props__.__dict__["arguments"] = arguments
1382
1294
  __props__.__dict__["creation_time"] = creation_time
1383
- __props__.__dict__["data_governance_type"] = data_governance_type
1384
1295
  __props__.__dict__["dataset_id"] = dataset_id
1385
1296
  __props__.__dict__["definition_body"] = definition_body
1386
1297
  __props__.__dict__["description"] = description
@@ -1415,15 +1326,6 @@ class Routine(pulumi.CustomResource):
1415
1326
  """
1416
1327
  return pulumi.get(self, "creation_time")
1417
1328
 
1418
- @property
1419
- @pulumi.getter(name="dataGovernanceType")
1420
- def data_governance_type(self) -> pulumi.Output[Optional[str]]:
1421
- """
1422
- If set to DATA_MASKING, the function is validated and made available as a masking function. For more information, see https://cloud.google.com/bigquery/docs/user-defined-functions#custom-mask
1423
- Possible values are: `DATA_MASKING`.
1424
- """
1425
- return pulumi.get(self, "data_governance_type")
1426
-
1427
1329
  @property
1428
1330
  @pulumi.getter(name="datasetId")
1429
1331
  def dataset_id(self) -> pulumi.Output[str]:
@@ -122,8 +122,8 @@ class InstanceClusterArgs:
122
122
  `bigtable.Instance` resource. If these values are changing, use a new
123
123
  `cluster_id`.
124
124
  :param pulumi.Input[int] num_nodes: The number of nodes in the cluster.
125
- If no value is set, Cloud Bigtable automatically allocates nodes based on your data footprint and optimized for 50% storage utilization.
126
- :param pulumi.Input[str] state: describes the current state of the cluster.
125
+ If no value is set, Cloud Bigtable automatically allocates nodes based on your data footprint and optimized for 50%!s(MISSING)torage utilization.
126
+ :param pulumi.Input[str] state: The state of the cluster
127
127
  :param pulumi.Input[str] storage_type: The storage type to use. One of `"SSD"` or
128
128
  `"HDD"`. Defaults to `"SSD"`.
129
129
  :param pulumi.Input[str] zone: The zone to create the Cloud Bigtable cluster in. If it not
@@ -194,7 +194,7 @@ class InstanceClusterArgs:
194
194
  def num_nodes(self) -> Optional[pulumi.Input[int]]:
195
195
  """
196
196
  The number of nodes in the cluster.
197
- If no value is set, Cloud Bigtable automatically allocates nodes based on your data footprint and optimized for 50% storage utilization.
197
+ If no value is set, Cloud Bigtable automatically allocates nodes based on your data footprint and optimized for 50%!s(MISSING)torage utilization.
198
198
  """
199
199
  return pulumi.get(self, "num_nodes")
200
200
 
@@ -206,7 +206,7 @@ class InstanceClusterArgs:
206
206
  @pulumi.getter
207
207
  def state(self) -> Optional[pulumi.Input[str]]:
208
208
  """
209
- describes the current state of the cluster.
209
+ The state of the cluster
210
210
  """
211
211
  return pulumi.get(self, "state")
212
212
 
@@ -475,10 +475,6 @@ class GCPolicy(pulumi.CustomResource):
475
475
  <!--End PulumiCodeChooser -->
476
476
  This is equivalent to running the following `cbt` command:
477
477
 
478
- ## Import
479
-
480
- This resource does not support import.
481
-
482
478
  :param str resource_name: The name of the resource.
483
479
  :param pulumi.ResourceOptions opts: Options for the resource.
484
480
  :param pulumi.Input[str] column_family: The name of the column family.
@@ -628,10 +624,6 @@ class GCPolicy(pulumi.CustomResource):
628
624
  <!--End PulumiCodeChooser -->
629
625
  This is equivalent to running the following `cbt` command:
630
626
 
631
- ## Import
632
-
633
- This resource does not support import.
634
-
635
627
  :param str resource_name: The name of the resource.
636
628
  :param GCPolicyArgs args: The arguments to use to populate this resource's properties.
637
629
  :param pulumi.ResourceOptions opts: Options for the resource.