google-apis-bigquery_v2 0.76.0 → 0.77.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a75dfa8d697ac62c036fc90ffa88c4e26c2b12cd3700fa957133d091abad5e5e
4
- data.tar.gz: d1bf90517f518c7b58600596c42c27cf666af71b4bc684fe4794e878abf29d2c
3
+ metadata.gz: 4e25087efb339d362481754c79bcea0ba8c986e7b2ace9d4021e1b560baa29c7
4
+ data.tar.gz: 588f31c0d761071c77a4525d9974dd253b51b3eae1ab6abb807c2351523785ee
5
5
  SHA512:
6
- metadata.gz: ea03fe75989bd6129c21fe50a8e55368530a328b72d11626cd72a077e5e1eaf506809dfdce22b8cc5321a58731455d5742ca2e9d4a45695679207d7dce51a655
7
- data.tar.gz: 77db6fd56cd4833a0756cc2dc9e2345119d518149d418e7c90bdbd842f58864dc98faf2d045ce3b6a53303ef667bba99745c38e1b5767b3cfe657f333d759c1a
6
+ metadata.gz: c44e3f93910bcfb931c11a960a3763f0732be3f7d9a716e99e8d47ffad9410dc831a0c4ec73e0edec0f6663838d3b2170766b6ff8793006e765ceeaa500e93bd
7
+ data.tar.gz: a7d4c39619782a1db797b79d7eb85286a726a9327a92c9a71fd9e064a324a2c42cc4d2f9f37709e6dd1036172a3a82080c7f627f3afc3f95976ca495f40c30d3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigquery_v2
2
2
 
3
+ ### v0.77.0 (2024-08-25)
4
+
5
+ * Regenerated from discovery document revision 20240815
6
+
3
7
  ### v0.76.0 (2024-08-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20240803
@@ -131,7 +131,8 @@ module Google
131
131
  # arrayElementType": `"typeKind": "STRING"` ` * STRUCT>: ` "typeKind": "STRUCT",
132
132
  # "structType": ` "fields": [ ` "name": "x", "type": `"typeKind": "STRING"` `, `
133
133
  # "name": "y", "type": ` "typeKind": "ARRAY", "arrayElementType": `"typeKind": "
134
- # DATE"` ` ` ] ` `
134
+ # DATE"` ` ` ] ` ` * RANGE: ` "typeKind": "RANGE", "rangeElementType": `"
135
+ # typeKind": "DATE"` `
135
136
  # Corresponds to the JSON property `dataType`
136
137
  # @return [Google::Apis::BigqueryV2::StandardSqlDataType]
137
138
  attr_accessor :data_type
@@ -4235,8 +4236,7 @@ module Google
4235
4236
  # com/bigquery/docs/reference/rest/v2/jobs/query) method when used with `
4236
4237
  # JOB_CREATION_OPTIONAL` Job creation mode. For [`jobs.insert`](https://cloud.
4237
4238
  # google.com/bigquery/docs/reference/rest/v2/jobs/insert) method calls it will
4238
- # always be `REQUESTED`. This feature is not yet available. Jobs will always be
4239
- # created.
4239
+ # always be `REQUESTED`. [Preview](/products/#product-launch-stages)
4240
4240
  # Corresponds to the JSON property `jobCreationReason`
4241
4241
  # @return [Google::Apis::BigqueryV2::JobCreationReason]
4242
4242
  attr_accessor :job_creation_reason
@@ -5202,8 +5202,7 @@ module Google
5202
5202
  # com/bigquery/docs/reference/rest/v2/jobs/query) method when used with `
5203
5203
  # JOB_CREATION_OPTIONAL` Job creation mode. For [`jobs.insert`](https://cloud.
5204
5204
  # google.com/bigquery/docs/reference/rest/v2/jobs/insert) method calls it will
5205
- # always be `REQUESTED`. This feature is not yet available. Jobs will always be
5206
- # created.
5205
+ # always be `REQUESTED`. [Preview](/products/#product-launch-stages)
5207
5206
  class JobCreationReason
5208
5207
  include Google::Apis::Core::Hashable
5209
5208
 
