pulumi-gcp 7.25.0__py3-none-any.whl → 7.25.0a1717104660__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 (59) hide show
  1. pulumi_gcp/__init__.py +0 -88
  2. pulumi_gcp/appengine/_inputs.py +0 -18
  3. pulumi_gcp/appengine/domain_mapping.py +1 -1
  4. pulumi_gcp/appengine/outputs.py +0 -16
  5. pulumi_gcp/bigquery/_inputs.py +2 -286
  6. pulumi_gcp/bigquery/outputs.py +2 -289
  7. pulumi_gcp/bigquery/table.py +35 -77
  8. pulumi_gcp/cloudfunctionsv2/function.py +4 -0
  9. pulumi_gcp/cloudrun/_inputs.py +4 -80
  10. pulumi_gcp/cloudrun/outputs.py +4 -137
  11. pulumi_gcp/composer/user_workloads_secret.py +4 -4
  12. pulumi_gcp/compute/__init__.py +0 -1
  13. pulumi_gcp/compute/_inputs.py +176 -398
  14. pulumi_gcp/compute/instance_group_membership.py +2 -2
  15. pulumi_gcp/compute/interconnect_attachment.py +0 -82
  16. pulumi_gcp/compute/network_endpoint.py +2 -2
  17. pulumi_gcp/compute/network_endpoint_list.py +2 -2
  18. pulumi_gcp/compute/outputs.py +161 -609
  19. pulumi_gcp/compute/region_ssl_policy.py +40 -39
  20. pulumi_gcp/compute/security_policy_rule.py +1 -55
  21. pulumi_gcp/container/_inputs.py +0 -560
  22. pulumi_gcp/container/outputs.py +51 -1106
  23. pulumi_gcp/dataplex/__init__.py +0 -10
  24. pulumi_gcp/dataplex/_inputs.py +0 -160
  25. pulumi_gcp/dataplex/outputs.py +0 -112
  26. pulumi_gcp/datastream/connection_profile.py +0 -47
  27. pulumi_gcp/datastream/private_connection.py +0 -47
  28. pulumi_gcp/datastream/stream.py +0 -47
  29. pulumi_gcp/kms/__init__.py +0 -2
  30. pulumi_gcp/networkservices/__init__.py +0 -1
  31. pulumi_gcp/networkservices/_inputs.py +27 -245
  32. pulumi_gcp/networkservices/lb_traffic_extension.py +14 -28
  33. pulumi_gcp/networkservices/outputs.py +20 -251
  34. pulumi_gcp/orgpolicy/policy.py +2 -2
  35. pulumi_gcp/pubsub/_inputs.py +0 -16
  36. pulumi_gcp/pubsub/outputs.py +0 -25
  37. pulumi_gcp/pubsub/subscription.py +4 -8
  38. pulumi_gcp/pulumi-plugin.json +1 -1
  39. pulumi_gcp/sql/user.py +4 -4
  40. pulumi_gcp/tpu/_inputs.py +2 -2
  41. pulumi_gcp/tpu/outputs.py +2 -2
  42. {pulumi_gcp-7.25.0.dist-info → pulumi_gcp-7.25.0a1717104660.dist-info}/METADATA +1 -1
  43. {pulumi_gcp-7.25.0.dist-info → pulumi_gcp-7.25.0a1717104660.dist-info}/RECORD +45 -59
  44. pulumi_gcp/compute/get_subnetworks.py +0 -157
  45. pulumi_gcp/dataplex/aspect_type.py +0 -1077
  46. pulumi_gcp/dataplex/aspect_type_iam_binding.py +0 -765
  47. pulumi_gcp/dataplex/aspect_type_iam_member.py +0 -765
  48. pulumi_gcp/dataplex/aspect_type_iam_policy.py +0 -604
  49. pulumi_gcp/dataplex/entry_group.py +0 -722
  50. pulumi_gcp/dataplex/entry_group_iam_binding.py +0 -765
  51. pulumi_gcp/dataplex/entry_group_iam_member.py +0 -765
  52. pulumi_gcp/dataplex/entry_group_iam_policy.py +0 -604
  53. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +0 -164
  54. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +0 -164
  55. pulumi_gcp/kms/autokey_config.py +0 -366
  56. pulumi_gcp/kms/key_handle.py +0 -548
  57. pulumi_gcp/networkservices/lb_route_extension.py +0 -663
  58. {pulumi_gcp-7.25.0.dist-info → pulumi_gcp-7.25.0a1717104660.dist-info}/WHEEL +0 -0
  59. {pulumi_gcp-7.25.0.dist-info → pulumi_gcp-7.25.0a1717104660.dist-info}/top_level.txt +0 -0
pulumi_gcp/__init__.py CHANGED
@@ -3604,38 +3604,6 @@ _utilities.register(
3604
3604
  "gcp:dataloss/preventionStoredInfoType:PreventionStoredInfoType": "PreventionStoredInfoType"
3605
3605
  }
3606
3606
  },
