google-apis-bigquery_v2 0.71.0 → 0.73.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea5bafbc02acad773631d6715b9e33deda84719df82c08d022163a24822584b5
4
- data.tar.gz: e07f63a83dcef6c6979605fed92d91007b8b34597fa16c8b5d0649051d155451
3
+ metadata.gz: c6cf3a4ec4c0427cfb9f75ce9d56761bb2fafa4963f3427e715553fbc019daa6
4
+ data.tar.gz: c9c7e7a99bf5c49cf1268a955b926b4a9cc4a35b4c43923a650d96708d478818
5
5
  SHA512:
6
- metadata.gz: efaf209becb06b656ab7f8b24f10c1b17d0a9589b245f423576260aff614667f00f620b906a19c293df49c111873998a065a5862fc03195caa7cb7c932bdd62b
7
- data.tar.gz: 52ee5f852512ecf423398c056297e7d4bf1a8462e138e0864fa986a5f7346fefbbe01a466827a89d7887713ca8ecb6a0bbc178bc16983ebae5f7b556c508622c
6
+ metadata.gz: bd26b7e773dd49ebceea4179bf6ea698e5b916a8c8128b71f6964dea0c3c64b16b49a747b7e9243f964cb6c7bb7dcde10754391d672ad0ab9789769aaccf61fe
7
+ data.tar.gz: 624835be67d08cf72a28455703848b9581fa52a18952bc13882debc4efa4525541ebc2b746987e0c6a717834e4672a5ce9a4103dfcc95ff14a7f0ab753374eef
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-bigquery_v2
2
2
 
3
+ ### v0.73.0 (2024-07-25)
4
+
5
+ * Regenerated from discovery document revision 20240629
6
+
7
+ ### v0.72.0 (2024-06-26)
8
+
9
+ * Regenerated from discovery document revision 20240616
10
+
3
11
  ### v0.71.0 (2024-06-09)
4
12
 
5
13
  * Regenerated from discovery document revision 20240602
@@ -667,8 +667,8 @@ module Google
667
667
 
668
668
  # Required. The connection specifying the credentials to be used to read and
669
669
  # write to external storage, such as Cloud Storage. The connection_id can have
670
- # the form "<project\_id>.<location\_id>.<connection\_id>" or "projects/<project\
671
- # _id>/locations/<location\_id>/connections/<connection\_id>".
670
+ # the form ``project`.`location`.`connection_id`` or `projects/`project`/
671
+ # locations/`location`/connections/`connection_id`".
672
672
  # Corresponds to the JSON property `connectionId`
673
673
  # @return [String]
674
674
  attr_accessor :connection_id
@@ -680,7 +680,7 @@ module Google
680
680
 
681
681
  # Required. The fully qualified location prefix of the external folder where
682
682
  # table data is stored. The '*' wildcard character is not allowed. The URI
683
- # should be in the format "gs://bucket/path_to_table/"
683
+ # should be in the format `gs://bucket/path_to_table/`
684
684
  # Corresponds to the JSON property `storageUri`
685
685
  # @return [String]
686
686
  attr_accessor :storage_uri
@@ -758,10 +758,10 @@ module Google
758
758
  alias_method :only_read_latest?, :only_read_latest
759
759
 
760
760
  # [Required] Qualifier of the column. Columns in the parent column family that
761
- # has this exact qualifier are exposed as . field. If the qualifier is valid UTF-
762
- # 8 string, it can be specified in the qualifier_string field. Otherwise, a base-
763
- # 64 encoded value must be set to qualifier_encoded. The column field name is
764
- # the same as the column qualifier. However, if the qualifier is not a valid
761
+ # has this exact qualifier are exposed as `.` field. If the qualifier is valid
762
+ # UTF-8 string, it can be specified in the qualifier_string field. Otherwise, a
763
+ # base-64 encoded value must be set to qualifier_encoded. The column field name
764
+ # is the same as the column qualifier. However, if the qualifier is not a valid
765
765
  # BigQuery field identifier i.e. does not match a-zA-Z*, a valid identifier must
766
766
  # be provided as field_name.
767
767
  # Corresponds to the JSON property `qualifierEncoded`
@@ -805,8 +805,8 @@ module Google
805
805
 
806
806
  # Optional. Lists of columns that should be exposed as individual fields as