@@ -7492,8 +7491,8 @@ module Google
7492
7491
  attr_accessor :format_options
7493
7492
 
7494
7493
  # Optional. If not set, jobs are always required. If set, the query request will
7495
- # follow the behavior described JobCreationMode. This feature is not yet
7496
- # available. Jobs will always be created.
7494
+ # follow the behavior described JobCreationMode. [Preview](/products/#product-
7495
+ # launch-stages)
7497
7496
  # Corresponds to the JSON property `jobCreationMode`
7498
7497
  # @return [String]
7499
7498
  attr_accessor :job_creation_mode
@@ -7676,8 +7675,7 @@ module Google
7676
7675
  # com/bigquery/docs/reference/rest/v2/jobs/query) method when used with `
7677
7676
  # JOB_CREATION_OPTIONAL` Job creation mode. For [`jobs.insert`](https://cloud.
7678
7677
  # google.com/bigquery/docs/reference/rest/v2/jobs/insert) method calls it will
7679
- # always be `REQUESTED`. This feature is not yet available. Jobs will always be
7680
- # created.
7678
+ # always be `REQUESTED`. [Preview](/products/#product-launch-stages)
7681
7679
  # Corresponds to the JSON property `jobCreationReason`
7682
7680
  # @return [Google::Apis::BigqueryV2::JobCreationReason]
7683
7681
  attr_accessor :job_creation_reason
@@ -7707,8 +7705,7 @@ module Google
7707
7705
  # @return [String]
7708
7706
  attr_accessor :page_token
7709
7707
 
7710
- # Query ID for the completed query. This ID will be auto-generated. This field
7711
- # is not yet available and it is currently not guaranteed to be populated.
7708
+ # Auto-generated ID for the query. [Preview](/products/#product-launch-stages)
7712
7709
  # Corresponds to the JSON property `queryId`
7713
7710
  # @return [String]
7714
7711
  attr_accessor :query_id
@@ -8195,7 +8192,8 @@ module Google
8195
8192
  # arrayElementType": `"typeKind": "STRING"` ` * STRUCT>: ` "typeKind": "STRUCT",
8196
8193
  # "structType": ` "fields": [ ` "name": "x", "type": `"typeKind": "STRING"` `, `
8197
8194
  # "name": "y", "type": ` "typeKind": "ARRAY", "arrayElementType": `"typeKind": "
8198
- # DATE"` ` ` ] ` `
8195
+ # DATE"` ` ` ] ` ` * RANGE: ` "typeKind": "RANGE", "rangeElementType": `"
8196
+ # typeKind": "DATE"` `
8199
8197
  # Corresponds to the JSON property `returnType`
8200
8198
  # @return [Google::Apis::BigqueryV2::StandardSqlDataType]
8201
8199
  attr_accessor :return_type
@@ -8990,7 +8988,8 @@ module Google
8990
8988
  # arrayElementType": `"typeKind": "STRING"` ` * STRUCT>: ` "typeKind": "STRUCT",
8991
8989
  # "structType": ` "fields": [ ` "name": "x", "type": `"typeKind": "STRING"` `, `
8992
8990
  # "name": "y", "type": ` "typeKind": "ARRAY", "arrayElementType": `"typeKind": "
8993
- # DATE"` ` ` ] ` `
8991
+ # DATE"` ` ` ] ` ` * RANGE: ` "typeKind": "RANGE", "rangeElementType": `"
8992
+ # typeKind": "DATE"` `
8994
8993
  class StandardSqlDataType
8995
8994
  include Google::Apis::Core::Hashable
8996
8995
 
@@ -8999,7 +8998,8 @@ module Google
8999
8998
  # arrayElementType": `"typeKind": "STRING"` ` * STRUCT>: ` "typeKind": "STRUCT",
9000
8999
  # "structType": ` "fields": [ ` "name": "x", "type": `"typeKind": "STRING"` `, `
9001
9000
  # "name": "y", "type": ` "typeKind": "ARRAY", "arrayElementType": `"typeKind": "