3607
- {
3608
- "pkg": "gcp",
3609
- "mod": "dataplex/aspectType",
3610
- "fqn": "pulumi_gcp.dataplex",
3611
- "classes": {
3612
- "gcp:dataplex/aspectType:AspectType": "AspectType"
3613
- }
3614
- },
3615
- {
3616
- "pkg": "gcp",
3617
- "mod": "dataplex/aspectTypeIamBinding",
3618
- "fqn": "pulumi_gcp.dataplex",
3619
- "classes": {
3620
- "gcp:dataplex/aspectTypeIamBinding:AspectTypeIamBinding": "AspectTypeIamBinding"
3621
- }
3622
- },
3623
- {
3624
- "pkg": "gcp",
3625
- "mod": "dataplex/aspectTypeIamMember",
3626
- "fqn": "pulumi_gcp.dataplex",
3627
- "classes": {
3628
- "gcp:dataplex/aspectTypeIamMember:AspectTypeIamMember": "AspectTypeIamMember"
3629
- }
3630
- },
3631
- {
3632
- "pkg": "gcp",
3633
- "mod": "dataplex/aspectTypeIamPolicy",
3634
- "fqn": "pulumi_gcp.dataplex",
3635
- "classes": {
3636
- "gcp:dataplex/aspectTypeIamPolicy:AspectTypeIamPolicy": "AspectTypeIamPolicy"
3637
- }
3638
- },
3639
3607
  {
3640
3608
  "pkg": "gcp",
3641
3609
  "mod": "dataplex/asset",
@@ -3700,38 +3668,6 @@ _utilities.register(
3700
3668
  "gcp:dataplex/datascanIamPolicy:DatascanIamPolicy": "DatascanIamPolicy"
3701
3669
  }
3702
3670
  },
3703
- {
3704
- "pkg": "gcp",
3705
- "mod": "dataplex/entryGroup",
3706
- "fqn": "pulumi_gcp.dataplex",
3707
- "classes": {
3708
- "gcp:dataplex/entryGroup:EntryGroup": "EntryGroup"
3709
- }
3710
- },
3711
- {
3712
- "pkg": "gcp",
3713
- "mod": "dataplex/entryGroupIamBinding",
3714
- "fqn": "pulumi_gcp.dataplex",
3715
- "classes": {
3716
- "gcp:dataplex/entryGroupIamBinding:EntryGroupIamBinding": "EntryGroupIamBinding"
3717
- }
3718
- },
3719
- {
3720
- "pkg": "gcp",
3721
- "mod": "dataplex/entryGroupIamMember",
3722
- "fqn": "pulumi_gcp.dataplex",
3723
- "classes": {
3724
- "gcp:dataplex/entryGroupIamMember:EntryGroupIamMember": "EntryGroupIamMember"
3725
- }
3726
- },
3727
- {
3728
- "pkg": "gcp",
3729
- "mod": "dataplex/entryGroupIamPolicy",
3730
- "fqn": "pulumi_gcp.dataplex",
3731
- "classes": {
3732
- "gcp:dataplex/entryGroupIamPolicy:EntryGroupIamPolicy": "EntryGroupIamPolicy"
3733
- }
3734
- },
3735
3671
  {
3736
3672
  "pkg": "gcp",
3737
3673
  "mod": "dataplex/lake",
@@ -5492,14 +5428,6 @@ _utilities.register(
5492
5428
  "gcp:integrationconnectors/managedZone:ManagedZone": "ManagedZone"
5493
5429
  }
5494
5430
  },
5495
- {
5496
- "pkg": "gcp",
5497
- "mod": "kms/autokeyConfig",
5498
- "fqn": "pulumi_gcp.kms",
5499
- "classes": {
5500
- "gcp:kms/autokeyConfig:AutokeyConfig": "AutokeyConfig"
5501
- }
5502
- },
5503
5431
  {
5504
5432
  "pkg": "gcp",
5505
5433
  "mod": "kms/cryptoKey",
@@ -5548,14 +5476,6 @@ _utilities.register(
5548
5476
  "gcp:kms/ekmConnection:EkmConnection": "EkmConnection"
5549
5477
  }
5550
5478
  },
5551
- {
5552
- "pkg": "gcp",
5553
- "mod": "kms/keyHandle",
5554
- "fqn": "pulumi_gcp.kms",
5555
- "classes": {
5556
- "gcp:kms/keyHandle:KeyHandle": "KeyHandle"
5557
- }
5558
- },
5559
5479
  {
5560
5480
  "pkg": "gcp",
5561
5481
  "mod": "kms/keyRing",
@@ -6156,14 +6076,6 @@ _utilities.register(
6156
6076
  "gcp:networkservices/httpRoute:HttpRoute": "HttpRoute"
6157
6077
  }
6158
6078
  },