807
807
  # opposed to a list of (column name, value) pairs. All columns whose qualifier
808
- # matches a qualifier in this list can be accessed as .. Other columns can be
809
- # accessed as a list through .Column field.
808
+ # matches a qualifier in this list can be accessed as `.`. Other columns can be
809
+ # accessed as a list through the `.Column` field.
810
810
  # Corresponds to the JSON property `columns`
811
811
  # @return [Array<Google::Apis::BigqueryV2::BigtableColumn>]
812
812
  attr_accessor :columns
@@ -1495,9 +1495,12 @@ module Google
1495
1495
  # If set, all subsequent queries in a script or session will have this label.
1496
1496
  # For the format in which a you can specify a query label, see labels in the
1497
1497
  # JobConfiguration resource type: https://cloud.google.com/bigquery/docs/
1498
- # reference/rest/v2/Job#jobconfiguration Additional properties are allowed, but
1499
- # ignored. Specifying multiple connection properties with the same key returns
1500
- # an error.
1498
+ # reference/rest/v2/Job#jobconfiguration * **service_account**: indicates the
1499
+ # service account to use to run a continuous query. If set, the query job uses
1500
+ # the service account to access Google Cloud resources. Service account access
1501
+ # is bounded by the IAM permissions that you have granted to the service account.
1502
+ # Additional properties are allowed, but ignored. Specifying multiple
1503
+ # connection properties with the same key returns an error.
1501
1504
  class ConnectionProperty
1502
1505
  include Google::Apis::Core::Hashable
1503
1506
 
@@ -1698,7 +1701,7 @@ module Google
1698
1701
  end
1699
1702
  end
1700
1703
 
1701
- #
1704
+ # Represents a BigQuery dataset.
1702
1705
  class Dataset
1703
1706
  include Google::Apis::Core::Hashable
1704
1707
 
@@ -1720,7 +1723,7 @@ module Google
1720
1723
  # @return [Fixnum]
1721
1724
  attr_accessor :creation_time
1722
1725
 
1723
- # Required. A reference that identifies the dataset.
1726
+ # Identifier for a dataset.
1724
1727
  # Corresponds to the JSON property `datasetReference`
1725
1728
  # @return [Google::Apis::BigqueryV2::DatasetReference]
1726
1729
  attr_accessor :dataset_reference
@@ -1737,10 +1740,7 @@ module Google
1737
1740
  # @return [String]
1738
1741
  attr_accessor :default_collation
1739
1742
 
1740
- # The default encryption key for all tables in the dataset. After this property
1741
- # is set, the encryption key of all newly-created tables in the dataset is set
1742
- # to this value unless the table creation request or query explicitly overrides
1743
- # the key.
1743
+ # Configuration for Cloud KMS encryption settings.
1744
1744
  # Corresponds to the JSON property `defaultEncryptionConfiguration`
1745
1745
  # @return [Google::Apis::BigqueryV2::EncryptionConfiguration]
1746
1746
  attr_accessor :default_encryption_configuration
@@ -1834,7 +1834,9 @@ module Google
1834
1834
 
1835
1835
  # The labels associated with this dataset. You can use these to organize and
1836
1836
  # group your datasets. You can set this property when inserting or updating a
1837
- # dataset. See Creating and Updating Dataset Labels for more information.
1837
+ # dataset. See [Creating and Updating Dataset Labels](https://cloud.google.com/
1838
+ # bigquery/docs/creating-managing-labels#creating_and_updating_dataset_labels)
1839
+ # for more information.
1838
1840
  # Corresponds to the JSON property `labels`
1839
1841
  # @return [Hash<String,String>]
1840
1842
  attr_accessor :labels
@@ -1992,11 +1994,11 @@ module Google
1992
1994
  attr_accessor :iam_member
1993
1995
 
1994
1996
  # An IAM role ID that should be granted to the user, group, or domain specified