9002
- # DATE"` ` ` ] ` `
9001
+ # DATE"` ` ` ] ` ` * RANGE: ` "typeKind": "RANGE", "rangeElementType": `"
9002
+ # typeKind": "DATE"` `
9003
9003
  # Corresponds to the JSON property `arrayElementType`
9004
9004
  # @return [Google::Apis::BigqueryV2::StandardSqlDataType]
9005
9005
  attr_accessor :array_element_type
@@ -9009,7 +9009,8 @@ module Google
9009
9009
  # arrayElementType": `"typeKind": "STRING"` ` * STRUCT>: ` "typeKind": "STRUCT",
9010
9010
  # "structType": ` "fields": [ ` "name": "x", "type": `"typeKind": "STRING"` `, `
9011
9011
  # "name": "y", "type": ` "typeKind": "ARRAY", "arrayElementType": `"typeKind": "
9012
- # DATE"` ` ` ] ` `
9012
+ # DATE"` ` ` ] ` ` * RANGE: ` "typeKind": "RANGE", "rangeElementType": `"
9013
+ # typeKind": "DATE"` `
9013
9014
  # Corresponds to the JSON property `rangeElementType`
9014
9015
  # @return [Google::Apis::BigqueryV2::StandardSqlDataType]
9015
9016
  attr_accessor :range_element_type
@@ -9052,7 +9053,8 @@ module Google
9052
9053
  # arrayElementType": `"typeKind": "STRING"` ` * STRUCT>: ` "typeKind": "STRUCT",
9053
9054
  # "structType": ` "fields": [ ` "name": "x", "type": `"typeKind": "STRING"` `, `
9054
9055
  # "name": "y", "type": ` "typeKind": "ARRAY", "arrayElementType": `"typeKind": "
9055
- # DATE"` ` ` ] ` `
9056
+ # DATE"` ` ` ] ` ` * RANGE: ` "typeKind": "RANGE", "rangeElementType": `"
9057
+ # typeKind": "DATE"` `
9056
9058
  # Corresponds to the JSON property `type`
9057
9059
  # @return [Google::Apis::BigqueryV2::StandardSqlDataType]
9058
9060
  attr_accessor :type
@@ -10058,8 +10060,8 @@ module Google
10058
10060
  # Required. The field data type. Possible values include: * STRING * BYTES *
10059
10061
  # INTEGER (or INT64) * FLOAT (or FLOAT64) * BOOLEAN (or BOOL) * TIMESTAMP * DATE
10060
10062
  # * TIME * DATETIME * GEOGRAPHY * NUMERIC * BIGNUMERIC * JSON * RECORD (or
10061
- # STRUCT) * RANGE ([Preview](/products/#product-launch-stages)) Use of RECORD/
10062
- # STRUCT indicates that the field contains a nested schema.
10063
+ # STRUCT) * RANGE Use of RECORD/STRUCT indicates that the field contains a
10064
+ # nested schema.
10063
10065
  # Corresponds to the JSON property `type`
10064
10066
  # @return [String]
10065
10067
  attr_accessor :type
@@ -11284,7 +11286,8 @@ module Google
11284
11286
  # arrayElementType": `"typeKind": "STRING"` ` * STRUCT>: ` "typeKind": "STRUCT",
11285
11287
  # "structType": ` "fields": [ ` "name": "x", "type": `"typeKind": "STRING"` `, `
11286
11288
  # "name": "y", "type": ` "typeKind": "ARRAY", "arrayElementType": `"typeKind": "
11287
- # DATE"` ` ` ] ` `
11289
+ # DATE"` ` ` ] ` ` * RANGE: ` "typeKind": "RANGE", "rangeElementType": `"
11290
+ # typeKind": "DATE"` `
11288
11291
  # Corresponds to the JSON property `type`
11289
11292
  # @return [Google::Apis::BigqueryV2::StandardSqlDataType]
11290
11293
  attr_accessor :type
@@ -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.76.0"
19
+ GEM_VERSION = "0.77.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240803"
25
+ REVISION = "20240815"
26
26
  end
27
27
  end
28
28
  end
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.76.0
4
+ version: 0.77.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-08-18 00:00:00.000000000 Z
11
+ date: 2024-08-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.76.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.77.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: []