6159
- {
6160
- "pkg": "gcp",
6161
- "mod": "networkservices/lbRouteExtension",
6162
- "fqn": "pulumi_gcp.networkservices",
6163
- "classes": {
6164
- "gcp:networkservices/lbRouteExtension:LbRouteExtension": "LbRouteExtension"
6165
- }
6166
- },
6167
6079
  {
6168
6080
  "pkg": "gcp",
6169
6081
  "mod": "networkservices/lbTrafficExtension",
@@ -1752,15 +1752,12 @@ class FlexibleAppVersionNetworkArgs:
1752
1752
  def __init__(__self__, *,
1753
1753
  name: pulumi.Input[str],
1754
1754
  forwarded_ports: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1755
- instance_ip_mode: Optional[pulumi.Input[str]] = None,
1756
1755
  instance_tag: Optional[pulumi.Input[str]] = None,
1757
1756
  session_affinity: Optional[pulumi.Input[bool]] = None,
1758
1757
  subnetwork: Optional[pulumi.Input[str]] = None):
1759
1758
  """
1760
1759
  :param pulumi.Input[str] name: Google Compute Engine network where the virtual machines are created. Specify the short name, not the resource path.
1761
1760
  :param pulumi.Input[Sequence[pulumi.Input[str]]] forwarded_ports: List of ports, or port pairs, to forward from the virtual machine to the application container.
1762
- :param pulumi.Input[str] instance_ip_mode: Prevent instances from receiving an ephemeral external IP address.
1763
- Possible values are: `EXTERNAL`, `INTERNAL`.
1764
1761
  :param pulumi.Input[str] instance_tag: Tag to apply to the instance during creation.
1765
1762
  :param pulumi.Input[bool] session_affinity: Enable session affinity.
1766
1763
  :param pulumi.Input[str] subnetwork: Google Cloud Platform sub-network where the virtual machines are created. Specify the short name, not the resource path.
@@ -1772,8 +1769,6 @@ class FlexibleAppVersionNetworkArgs:
1772
1769
  pulumi.set(__self__, "name", name)
1773
1770
  if forwarded_ports is not None:
1774
1771
  pulumi.set(__self__, "forwarded_ports", forwarded_ports)
1775
- if instance_ip_mode is not None:
1776
- pulumi.set(__self__, "instance_ip_mode", instance_ip_mode)
1777
1772
  if instance_tag is not None:
1778
1773
  pulumi.set(__self__, "instance_tag", instance_tag)
1779
1774
  if session_affinity is not None:
@@ -1805,19 +1800,6 @@ class FlexibleAppVersionNetworkArgs:
1805
1800
  def forwarded_ports(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1806
1801
  pulumi.set(self, "forwarded_ports", value)
1807
1802
 
1808
- @property
1809
- @pulumi.getter(name="instanceIpMode")
1810
- def instance_ip_mode(self) -> Optional[pulumi.Input[str]]:
1811
- """
1812
- Prevent instances from receiving an ephemeral external IP address.
1813
- Possible values are: `EXTERNAL`, `INTERNAL`.
1814
- """
1815
- return pulumi.get(self, "instance_ip_mode")
1816
-
1817
- @instance_ip_mode.setter
1818
- def instance_ip_mode(self, value: Optional[pulumi.Input[str]]):
1819
- pulumi.set(self, "instance_ip_mode", value)
1820
-
1821
1803
  @property
1822
1804
  @pulumi.getter(name="instanceTag")
1823
1805
  def instance_tag(self) -> Optional[pulumi.Input[str]]:
@@ -490,7 +490,7 @@ class DomainMapping(pulumi.CustomResource):
490
490
 
491
491
  @property
492
492
  @pulumi.getter(name="sslSettings")
493
- def ssl_settings(self) -> pulumi.Output['outputs.DomainMappingSslSettings']:
493
+ def ssl_settings(self) -> pulumi.Output[Optional['outputs.DomainMappingSslSettings']]:
494
494
  """
495
495
  SSL configuration for this domain. If unconfigured, this domain will not serve with SSL.
496
496
  Structure is documented below.
@@ -1806,8 +1806,6 @@ class FlexibleAppVersionNetwork(dict):
1806
1806
  suggest = None
1807
1807
  if key == "forwardedPorts":
1808
1808
  suggest = "forwarded_ports"
1809
- elif key == "instanceIpMode":
1810
- suggest = "instance_ip_mode"
1811
1809
  elif key == "instanceTag":
1812
1810
  suggest = "instance_tag"
1813
1811
  elif key == "sessionAffinity":
@@ -1827,15 +1825,12 @@ class FlexibleAppVersionNetwork(dict):
1827
1825
  def __init__(__self__, *,
1828
1826
  name: str,
1829
1827
  forwarded_ports: Optional[Sequence[str]] = None,
1830
- instance_ip_mode: Optional[str] = None,
1831
1828
  instance_tag: Optional[str] = None,
1832
1829
  session_affinity: Optional[bool] = None,
1833
1830
  subnetwork: Optional[str] = None):
1834
1831
  """
1835
1832
  :param str name: Google Compute Engine network where the virtual machines are created. Specify the short name, not the resource path.
1836
1833
  :param Sequence[str] forwarded_ports: List of ports, or port pairs, to forward from the virtual machine to the application container.
1837
- :param str instance_ip_mode: Prevent instances from receiving an ephemeral external IP address.
1838
- Possible values are: `EXTERNAL`, `INTERNAL`.
1839
1834
  :param str instance_tag: Tag to apply to the instance during creation.
1840
1835
  :param bool session_affinity: Enable session affinity.
1841
1836
  :param str subnetwork: Google Cloud Platform sub-network where the virtual machines are created. Specify the short name, not the resource path.
@@ -1847,8 +1842,6 @@ class FlexibleAppVersionNetwork(dict):
1847
1842
  pulumi.set(__self__, "name", name)
1848
1843
  if forwarded_ports is not None:
1849
1844
  pulumi.set(__self__, "forwarded_ports", forwarded_ports)
1850
- if instance_ip_mode is not None:
1851
- pulumi.set(__self__, "instance_ip_mode", instance_ip_mode)
1852
1845
  if instance_tag is not None:
1853
1846
  pulumi.set(__self__, "instance_tag", instance_tag)
1854
1847
  if session_affinity is not None:
@@ -1872,15 +1865,6 @@ class FlexibleAppVersionNetwork(dict):
1872
1865
  """
1873
1866
  return pulumi.get(self, "forwarded_ports")
1874
1867
 
1875
- @property
1876
- @pulumi.getter(name="instanceIpMode")
1877
- def instance_ip_mode(self) -> Optional[str]:
1878
- """
1879
- Prevent instances from receiving an ephemeral external IP address.
1880
- Possible values are: `EXTERNAL`, `INTERNAL`.
1881
- """
1882
- return pulumi.get(self, "instance_ip_mode")
1883
-
1884
1868
  @property
1885
1869
  @pulumi.getter(name="instanceTag")
1886
1870
  def instance_tag(self) -> Optional[str]:
@@ -69,9 +69,6 @@ __all__ = [
69
69
  'TableEncryptionConfigurationArgs',
70
70
  'TableExternalDataConfigurationArgs',
71
71
  'TableExternalDataConfigurationAvroOptionsArgs',
72
- 'TableExternalDataConfigurationBigtableOptionsArgs',
73
- 'TableExternalDataConfigurationBigtableOptionsColumnFamilyArgs',
74
- 'TableExternalDataConfigurationBigtableOptionsColumnFamilyColumnArgs',
75
72
  'TableExternalDataConfigurationCsvOptionsArgs',
76
73
  'TableExternalDataConfigurationGoogleSheetsOptionsArgs',
77
74
  'TableExternalDataConfigurationHivePartitioningOptionsArgs',
@@ -4117,7 +4114,6 @@ class TableExternalDataConfigurationArgs:
4117
4114
  autodetect: pulumi.Input[bool],
4118
4115
  source_uris: pulumi.Input[Sequence[pulumi.Input[str]]],
4119
4116
  avro_options: Optional[pulumi.Input['TableExternalDataConfigurationAvroOptionsArgs']] = None,
4120
- bigtable_options: Optional[pulumi.Input['TableExternalDataConfigurationBigtableOptionsArgs']] = None,
4121
4117
  compression: Optional[pulumi.Input[str]] = None,
4122
4118
  connection_id: Optional[pulumi.Input[str]] = None,
4123
4119
  csv_options: Optional[pulumi.Input['TableExternalDataConfigurationCsvOptionsArgs']] = None,
@@ -4141,8 +4137,6 @@ class TableExternalDataConfigurationArgs:
4141
4137
  your data in Google Cloud.
4142
4138
  :param pulumi.Input['TableExternalDataConfigurationAvroOptionsArgs'] avro_options: Additional options if `source_format` is set to
4143
4139
  "AVRO". Structure is documented below.
4144
- :param pulumi.Input['TableExternalDataConfigurationBigtableOptionsArgs'] bigtable_options: Additional properties to set if
4145
- `source_format` is set to "BIGTABLE". Structure is documented below.
4146
4140
  :param pulumi.Input[str] compression: The compression type of the data source.
4147
4141
  Valid values are "NONE" or "GZIP".
4148
4142
  :param pulumi.Input[str] connection_id: The connection specifying the credentials to be used to read
@@ -4205,8 +4199,6 @@ class TableExternalDataConfigurationArgs:
4205
4199
  pulumi.set(__self__, "source_uris", source_uris)
4206
4200
  if avro_options is not None:
4207
4201
  pulumi.set(__self__, "avro_options", avro_options)
4208
- if bigtable_options is not None:
4209
- pulumi.set(__self__, "bigtable_options", bigtable_options)
4210
4202
  if compression is not None:
4211
4203
  pulumi.set(__self__, "compression", compression)
4212
4204
  if connection_id is not None:
@@ -4279,19 +4271,6 @@ class TableExternalDataConfigurationArgs:
4279
4271
  def avro_options(self, value: Optional[pulumi.Input['TableExternalDataConfigurationAvroOptionsArgs']]):
4280
4272
  pulumi.set(self, "avro_options", value)
4281
4273
 
4282
- @property
4283
- @pulumi.getter(name="bigtableOptions")
4284
- def bigtable_options(self) -> Optional[pulumi.Input['TableExternalDataConfigurationBigtableOptionsArgs']]:
4285
- """
4286
- Additional properties to set if
4287
- `source_format` is set to "BIGTABLE". Structure is documented below.
4288
- """
4289
- return pulumi.get(self, "bigtable_options")
4290
-
4291
- @bigtable_options.setter
4292
- def bigtable_options(self, value: Optional[pulumi.Input['TableExternalDataConfigurationBigtableOptionsArgs']]):
4293
- pulumi.set(self, "bigtable_options", value)
4294
-
4295
4274
  @property
4296
4275
  @pulumi.getter
4297
4276
  def compression(self) -> Optional[pulumi.Input[str]]:
@@ -4552,267 +4531,6 @@ class TableExternalDataConfigurationAvroOptionsArgs:
4552
4531
  pulumi.set(self, "use_avro_logical_types", value)
4553
4532
 
4554
4533
 
4555
- @pulumi.input_type
4556
- class TableExternalDataConfigurationBigtableOptionsArgs:
4557
- def __init__(__self__, *,
4558
- column_families: Optional[pulumi.Input[Sequence[pulumi.Input['TableExternalDataConfigurationBigtableOptionsColumnFamilyArgs']]]] = None,
4559
- ignore_unspecified_column_families: Optional[pulumi.Input[bool]] = None,
4560
- output_column_families_as_json: Optional[pulumi.Input[bool]] = None,
4561
- read_rowkey_as_string: Optional[pulumi.Input[bool]] = None):
4562
- """
4563
- :param pulumi.Input[Sequence[pulumi.Input['TableExternalDataConfigurationBigtableOptionsColumnFamilyArgs']]] column_families: A list of column families to expose in the table schema along with their types. This list restricts the column families that can be referenced in queries and specifies their value types. You can use this list to do type conversions - see the 'type' field for more details. If you leave this list empty, all column families are present in the table schema and their values are read as BYTES. During a query only the column families referenced in that query are read from Bigtable. Structure is documented below.
4564
- :param pulumi.Input[bool] ignore_unspecified_column_families: If field is true, then the column families that are not specified in columnFamilies list are not exposed in the table schema. Otherwise, they are read with BYTES type values. The default value is false.
4565
- :param pulumi.Input[bool] output_column_families_as_json: If field is true, then each column family will be read as a single JSON column. Otherwise they are read as a repeated cell structure containing timestamp/value tuples. The default value is false.
4566
- :param pulumi.Input[bool] read_rowkey_as_string: If field is true, then the rowkey column families will be read and converted to string. Otherwise they are read with BYTES type values and users need to manually cast them with CAST if necessary. The default value is false.
4567
- """
4568
- if column_families is not None:
4569
- pulumi.set(__self__, "column_families", column_families)
4570
- if ignore_unspecified_column_families is not None:
4571
- pulumi.set(__self__, "ignore_unspecified_column_families", ignore_unspecified_column_families)
4572
- if output_column_families_as_json is not None:
4573
- pulumi.set(__self__, "output_column_families_as_json", output_column_families_as_json)
4574
- if read_rowkey_as_string is not None:
4575
- pulumi.set(__self__, "read_rowkey_as_string", read_rowkey_as_string)
4576
-
4577
- @property
4578
- @pulumi.getter(name="columnFamilies")
4579
- def column_families(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TableExternalDataConfigurationBigtableOptionsColumnFamilyArgs']]]]:
4580
- """
4581
- A list of column families to expose in the table schema along with their types. This list restricts the column families that can be referenced in queries and specifies their value types. You can use this list to do type conversions - see the 'type' field for more details. If you leave this list empty, all column families are present in the table schema and their values are read as BYTES. During a query only the column families referenced in that query are read from Bigtable. Structure is documented below.
4582
- """
4583
- return pulumi.get(self, "column_families")
4584
-
4585
- @column_families.setter
4586
- def column_families(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TableExternalDataConfigurationBigtableOptionsColumnFamilyArgs']]]]):
4587
- pulumi.set(self, "column_families", value)
4588
-
4589
- @property
4590
- @pulumi.getter(name="ignoreUnspecifiedColumnFamilies")
4591
- def ignore_unspecified_column_families(self) -> Optional[pulumi.Input[bool]]:
4592
- """
4593
- If field is true, then the column families that are not specified in columnFamilies list are not exposed in the table schema. Otherwise, they are read with BYTES type values. The default value is false.
4594
- """
4595
- return pulumi.get(self, "ignore_unspecified_column_families")
4596
-
4597
- @ignore_unspecified_column_families.setter
4598
- def ignore_unspecified_column_families(self, value: Optional[pulumi.Input[bool]]):
4599
- pulumi.set(self, "ignore_unspecified_column_families", value)
4600
-
4601
- @property
4602
- @pulumi.getter(name="outputColumnFamiliesAsJson")
4603
- def output_column_families_as_json(self) -> Optional[pulumi.Input[bool]]:
4604
- """
4605
- If field is true, then each column family will be read as a single JSON column. Otherwise they are read as a repeated cell structure containing timestamp/value tuples. The default value is false.
4606
- """
4607
- return pulumi.get(self, "output_column_families_as_json")
4608
-
4609
- @output_column_families_as_json.setter
4610
- def output_column_families_as_json(self, value: Optional[pulumi.Input[bool]]):
4611
- pulumi.set(self, "output_column_families_as_json", value)
4612
-
4613
- @property
4614
- @pulumi.getter(name="readRowkeyAsString")
4615
- def read_rowkey_as_string(self) -> Optional[pulumi.Input[bool]]:
4616
- """
4617
- If field is true, then the rowkey column families will be read and converted to string. Otherwise they are read with BYTES type values and users need to manually cast them with CAST if necessary. The default value is false.
4618
- """
4619
- return pulumi.get(self, "read_rowkey_as_string")
4620
-
4621
- @read_rowkey_as_string.setter
4622
- def read_rowkey_as_string(self, value: Optional[pulumi.Input[bool]]):
4623
- pulumi.set(self, "read_rowkey_as_string", value)
4624
-
4625
-
4626
- @pulumi.input_type
4627
- class TableExternalDataConfigurationBigtableOptionsColumnFamilyArgs:
4628
- def __init__(__self__, *,
4629
- columns: Optional[pulumi.Input[Sequence[pulumi.Input['TableExternalDataConfigurationBigtableOptionsColumnFamilyColumnArgs']]]] = None,
4630
- encoding: Optional[pulumi.Input[str]] = None,
4631
- family_id: Optional[pulumi.Input[str]] = None,
4632
- only_read_latest: Optional[pulumi.Input[bool]] = None,
4633
- type: Optional[pulumi.Input[str]] = None):
4634
- """
4635
- :param pulumi.Input[Sequence[pulumi.Input['TableExternalDataConfigurationBigtableOptionsColumnFamilyColumnArgs']]] columns: A List of columns that should be exposed as individual fields as opposed to a list of (column name, value) pairs. All columns whose qualifier matches a qualifier in this list can be accessed as Other columns can be accessed as a list through column field. Structure is documented below.
4636
- :param pulumi.Input[str] encoding: The encoding of the values when the type is not STRING. Acceptable encoding values are: TEXT - indicates values are alphanumeric text strings. BINARY - indicates values are encoded using HBase Bytes.toBytes family of functions. This can be overridden for a specific column by listing that column in 'columns' and specifying an encoding for it.
4637
- :param pulumi.Input[str] family_id: Identifier of the column family.
4638
- :param pulumi.Input[bool] only_read_latest: If this is set only the latest version of value are exposed for all columns in this column family. This can be overridden for a specific column by listing that column in 'columns' and specifying a different setting for that column.
4639
- :param pulumi.Input[str] type: The type to convert the value in cells of this column family. The values are expected to be encoded using HBase Bytes.toBytes function when using the BINARY encoding value. Following BigQuery types are allowed (case-sensitive): "BYTES", "STRING", "INTEGER", "FLOAT", "BOOLEAN", "JSON". Default type is BYTES. This can be overridden for a specific column by listing that column in 'columns' and specifying a type for it.
4640
- """
4641
- if columns is not None:
4642
- pulumi.set(__self__, "columns", columns)
4643
- if encoding is not None:
4644
- pulumi.set(__self__, "encoding", encoding)
4645
- if family_id is not None:
4646
- pulumi.set(__self__, "family_id", family_id)
4647
- if only_read_latest is not None:
4648
- pulumi.set(__self__, "only_read_latest", only_read_latest)
4649
- if type is not None:
4650
- pulumi.set(__self__, "type", type)
4651
-
4652
- @property
4653
- @pulumi.getter
4654
- def columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TableExternalDataConfigurationBigtableOptionsColumnFamilyColumnArgs']]]]:
4655
- """
4656
- A List of columns that should be exposed as individual fields as opposed to a list of (column name, value) pairs. All columns whose qualifier matches a qualifier in this list can be accessed as Other columns can be accessed as a list through column field. Structure is documented below.
4657
- """
4658
- return pulumi.get(self, "columns")
4659
-
4660
- @columns.setter
4661
- def columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TableExternalDataConfigurationBigtableOptionsColumnFamilyColumnArgs']]]]):
4662
- pulumi.set(self, "columns", value)
4663
-
4664
- @property
4665
- @pulumi.getter
4666
- def encoding(self) -> Optional[pulumi.Input[str]]:
4667
- """
4668
- The encoding of the values when the type is not STRING. Acceptable encoding values are: TEXT - indicates values are alphanumeric text strings. BINARY - indicates values are encoded using HBase Bytes.toBytes family of functions. This can be overridden for a specific column by listing that column in 'columns' and specifying an encoding for it.
4669
- """
4670
- return pulumi.get(self, "encoding")
4671
-
4672
- @encoding.setter
4673
- def encoding(self, value: Optional[pulumi.Input[str]]):
4674
- pulumi.set(self, "encoding", value)
4675
-
4676
- @property
4677
- @pulumi.getter(name="familyId")
4678
- def family_id(self) -> Optional[pulumi.Input[str]]:
4679
- """
4680
- Identifier of the column family.
4681
- """
4682
- return pulumi.get(self, "family_id")
4683
-
4684
- @family_id.setter
4685
- def family_id(self, value: Optional[pulumi.Input[str]]):
4686
- pulumi.set(self, "family_id", value)
4687
-
4688
- @property
4689
- @pulumi.getter(name="onlyReadLatest")
4690
- def only_read_latest(self) -> Optional[pulumi.Input[bool]]:
4691
- """
4692
- If this is set only the latest version of value are exposed for all columns in this column family. This can be overridden for a specific column by listing that column in 'columns' and specifying a different setting for that column.
4693
- """
4694
- return pulumi.get(self, "only_read_latest")
4695
-
4696
- @only_read_latest.setter
4697
- def only_read_latest(self, value: Optional[pulumi.Input[bool]]):
4698
- pulumi.set(self, "only_read_latest", value)
4699
-
4700
- @property
4701
- @pulumi.getter
4702
- def type(self) -> Optional[pulumi.Input[str]]:
4703
- """
4704
- The type to convert the value in cells of this column family. The values are expected to be encoded using HBase Bytes.toBytes function when using the BINARY encoding value. Following BigQuery types are allowed (case-sensitive): "BYTES", "STRING", "INTEGER", "FLOAT", "BOOLEAN", "JSON". Default type is BYTES. This can be overridden for a specific column by listing that column in 'columns' and specifying a type for it.
4705
- """
4706
- return pulumi.get(self, "type")
4707
-
4708
- @type.setter
4709
- def type(self, value: Optional[pulumi.Input[str]]):
4710
- pulumi.set(self, "type", value)
4711
-
4712
-
4713
- @pulumi.input_type
4714
- class TableExternalDataConfigurationBigtableOptionsColumnFamilyColumnArgs:
4715
- def __init__(__self__, *,
4716
- encoding: Optional[pulumi.Input[str]] = None,
4717
- field_name: Optional[pulumi.Input[str]] = None,
4718
- only_read_latest: Optional[pulumi.Input[bool]] = None,
4719
- qualifier_encoded: Optional[pulumi.Input[str]] = None,
4720
- qualifier_string: Optional[pulumi.Input[str]] = None,
4721
- type: Optional[pulumi.Input[str]] = None):
4722
- """
4723
- :param pulumi.Input[str] encoding: The encoding of the values when the type is not STRING. Acceptable encoding values are: TEXT - indicates values are alphanumeric text strings. BINARY - indicates values are encoded using HBase Bytes.toBytes family of functions. 'encoding' can also be set at the column family level. However, the setting at this level takes precedence if 'encoding' is set at both levels.
4724
- :param pulumi.Input[str] field_name: If the qualifier is not a valid BigQuery field identifier i.e. does not match [a-zA-Z][a-zA-Z0-9_]*, a valid identifier must be provided as the column field name and is used as field name in queries.
4725
- :param pulumi.Input[bool] only_read_latest: If this is set, only the latest version of value in this column are exposed. 'onlyReadLatest' can also be set at the column family level. However, the setting at this level takes precedence if 'onlyReadLatest' is set at both levels.
4726
- :param pulumi.Input[str] qualifier_encoded: Qualifier of the column. Columns in the parent column family that has this exact qualifier are exposed as . field. If the qualifier is valid UTF-8 string, it can be specified in the qualifierString field. Otherwise, a base-64 encoded value must be set to qualifierEncoded. The column field name is the same as the column qualifier. However, if the qualifier is not a valid BigQuery field identifier i.e. does not match [a-zA-Z][a-zA-Z0-9_]*, a valid identifier must be provided as fieldName.
4727
- :param pulumi.Input[str] qualifier_string: Qualifier string.
4728
- :param pulumi.Input[str] type: The type to convert the value in cells of this column. The values are expected to be encoded using HBase Bytes.toBytes function when using the BINARY encoding value. Following BigQuery types are allowed (case-sensitive): "BYTES", "STRING", "INTEGER", "FLOAT", "BOOLEAN", "JSON", Default type is "BYTES". 'type' can also be set at the column family level. However, the setting at this level takes precedence if 'type' is set at both levels.
4729
- """
4730
- if encoding is not None:
4731
- pulumi.set(__self__, "encoding", encoding)
4732
- if field_name is not None:
4733
- pulumi.set(__self__, "field_name", field_name)
4734
- if only_read_latest is not None:
4735
- pulumi.set(__self__, "only_read_latest", only_read_latest)
4736
- if qualifier_encoded is not None:
4737
- pulumi.set(__self__, "qualifier_encoded", qualifier_encoded)
4738
- if qualifier_string is not None:
4739
- pulumi.set(__self__, "qualifier_string", qualifier_string)
4740
- if type is not None:
4741
- pulumi.set(__self__, "type", type)
4742
-
4743
- @property
4744
- @pulumi.getter
4745
- def encoding(self) -> Optional[pulumi.Input[str]]:
4746
- """
4747
- The encoding of the values when the type is not STRING. Acceptable encoding values are: TEXT - indicates values are alphanumeric text strings. BINARY - indicates values are encoded using HBase Bytes.toBytes family of functions. 'encoding' can also be set at the column family level. However, the setting at this level takes precedence if 'encoding' is set at both levels.
4748
- """
4749
- return pulumi.get(self, "encoding")
4750
-
4751
- @encoding.setter
4752
- def encoding(self, value: Optional[pulumi.Input[str]]):
4753
- pulumi.set(self, "encoding", value)
4754
-
4755
- @property
4756
- @pulumi.getter(name="fieldName")
4757
- def field_name(self) -> Optional[pulumi.Input[str]]:
4758
- """
4759
- If the qualifier is not a valid BigQuery field identifier i.e. does not match [a-zA-Z][a-zA-Z0-9_]*, a valid identifier must be provided as the column field name and is used as field name in queries.
4760
- """
4761
- return pulumi.get(self, "field_name")
4762
-
4763
- @field_name.setter
4764
- def field_name(self, value: Optional[pulumi.Input[str]]):
4765
- pulumi.set(self, "field_name", value)
4766
-
4767
- @property
4768
- @pulumi.getter(name="onlyReadLatest")
4769
- def only_read_latest(self) -> Optional[pulumi.Input[bool]]:
4770
- """
4771
- If this is set, only the latest version of value in this column are exposed. 'onlyReadLatest' can also be set at the column family level. However, the setting at this level takes precedence if 'onlyReadLatest' is set at both levels.
4772
- """
4773
- return pulumi.get(self, "only_read_latest")
4774
-
4775
- @only_read_latest.setter
4776
- def only_read_latest(self, value: Optional[pulumi.Input[bool]]):
4777
- pulumi.set(self, "only_read_latest", value)
4778
-
4779
- @property
4780
- @pulumi.getter(name="qualifierEncoded")
4781
- def qualifier_encoded(self) -> Optional[pulumi.Input[str]]:
4782
- """
4783
- Qualifier of the column. Columns in the parent column family that has this exact qualifier are exposed as . field. If the qualifier is valid UTF-8 string, it can be specified in the qualifierString field. Otherwise, a base-64 encoded value must be set to qualifierEncoded. The column field name is the same as the column qualifier. However, if the qualifier is not a valid BigQuery field identifier i.e. does not match [a-zA-Z][a-zA-Z0-9_]*, a valid identifier must be provided as fieldName.
4784
- """
4785
- return pulumi.get(self, "qualifier_encoded")
4786
-
4787
- @qualifier_encoded.setter
4788
- def qualifier_encoded(self, value: Optional[pulumi.Input[str]]):
4789
- pulumi.set(self, "qualifier_encoded", value)
4790
-
4791
- @property
4792
- @pulumi.getter(name="qualifierString")
4793
- def qualifier_string(self) -> Optional[pulumi.Input[str]]:
4794
- """
4795
- Qualifier string.
4796
- """
4797
- return pulumi.get(self, "qualifier_string")
4798
-
4799
- @qualifier_string.setter
4800
- def qualifier_string(self, value: Optional[pulumi.Input[str]]):
4801
- pulumi.set(self, "qualifier_string", value)
4802
-
4803
- @property
4804
- @pulumi.getter
4805
- def type(self) -> Optional[pulumi.Input[str]]:
4806
- """
4807
- The type to convert the value in cells of this column. The values are expected to be encoded using HBase Bytes.toBytes function when using the BINARY encoding value. Following BigQuery types are allowed (case-sensitive): "BYTES", "STRING", "INTEGER", "FLOAT", "BOOLEAN", "JSON", Default type is "BYTES". 'type' can also be set at the column family level. However, the setting at this level takes precedence if 'type' is set at both levels.
4808
- """
4809
- return pulumi.get(self, "type")
4810
-
4811
- @type.setter
4812
- def type(self, value: Optional[pulumi.Input[str]]):
4813
- pulumi.set(self, "type", value)
4814
-
4815
-
4816
4534
  @pulumi.input_type
4817
4535
  class TableExternalDataConfigurationCsvOptionsArgs:
4818
4536
  def __init__(__self__, *,
@@ -5544,8 +5262,7 @@ class TableTableReplicationInfoArgs:
5544
5262
  :param pulumi.Input[str] source_dataset_id: The ID of the source dataset.
5545
5263
  :param pulumi.Input[str] source_project_id: The ID of the source project.
5546
5264
  :param pulumi.Input[str] source_table_id: The ID of the source materialized view.
5547
- :param pulumi.Input[int] replication_interval_ms: The interval at which the source
5548
- materialized view is polled for updates. The default is 300000.
5265
+ :param pulumi.Input[int] replication_interval_ms: The interval at which the source materialized view is polled for updates. The default is 300000.
5549
5266
  """
5550
5267
  pulumi.set(__self__, "source_dataset_id", source_dataset_id)
5551
5268
  pulumi.set(__self__, "source_project_id", source_project_id)
@@ -5593,8 +5310,7 @@ class TableTableReplicationInfoArgs:
5593
5310
  @pulumi.getter(name="replicationIntervalMs")
5594
5311
  def replication_interval_ms(self) -> Optional[pulumi.Input[int]]:
5595
5312
  """
5596
- The interval at which the source
5597
- materialized view is polled for updates. The default is 300000.
5313
+ The interval at which the source materialized view is polled for updates. The default is 300000.
5598
5314
  """
5599
5315
  return pulumi.get(self, "replication_interval_ms")
5600
5316