1995
- # in this access entry. The following legacy mappings will be applied: OWNER <=>
1996
- # roles/bigquery.dataOwner WRITER <=> roles/bigquery.dataEditor READER <=> roles/
1997
- # bigquery.dataViewer This field will accept any of the above formats, but will
1998
- # return only the legacy format. For example, if you set this field to "roles/
1999
- # bigquery.dataOwner", it will be returned back as "OWNER".
1997
+ # in this access entry. The following legacy mappings will be applied: * `OWNER`:
1998
+ # `roles/bigquery.dataOwner` * `WRITER`: `roles/bigquery.dataEditor` * `READER`:
1999
+ # `roles/bigquery.dataViewer` This field will accept any of the above formats,
2000
+ # but will return only the legacy format. For example, if you set this field to "
2001
+ # roles/bigquery.dataOwner", it will be returned back as "OWNER".
2000
2002
  # Corresponds to the JSON property `role`
2001
2003
  # @return [String]
2002
2004
  attr_accessor :role
@@ -2006,9 +2008,9 @@ module Google
2006
2008
  # @return [Google::Apis::BigqueryV2::RoutineReference]
2007
2009
  attr_accessor :routine
2008
2010
 
2009
- # [Pick one] A special group to grant access to. Possible values include:
2010
- # projectOwners: Owners of the enclosing project. projectReaders: Readers of the
2011
- # enclosing project. projectWriters: Writers of the enclosing project.
2011
+ # [Pick one] A special group to grant access to. Possible values include: *
2012
+ # projectOwners: Owners of the enclosing project. * projectReaders: Readers of
2013
+ # the enclosing project. * projectWriters: Writers of the enclosing project. *
2012
2014
  # allAuthenticatedUsers: All authenticated BigQuery users. Maps to similarly-
2013
2015
  # named IAM members.
2014
2016
  # Corresponds to the JSON property `specialGroup`
@@ -2084,7 +2086,7 @@ module Google
2084
2086
  class DatasetAccessEntry
2085
2087
  include Google::Apis::Core::Hashable
2086
2088
 
2087
- # The dataset this entry applies to
2089
+ # Identifier for a dataset.
2088
2090
  # Corresponds to the JSON property `dataset`
2089
2091
  # @return [Google::Apis::BigqueryV2::DatasetReference]
2090
2092
  attr_accessor :dataset
@@ -2161,8 +2163,7 @@ module Google
2161
2163
  class Dataset
2162
2164
  include Google::Apis::Core::Hashable
2163
2165
 
2164
- # The dataset reference. Use this property to access specific parts of the
2165
- # dataset's ID, such as project ID or dataset ID.
2166
+ # Identifier for a dataset.
2166
2167
  # Corresponds to the JSON property `datasetReference`
2167
2168
  # @return [Google::Apis::BigqueryV2::DatasetReference]
2168
2169
  attr_accessor :dataset_reference
@@ -2210,7 +2211,7 @@ module Google
2210
2211
  end
2211
2212
  end
2212
2213
 
2213
- #
2214
+ # Identifier for a dataset.
2214
2215
  class DatasetReference
2215
2216
  include Google::Apis::Core::Hashable
2216
2217
 
@@ -2502,7 +2503,7 @@ module Google
2502
2503
  end
2503
2504
  end
2504
2505
 
2505
- #
2506
+ # Configuration for Cloud KMS encryption settings.
2506
2507
  class EncryptionConfiguration
2507
2508
  include Google::Apis::Core::Hashable
2508
2509
 
@@ -3076,8 +3077,8 @@ module Google
3076
3077
 
3077
3078
  # Optional. The connection specifying the credentials to be used to read
3078
3079
  # external storage, such as Azure Blob, Cloud Storage, or S3. The connection_id
3079
- # can have the form "<project\_id>.<location\_id>.<connection\_id>" or "projects/
3080
- # <project\_id>/locations/<location\_id>/connections/<connection\_id>".
3080
+ # can have the form ``project_id`.`location_id`;`connection_id`` or `projects/`
3081
+ # project_id`/locations/`location_id`/connections/`connection_id``.
3081
3082
  # Corresponds to the JSON property `connectionId`
3082
3083
  # @return [String]
3083
3084
  attr_accessor :connection_id
@@ -4572,7 +4573,7 @@ module Google
4572
4573
  # @return [Array<String>]
4573
4574
  attr_accessor :decimal_target_types
4574
4575
 
4575
- # Custom encryption configuration (e.g., Cloud KMS keys)
4576
+ # Configuration for Cloud KMS encryption settings.
4576
4577
  # Corresponds to the JSON property `destinationEncryptionConfiguration`
4577
4578
  # @return [Google::Apis::BigqueryV2::EncryptionConfiguration]
