google-apis-bigquery_v2 0.72.0 → 0.74.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c2beb1870e551305a3d3fb9dbcd459f4704fce55f0e589a58ada043923db01c7
|
4
|
+
data.tar.gz: 208c1ae32906d2e6a080baf4994f17b68e95d982c6d6b88cefe7c2180d01974b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f654f10e9c8f8ccbd8ba972c79deb3e7be2447c273d3ebb52d030036053404f26542497df58163ac3e087518e23bcc410bb6e6d5efeb23509729c7d18f2dace0
|
7
|
+
data.tar.gz: 4d056c5183291d75fadb2586b662caaf8993fcdc11663d75df833acb2121fbf9904aba1383e45541578bae2cb0d9f02e430fae743cd1509488280de29ac189fd
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-bigquery_v2
|
2
2
|
|
3
|
+
### v0.74.0 (2024-08-04)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240714
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
8
|
+
### v0.73.0 (2024-07-25)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20240629
|
11
|
+
|
3
12
|
### v0.72.0 (2024-06-26)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240616
|
@@ -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
|
671
|
-
#
|
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
|
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
|
762
|
-
# 8 string, it can be specified in the qualifier_string field. Otherwise, a
|
763
|
-
# 64 encoded value must be set to qualifier_encoded. The column field name
|
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
|
809
|
-
# accessed as a list through
|
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
|
@@ -1701,7 +1701,7 @@ module Google
|
|
1701
1701
|
end
|
1702
1702
|
end
|
1703
1703
|
|
1704
|
-
#
|
1704
|
+
# Represents a BigQuery dataset.
|
1705
1705
|
class Dataset
|
1706
1706
|
include Google::Apis::Core::Hashable
|
1707
1707
|
|
@@ -1712,7 +1712,9 @@ module Google
|
|
1712
1712
|
# access.specialGroup: projectReaders; access.role: READER; access.specialGroup:
|
1713
1713
|
# projectWriters; access.role: WRITER; access.specialGroup: projectOwners;
|
1714
1714
|
# access.role: OWNER; access.userByEmail: [dataset creator email]; access.role:
|
1715
|
-
# OWNER;
|
1715
|
+
# OWNER; If you patch a dataset, then this field is overwritten by the patched
|
1716
|
+
# dataset's access field. To add entities, you must supply the entire existing
|
1717
|
+
# access array in addition to any new entities that you want to add.
|
1716
1718
|
# Corresponds to the JSON property `access`
|
1717
1719
|
# @return [Array<Google::Apis::BigqueryV2::Dataset::Access>]
|
1718
1720
|
attr_accessor :access
|
@@ -1723,7 +1725,7 @@ module Google
|
|
1723
1725
|
# @return [Fixnum]
|
1724
1726
|
attr_accessor :creation_time
|
1725
1727
|
|
1726
|
-
#
|
1728
|
+
# Identifier for a dataset.
|
1727
1729
|
# Corresponds to the JSON property `datasetReference`
|
1728
1730
|
# @return [Google::Apis::BigqueryV2::DatasetReference]
|
1729
1731
|
attr_accessor :dataset_reference
|
@@ -1740,10 +1742,7 @@ module Google
|
|
1740
1742
|
# @return [String]
|
1741
1743
|
attr_accessor :default_collation
|
1742
1744
|
|
1743
|
-
#
|
1744
|
-
# is set, the encryption key of all newly-created tables in the dataset is set
|
1745
|
-
# to this value unless the table creation request or query explicitly overrides
|
1746
|
-
# the key.
|
1745
|
+
# Configuration for Cloud KMS encryption settings.
|
1747
1746
|
# Corresponds to the JSON property `defaultEncryptionConfiguration`
|
1748
1747
|
# @return [Google::Apis::BigqueryV2::EncryptionConfiguration]
|
1749
1748
|
attr_accessor :default_encryption_configuration
|
@@ -1837,7 +1836,9 @@ module Google
|
|
1837
1836
|
|
1838
1837
|
# The labels associated with this dataset. You can use these to organize and
|
1839
1838
|
# group your datasets. You can set this property when inserting or updating a
|
1840
|
-
# dataset. See Creating and Updating Dataset Labels
|
1839
|
+
# dataset. See [Creating and Updating Dataset Labels](https://cloud.google.com/
|
1840
|
+
# bigquery/docs/creating-managing-labels#creating_and_updating_dataset_labels)
|
1841
|
+
# for more information.
|
1841
1842
|
# Corresponds to the JSON property `labels`
|
1842
1843
|
# @return [Hash<String,String>]
|
1843
1844
|
attr_accessor :labels
|
@@ -1911,7 +1912,8 @@ module Google
|
|
1911
1912
|
# @return [String]
|
1912
1913
|
attr_accessor :storage_billing_model
|
1913
1914
|
|
1914
|
-
# Output only. Tags for the
|
1915
|
+
# Output only. Tags for the dataset. To provide tags as inputs, use the `
|
1916
|
+
# resourceTags` field.
|
1915
1917
|
# Corresponds to the JSON property `tags`
|
1916
1918
|
# @return [Array<Google::Apis::BigqueryV2::Dataset::Tag>]
|
1917
1919
|
attr_accessor :tags
|
@@ -1995,11 +1997,11 @@ module Google
|
|
1995
1997
|
attr_accessor :iam_member
|
1996
1998
|
|
1997
1999
|
# An IAM role ID that should be granted to the user, group, or domain specified
|
1998
|
-
# in this access entry. The following legacy mappings will be applied: OWNER
|
1999
|
-
# roles/bigquery.dataOwner WRITER
|
2000
|
-
# bigquery.dataViewer This field will accept any of the above formats,
|
2001
|
-
# return only the legacy format. For example, if you set this field to "
|
2002
|
-
# bigquery.dataOwner", it will be returned back as "OWNER".
|
2000
|
+
# in this access entry. The following legacy mappings will be applied: * `OWNER`:
|
2001
|
+
# `roles/bigquery.dataOwner` * `WRITER`: `roles/bigquery.dataEditor` * `READER`:
|
2002
|
+
# `roles/bigquery.dataViewer` This field will accept any of the above formats,
|
2003
|
+
# but will return only the legacy format. For example, if you set this field to "
|
2004
|
+
# roles/bigquery.dataOwner", it will be returned back as "OWNER".
|
2003
2005
|
# Corresponds to the JSON property `role`
|
2004
2006
|
# @return [String]
|
2005
2007
|
attr_accessor :role
|
@@ -2009,9 +2011,9 @@ module Google
|
|
2009
2011
|
# @return [Google::Apis::BigqueryV2::RoutineReference]
|
2010
2012
|
attr_accessor :routine
|
2011
2013
|
|
2012
|
-
# [Pick one] A special group to grant access to. Possible values include:
|
2013
|
-
# projectOwners: Owners of the enclosing project. projectReaders: Readers of
|
2014
|
-
# enclosing project. projectWriters: Writers of the enclosing project.
|
2014
|
+
# [Pick one] A special group to grant access to. Possible values include: *
|
2015
|
+
# projectOwners: Owners of the enclosing project. * projectReaders: Readers of
|
2016
|
+
# the enclosing project. * projectWriters: Writers of the enclosing project. *
|
2015
2017
|
# allAuthenticatedUsers: All authenticated BigQuery users. Maps to similarly-
|
2016
2018
|
# named IAM members.
|
2017
2019
|
# Corresponds to the JSON property `specialGroup`
|
@@ -2087,7 +2089,7 @@ module Google
|
|
2087
2089
|
class DatasetAccessEntry
|
2088
2090
|
include Google::Apis::Core::Hashable
|
2089
2091
|
|
2090
|
-
#
|
2092
|
+
# Identifier for a dataset.
|
2091
2093
|
# Corresponds to the JSON property `dataset`
|
2092
2094
|
# @return [Google::Apis::BigqueryV2::DatasetReference]
|
2093
2095
|
attr_accessor :dataset
|
@@ -2164,8 +2166,7 @@ module Google
|
|
2164
2166
|
class Dataset
|
2165
2167
|
include Google::Apis::Core::Hashable
|
2166
2168
|
|
2167
|
-
#
|
2168
|
-
# dataset's ID, such as project ID or dataset ID.
|
2169
|
+
# Identifier for a dataset.
|
2169
2170
|
# Corresponds to the JSON property `datasetReference`
|
2170
2171
|
# @return [Google::Apis::BigqueryV2::DatasetReference]
|
2171
2172
|
attr_accessor :dataset_reference
|
@@ -2213,7 +2214,7 @@ module Google
|
|
2213
2214
|
end
|
2214
2215
|
end
|
2215
2216
|
|
2216
|
-
#
|
2217
|
+
# Identifier for a dataset.
|
2217
2218
|
class DatasetReference
|
2218
2219
|
include Google::Apis::Core::Hashable
|
2219
2220
|
|
@@ -2505,7 +2506,7 @@ module Google
|
|
2505
2506
|
end
|
2506
2507
|
end
|
2507
2508
|
|
2508
|
-
#
|
2509
|
+
# Configuration for Cloud KMS encryption settings.
|
2509
2510
|
class EncryptionConfiguration
|
2510
2511
|
include Google::Apis::Core::Hashable
|
2511
2512
|
|
@@ -3079,8 +3080,8 @@ module Google
|
|
3079
3080
|
|
3080
3081
|
# Optional. The connection specifying the credentials to be used to read
|
3081
3082
|
# external storage, such as Azure Blob, Cloud Storage, or S3. The connection_id
|
3082
|
-
# can have the form
|
3083
|
-
#
|
3083
|
+
# can have the form ``project_id`.`location_id`;`connection_id`` or `projects/`
|
3084
|
+
# project_id`/locations/`location_id`/connections/`connection_id``.
|
3084
3085
|
# Corresponds to the JSON property `connectionId`
|
3085
3086
|
# @return [String]
|
3086
3087
|
attr_accessor :connection_id
|
@@ -4575,7 +4576,7 @@ module Google
|
|
4575
4576
|
# @return [Array<String>]
|
4576
4577
|
attr_accessor :decimal_target_types
|
4577
4578
|
|
4578
|
-
#
|
4579
|
+
# Configuration for Cloud KMS encryption settings.
|
4579
4580
|
# Corresponds to the JSON property `destinationEncryptionConfiguration`
|
4580
4581
|
# @return [Google::Apis::BigqueryV2::EncryptionConfiguration]
|
4581
4582
|
attr_accessor :destination_encryption_configuration
|
@@ -4908,16 +4909,12 @@ module Google
|
|
4908
4909
|
attr_accessor :create_session
|
4909
4910
|
alias_method :create_session?, :create_session
|
4910
4911
|
|
4911
|
-
#
|
4912
|
-
# the query. This setting does not alter behavior of unqualified dataset names.
|
4913
|
-
# Setting the system variable `@@dataset_id` achieves the same behavior. See
|
4914
|
-
# https://cloud.google.com/bigquery/docs/reference/system-variables for more
|
4915
|
-
# information on system variables.
|
4912
|
+
# Identifier for a dataset.
|
4916
4913
|
# Corresponds to the JSON property `defaultDataset`
|
4917
4914
|
# @return [Google::Apis::BigqueryV2::DatasetReference]
|
4918
4915
|
attr_accessor :default_dataset
|
4919
4916
|
|
4920
|
-
#
|
4917
|
+
# Configuration for Cloud KMS encryption settings.
|
4921
4918
|
# Corresponds to the JSON property `destinationEncryptionConfiguration`
|
4922
4919
|
# @return [Google::Apis::BigqueryV2::EncryptionConfiguration]
|
4923
4920
|
attr_accessor :destination_encryption_configuration
|
@@ -5119,7 +5116,7 @@ module Google
|
|
5119
5116
|
# @return [String]
|
5120
5117
|
attr_accessor :create_disposition
|
5121
5118
|
|
5122
|
-
#
|
5119
|
+
# Configuration for Cloud KMS encryption settings.
|
5123
5120
|
# Corresponds to the JSON property `destinationEncryptionConfiguration`
|
5124
5121
|
# @return [Google::Apis::BigqueryV2::EncryptionConfiguration]
|
5125
5122
|
attr_accessor :destination_encryption_configuration
|
@@ -5387,6 +5384,12 @@ module Google
|
|
5387
5384
|
# @return [Google::Apis::BigqueryV2::DataMaskingStatistics]
|
5388
5385
|
attr_accessor :data_masking_statistics
|
5389
5386
|
|
5387
|
+
# Output only. Name of edition corresponding to the reservation for this job at
|
5388
|
+
# the time of this update.
|
5389
|
+
# Corresponds to the JSON property `edition`
|
5390
|
+
# @return [String]
|
5391
|
+
attr_accessor :edition
|
5392
|
+
|
5390
5393
|
# Output only. End time of this job, in milliseconds since the epoch. This field
|
5391
5394
|
# will be present whenever a job is in the DONE state.
|
5392
5395
|
# Corresponds to the JSON property `endTime`
|
@@ -5489,6 +5492,7 @@ module Google
|
|
5489
5492
|
@copy = args[:copy] if args.key?(:copy)
|
5490
5493
|
@creation_time = args[:creation_time] if args.key?(:creation_time)
|
5491
5494
|
@data_masking_statistics = args[:data_masking_statistics] if args.key?(:data_masking_statistics)
|
5495
|
+
@edition = args[:edition] if args.key?(:edition)
|
5492
5496
|
@end_time = args[:end_time] if args.key?(:end_time)
|
5493
5497
|
@extract = args[:extract] if args.key?(:extract)
|
5494
5498
|
@final_execution_duration_ms = args[:final_execution_duration_ms] if args.key?(:final_execution_duration_ms)
|
@@ -5560,7 +5564,7 @@ module Google
|
|
5560
5564
|
attr_accessor :cache_hit
|
5561
5565
|
alias_method :cache_hit?, :cache_hit
|
5562
5566
|
|
5563
|
-
#
|
5567
|
+
# Identifier for a dataset.
|
5564
5568
|
# Corresponds to the JSON property `dclTargetDataset`
|
5565
5569
|
# @return [Google::Apis::BigqueryV2::DatasetReference]
|
5566
5570
|
attr_accessor :dcl_target_dataset
|
@@ -5593,8 +5597,7 @@ module Google
|
|
5593
5597
|
# @return [String]
|
5594
5598
|
attr_accessor :ddl_operation_performed
|
5595
5599
|
|
5596
|
-
#
|
5597
|
-
# dataset) queries.
|
5600
|
+
# Identifier for a dataset.
|
5598
5601
|
# Corresponds to the JSON property `ddlTargetDataset`
|
5599
5602
|
# @return [Google::Apis::BigqueryV2::DatasetReference]
|
5600
5603
|
attr_accessor :ddl_target_dataset
|
@@ -6164,7 +6167,7 @@ module Google
|
|
6164
6167
|
class LinkedDatasetSource
|
6165
6168
|
include Google::Apis::Core::Hashable
|
6166
6169
|
|
6167
|
-
#
|
6170
|
+
# Identifier for a dataset.
|
6168
6171
|
# Corresponds to the JSON property `sourceDataset`
|
6169
6172
|
# @return [Google::Apis::BigqueryV2::DatasetReference]
|
6170
6173
|
attr_accessor :source_dataset
|
@@ -6581,10 +6584,7 @@ module Google
|
|
6581
6584
|
# @return [String]
|
6582
6585
|
attr_accessor :description
|
6583
6586
|
|
6584
|
-
#
|
6585
|
-
# encryption configuration of the model data while stored in BigQuery storage.
|
6586
|
-
# This field can be used with PatchModel to update encryption key for an already
|
6587
|
-
# encrypted model.
|
6587
|
+
# Configuration for Cloud KMS encryption settings.
|
6588
6588
|
# Corresponds to the JSON property `encryptionConfiguration`
|
6589
6589
|
# @return [Google::Apis::BigqueryV2::EncryptionConfiguration]
|
6590
6590
|
attr_accessor :encryption_configuration
|
@@ -7451,9 +7451,7 @@ module Google
|
|
7451
7451
|
attr_accessor :create_session
|
7452
7452
|
alias_method :create_session?, :create_session
|
7453
7453
|
|
7454
|
-
#
|
7455
|
-
# unqualified table names in the query. If not set, all table names in the query
|
7456
|
-
# string must be qualified in the format 'datasetId.tableId'.
|
7454
|
+
# Identifier for a dataset.
|
7457
7455
|
# Corresponds to the JSON property `defaultDataset`
|
7458
7456
|
# @return [Google::Apis::BigqueryV2::DatasetReference]
|
7459
7457
|
attr_accessor :default_dataset
|
@@ -9259,7 +9257,7 @@ module Google
|
|
9259
9257
|
# @return [String]
|
9260
9258
|
attr_accessor :description
|
9261
9259
|
|
9262
|
-
#
|
9260
|
+
# Configuration for Cloud KMS encryption settings.
|
9263
9261
|
# Corresponds to the JSON property `encryptionConfiguration`
|
9264
9262
|
# @return [Google::Apis::BigqueryV2::EncryptionConfiguration]
|
9265
9263
|
attr_accessor :encryption_configuration
|
@@ -10301,6 +10299,12 @@ module Google
|
|
10301
10299
|
# @return [String]
|
10302
10300
|
attr_accessor :explanation
|
10303
10301
|
|
10302
|
+
# Duration since last refresh as of this job for managed tables (indicates
|
10303
|
+
# metadata cache staleness as seen by this job).
|
10304
|
+
# Corresponds to the JSON property `staleness`
|
10305
|
+
# @return [String]
|
10306
|
+
attr_accessor :staleness
|
10307
|
+
|
10304
10308
|
# Metadata caching eligible table referenced in the query.
|
10305
10309
|
# Corresponds to the JSON property `tableReference`
|
10306
10310
|
# @return [Google::Apis::BigqueryV2::TableReference]
|
@@ -10323,6 +10327,7 @@ module Google
|
|
10323
10327
|
# Update properties of this object
|
10324
10328
|
def update!(**args)
|
10325
10329
|
@explanation = args[:explanation] if args.key?(:explanation)
|
10330
|
+
@staleness = args[:staleness] if args.key?(:staleness)
|
10326
10331
|
@table_reference = args[:table_reference] if args.key?(:table_reference)
|
10327
10332
|
@table_type = args[:table_type] if args.key?(:table_type)
|
10328
10333
|
@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.
|
19
|
+
GEM_VERSION = "0.74.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240714"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2601,6 +2601,7 @@ module Google
|
|
2601
2601
|
property :creation_time, :numeric_string => true, as: 'creationTime'
|
2602
2602
|
property :data_masking_statistics, as: 'dataMaskingStatistics', class: Google::Apis::BigqueryV2::DataMaskingStatistics, decorator: Google::Apis::BigqueryV2::DataMaskingStatistics::Representation
|
2603
2603
|
|
2604
|
+
property :edition, as: 'edition'
|
2604
2605
|
property :end_time, :numeric_string => true, as: 'endTime'
|
2605
2606
|
property :extract, as: 'extract', class: Google::Apis::BigqueryV2::JobStatistics4, decorator: Google::Apis::BigqueryV2::JobStatistics4::Representation
|
2606
2607
|
|
@@ -3863,6 +3864,7 @@ module Google
|
|
3863
3864
|
# @private
|
3864
3865
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3865
3866
|
property :explanation, as: 'explanation'
|
3867
|
+
property :staleness, as: 'staleness'
|
3866
3868
|
property :table_reference, as: 'tableReference', class: Google::Apis::BigqueryV2::TableReference, decorator: Google::Apis::BigqueryV2::TableReference::Representation
|
3867
3869
|
|
3868
3870
|
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
|
-
#
|
171
|
-
#
|
172
|
-
#
|
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:
|
335
|
-
# us` or the `eu` multi-regional location
|
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:
|
415
|
-
# us` or the `eu` multi-regional location
|
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:
|
457
|
-
# us` or the `eu` multi-regional location
|
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.
|
4
|
+
version: 0.74.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-
|
11
|
+
date: 2024-08-04 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.74.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: []
|