4578
4579
  attr_accessor :destination_encryption_configuration
@@ -4905,16 +4906,12 @@ module Google
4905
4906
  attr_accessor :create_session
4906
4907
  alias_method :create_session?, :create_session
4907
4908
 
4908
- # Optional. Specifies the default dataset to use for unqualified table names in
4909
- # the query. This setting does not alter behavior of unqualified dataset names.
4910
- # Setting the system variable `@@dataset_id` achieves the same behavior. See
4911
- # https://cloud.google.com/bigquery/docs/reference/system-variables for more
4912
- # information on system variables.
4909
+ # Identifier for a dataset.
4913
4910
  # Corresponds to the JSON property `defaultDataset`
4914
4911
  # @return [Google::Apis::BigqueryV2::DatasetReference]
4915
4912
  attr_accessor :default_dataset
4916
4913
 
4917
- # Custom encryption configuration (e.g., Cloud KMS keys)
4914
+ # Configuration for Cloud KMS encryption settings.
4918
4915
  # Corresponds to the JSON property `destinationEncryptionConfiguration`
4919
4916
  # @return [Google::Apis::BigqueryV2::EncryptionConfiguration]
4920
4917
  attr_accessor :destination_encryption_configuration
@@ -5116,7 +5113,7 @@ module Google
5116
5113
  # @return [String]
5117
5114
  attr_accessor :create_disposition
5118
5115
 
5119
- # Custom encryption configuration (e.g., Cloud KMS keys).
5116
+ # Configuration for Cloud KMS encryption settings.
5120
5117
  # Corresponds to the JSON property `destinationEncryptionConfiguration`
5121
5118
  # @return [Google::Apis::BigqueryV2::EncryptionConfiguration]
5122
5119
  attr_accessor :destination_encryption_configuration
@@ -5557,7 +5554,7 @@ module Google
5557
5554
  attr_accessor :cache_hit
5558
5555
  alias_method :cache_hit?, :cache_hit
5559
5556
 
5560
- # Output only. Referenced dataset for DCL statement.
5557
+ # Identifier for a dataset.
5561
5558
  # Corresponds to the JSON property `dclTargetDataset`
5562
5559
  # @return [Google::Apis::BigqueryV2::DatasetReference]
5563
5560
  attr_accessor :dcl_target_dataset
@@ -5590,8 +5587,7 @@ module Google
5590
5587
  # @return [String]
5591
5588
  attr_accessor :ddl_operation_performed
5592
5589
 
5593
- # Output only. The DDL target dataset. Present only for CREATE/ALTER/DROP SCHEMA(
5594
- # dataset) queries.
5590
+ # Identifier for a dataset.
5595
5591
  # Corresponds to the JSON property `ddlTargetDataset`
5596
5592
  # @return [Google::Apis::BigqueryV2::DatasetReference]
5597
5593
  attr_accessor :ddl_target_dataset
@@ -6161,7 +6157,7 @@ module Google
6161
6157
  class LinkedDatasetSource
6162
6158
  include Google::Apis::Core::Hashable
6163
6159
 
6164
- # The source dataset reference contains project numbers and not project ids.
6160
+ # Identifier for a dataset.
6165
6161
  # Corresponds to the JSON property `sourceDataset`
6166
6162
  # @return [Google::Apis::BigqueryV2::DatasetReference]
6167
6163
  attr_accessor :source_dataset
@@ -6578,10 +6574,7 @@ module Google
6578
6574
  # @return [String]
6579
6575
  attr_accessor :description
6580
6576
 
6581
- # Custom encryption configuration (e.g., Cloud KMS keys). This shows the
6582
- # encryption configuration of the model data while stored in BigQuery storage.
6583
- # This field can be used with PatchModel to update encryption key for an already
6584
- # encrypted model.
6577
+ # Configuration for Cloud KMS encryption settings.
6585
6578
  # Corresponds to the JSON property `encryptionConfiguration`
6586
6579
  # @return [Google::Apis::BigqueryV2::EncryptionConfiguration]
6587
6580
  attr_accessor :encryption_configuration
@@ -6912,7 +6905,7 @@ module Google
6912
6905
  class PartitionedColumn
6913
6906
  include Google::Apis::Core::Hashable
6914
6907
 
6915
- # Output only. The name of the partition column.
6908
+ # Required. The name of the partition column.
6916
6909
  # Corresponds to the JSON property `field`
6917
6910
  # @return [String]
6918
6911
  attr_accessor :field
@@ -6927,14 +6920,19 @@ module Google
6927
6920
  end
6928
6921
  end
6929
6922
 
6930
- # The partitioning information, which includes managed table and external table
6931
- # partition information.
6923
+ # The partitioning information, which includes managed table, external table and
6924
+ # metastore partitioned table partition information.
6932
6925
  class PartitioningDefinition
6933
6926
  include Google::Apis::Core::Hashable
6934
6927
 
6935
- # Output only. Details about each partitioning column. BigQuery native tables
6936
- # only support 1 partitioning column. Other table types may support 0, 1 or more
6937
- # partitioning columns.
6928
+ # Optional. Details about each partitioning column. This field is output only
6929
+ # for all partitioning types other than metastore partitioned tables. BigQuery
6930
+ # native tables only support 1 partitioning column. Other table types may
6931
+ # support 0, 1 or more partitioning columns. For metastore partitioned tables,
6932
+ # the order must match the definition order in the Hive Metastore, where it must
6933
+ # match the physical layout of the table. For example, CREATE TABLE a_table(id
6934
+ # BIGINT, name STRING) PARTITIONED BY (city STRING, state STRING). In this case
6935
+ # the values must be ['city', 'state'] in that order.
6938
6936
  # Corresponds to the JSON property `partitionedColumn`
6939
6937
  # @return [Array<Google::Apis::BigqueryV2::PartitionedColumn>]
6940
6938
  attr_accessor :partitioned_column
@@ -7443,9 +7441,7 @@ module Google
7443
7441
  attr_accessor :create_session
7444
7442
  alias_method :create_session?, :create_session
7445
7443
 
7446
- # Optional. Specifies the default datasetId and projectId to assume for any
7447
- # unqualified table names in the query. If not set, all table names in the query
7448
- # string must be qualified in the format 'datasetId.tableId'.
7444
+ # Identifier for a dataset.
7449
7445
  # Corresponds to the JSON property `defaultDataset`
7450
7446
  # @return [Google::Apis::BigqueryV2::DatasetReference]
7451
7447
  attr_accessor :default_dataset
@@ -9251,7 +9247,7 @@ module Google
9251
9247
  # @return [String]
9252
9248
  attr_accessor :description
9253
9249
 
9254
- # Custom encryption configuration (e.g., Cloud KMS keys).
9250
+ # Configuration for Cloud KMS encryption settings.
9255
9251
  # Corresponds to the JSON property `encryptionConfiguration`
9256
9252
  # @return [Google::Apis::BigqueryV2::EncryptionConfiguration]
9257
9253
  attr_accessor :encryption_configuration
@@ -9421,8 +9417,8 @@ module Google
9421
9417
  # @return [Fixnum]
9422
9418
  attr_accessor :num_total_physical_bytes
9423
9419
 
9424
- # The partitioning information, which includes managed table and external table
9425
- # partition information.
9420
+ # The partitioning information, which includes managed table, external table and
9421
+ # metastore partitioned table partition information.
9426
9422
  # Corresponds to the JSON property `partitionDefinition`
9427
9423
  # @return [Google::Apis::BigqueryV2::PartitioningDefinition]
9428
9424
  attr_accessor :partition_definition
@@ -10293,6 +10289,12 @@ module Google
10293
10289
  # @return [String]
10294
10290
  attr_accessor :explanation
10295
10291
 
10292
+ # Duration since last refresh as of this job for managed tables (indicates
10293
+ # metadata cache staleness as seen by this job).
10294
+ # Corresponds to the JSON property `staleness`
10295
+ # @return [String]
10296
+ attr_accessor :staleness
10297
+
10296
10298
  # Metadata caching eligible table referenced in the query.
10297
10299
  # Corresponds to the JSON property `tableReference`
10298
10300
  # @return [Google::Apis::BigqueryV2::TableReference]
@@ -10315,6 +10317,7 @@ module Google
10315
10317
  # Update properties of this object
10316
10318
  def update!(**args)
10317
10319
  @explanation = args[:explanation] if args.key?(:explanation)
10320
+ @staleness = args[:staleness] if args.key?(:staleness)
10318
10321
  @table_reference = args[:table_reference] if args.key?(:table_reference)
10319
10322
  @table_type = args[:table_type] if args.key?(:table_type)
10320
10323
  @unused_reason = args[:unused_reason] if args.key?(:unused_reason)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BigqueryV2
18
18
  # Version of the google-apis-bigquery_v2 gem
19
- GEM_VERSION = "0.71.0"
19
+ GEM_VERSION = "0.73.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240602"
25
+ REVISION = "20240629"
26
26
  end
27
27
  end
28
28
  end
@@ -3863,6 +3863,7 @@ module Google
3863
3863
  # @private
3864
3864
  class Representation < Google::Apis::Core::JsonRepresentation
3865
3865
  property :explanation, as: 'explanation'
3866
+ property :staleness, as: 'staleness'
3866
3867
  property :table_reference, as: 'tableReference', class: Google::Apis::BigqueryV2::TableReference, decorator: Google::Apis::BigqueryV2::TableReference::Representation
3867
3868
 
3868
3869
  property :table_type, as: 'tableType'
@@ -167,9 +167,9 @@ module Google
167
167
  # Whether to list all datasets, including hidden ones
168
168
  # @param [String] filter
169
169
  # An expression for filtering the results of the request by label. The syntax is
170
- # \"labels.<name>[:<value>]\". Multiple filters can be ANDed together by
171
- # connecting with a space. Example: \"labels.department:receiving labels.active\"
172
- # . See [Filtering datasets using labels](/bigquery/docs/filtering-labels#
170
+ # `labels.[:]`. Multiple filters can be ANDed together by connecting with a
171
+ # space. Example: `labels.department:receiving labels.active`. See [Filtering
172
+ # datasets using labels](https://cloud.google.com/bigquery/docs/filtering-labels#
173
173
  # filtering_datasets_using_labels) for details.
174
174
  # @param [Fixnum] max_results
175
175
  # The maximum number of results to return in a single response page. Leverage
@@ -331,8 +331,8 @@ module Google
331
331
  # Required. Job ID of the job to cancel
332
332
  # @param [String] location
333
333
  # The geographic location of the job. You must specify the location to run the
334
- # job for the following scenarios: - If the location to run a job is not in the `
335
- # us` or the `eu` multi-regional location - If the job's location is in a single
334
+ # job for the following scenarios: * If the location to run a job is not in the `
335
+ # us` or the `eu` multi-regional location * If the job's location is in a single
336
336
  # region (for example, `us-central1`) For more information, see https://cloud.
337
337
  # google.com/bigquery/docs/locations#specifying_your_location.
338
338
  # @param [String] fields
@@ -411,8 +411,8 @@ module Google
411
411
  # Required. Job ID of the requested job.
412
412
  # @param [String] location
413
413
  # The geographic location of the job. You must specify the location to run the
414
- # job for the following scenarios: - If the location to run a job is not in the `
415
- # us` or the `eu` multi-regional location - If the job's location is in a single
414
+ # job for the following scenarios: * If the location to run a job is not in the `
415
+ # us` or the `eu` multi-regional location * If the job's location is in a single
416
416
  # region (for example, `us-central1`) For more information, see https://cloud.
417
417
  # google.com/bigquery/docs/locations#specifying_your_location.
418
418
  # @param [String] fields
@@ -453,8 +453,8 @@ module Google
453
453
  # Optional. Output timestamp as usec int64. Default is false.
454
454
  # @param [String] location
455
455
  # The geographic location of the job. You must specify the location to run the
456
- # job for the following scenarios: - If the location to run a job is not in the `
457
- # us` or the `eu` multi-regional location - If the job's location is in a single
456
+ # job for the following scenarios: * If the location to run a job is not in the `
457
+ # us` or the `eu` multi-regional location * If the job's location is in a single
458
458
  # region (for example, `us-central1`) For more information, see https://cloud.
459
459
  # google.com/bigquery/docs/locations#specifying_your_location.
460
460
  # @param [Fixnum] max_results
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-bigquery_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.71.0
4
+ version: 0.73.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-09 00:00:00.000000000 Z
11
+ date: 2024-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquery_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.71.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.73.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquery_v2
63
63
  post_install_message:
64
64
  rdoc_options: []