google-apis-bigquery_v2 0.80.0 → 0.82.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: 15c55699abe6881645a22427359a692112a7187b8ee41fe76b59afdbbcbe5270
|
4
|
+
data.tar.gz: 0cce1be21b607a00e8be6402a22c620f154a46d81aa7a1946e5fb8446124440f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6aaa876c5117a701856f68923acb2b50ad7dfffe7fabc6536855fb266c98796829c5de113449da7424951ee68323ef7538d0e61648721204dea4d046ad8ea76f
|
7
|
+
data.tar.gz: dd558d4d6a63d65454e597f17110ca4df74083af87875512c722490f2ef6de91c68eaa81dad00958a860fed4b6a3219700cb41cd0cf6f37fa6a16ef5b3e12398
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-bigquery_v2
|
2
2
|
|
3
|
+
### v0.82.0 (2024-12-08)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241115
|
6
|
+
|
7
|
+
### v0.81.0 (2024-11-24)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20241111
|
10
|
+
|
3
11
|
### v0.80.0 (2024-10-27)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20241013
|
@@ -666,7 +666,7 @@ module Google
|
|
666
666
|
class BigLakeConfiguration
|
667
667
|
include Google::Apis::Core::Hashable
|
668
668
|
|
669
|
-
#
|
669
|
+
# Optional. The connection specifying the credentials to be used to read and
|
670
670
|
# write to external storage, such as Cloud Storage. The connection_id can have
|
671
671
|
# the form ``project`.`location`.`connection_id`` or `projects/`project`/
|
672
672
|
# locations/`location`/connections/`connection_id`".
|
@@ -674,19 +674,19 @@ module Google
|
|
674
674
|
# @return [String]
|
675
675
|
attr_accessor :connection_id
|
676
676
|
|
677
|
-
#
|
677
|
+
# Optional. The file format the table data is stored in.
|
678
678
|
# Corresponds to the JSON property `fileFormat`
|
679
679
|
# @return [String]
|
680
680
|
attr_accessor :file_format
|
681
681
|
|
682
|
-
#
|
682
|
+
# Optional. The fully qualified location prefix of the external folder where
|
683
683
|
# table data is stored. The '*' wildcard character is not allowed. The URI
|
684
684
|
# should be in the format `gs://bucket/path_to_table/`
|
685
685
|
# Corresponds to the JSON property `storageUri`
|
686
686
|
# @return [String]
|
687
687
|
attr_accessor :storage_uri
|
688
688
|
|
689
|
-
#
|
689
|
+
# Optional. The table format the metadata only snapshots are stored in.
|
690
690
|
# Corresponds to the JSON property `tableFormat`
|
691
691
|
# @return [String]
|
692
692
|
attr_accessor :table_format
|
@@ -9391,6 +9391,12 @@ module Google
|
|
9391
9391
|
# @return [String]
|
9392
9392
|
attr_accessor :location
|
9393
9393
|
|
9394
|
+
# Optional. If set, overrides the default managed table type configured in the
|
9395
|
+
# dataset.
|
9396
|
+
# Corresponds to the JSON property `managedTableType`
|
9397
|
+
# @return [String]
|
9398
|
+
attr_accessor :managed_table_type
|
9399
|
+
|
9394
9400
|
# Definition and configuration of a materialized view.
|
9395
9401
|
# Corresponds to the JSON property `materializedView`
|
9396
9402
|
# @return [Google::Apis::BigqueryV2::MaterializedViewDefinition]
|
@@ -9619,6 +9625,7 @@ module Google
|
|
9619
9625
|
@labels = args[:labels] if args.key?(:labels)
|
9620
9626
|
@last_modified_time = args[:last_modified_time] if args.key?(:last_modified_time)
|
9621
9627
|
@location = args[:location] if args.key?(:location)
|
9628
|
+
@managed_table_type = args[:managed_table_type] if args.key?(:managed_table_type)
|
9622
9629
|
@materialized_view = args[:materialized_view] if args.key?(:materialized_view)
|
9623
9630
|
@materialized_view_status = args[:materialized_view_status] if args.key?(:materialized_view_status)
|
9624
9631
|
@max_staleness = args[:max_staleness] if args.key?(:max_staleness)
|
@@ -10724,7 +10731,7 @@ module Google
|
|
10724
10731
|
|
10725
10732
|
# The contribution metric. Applies to contribution analysis models. Allowed
|
10726
10733
|
# formats supported are for summable and summable ratio contribution metrics.
|
10727
|
-
# These include expressions such as
|
10734
|
+
# These include expressions such as `SUM(x)` or `SUM(x)/SUM(y)`, where x and y
|
10728
10735
|
# are column names from the base table.
|
10729
10736
|
# Corresponds to the JSON property `contributionMetric`
|
10730
10737
|
# @return [String]
|
@@ -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.82.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 = "
|
25
|
+
REVISION = "20241115"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3630,6 +3630,7 @@ module Google
|
|
3630
3630
|
hash :labels, as: 'labels'
|
3631
3631
|
property :last_modified_time, :numeric_string => true, as: 'lastModifiedTime'
|
3632
3632
|
property :location, as: 'location'
|
3633
|
+
property :managed_table_type, as: 'managedTableType'
|
3633
3634
|
property :materialized_view, as: 'materializedView', class: Google::Apis::BigqueryV2::MaterializedViewDefinition, decorator: Google::Apis::BigqueryV2::MaterializedViewDefinition::Representation
|
3634
3635
|
|
3635
3636
|
property :materialized_view_status, as: 'materializedViewStatus', class: Google::Apis::BigqueryV2::MaterializedViewStatus, decorator: Google::Apis::BigqueryV2::MaterializedViewStatus::Representation
|
@@ -99,7 +99,7 @@ module Google
|
|
99
99
|
# 1, and 3. Requests specifying an invalid value will be rejected. Requests for
|
100
100
|
# conditional access policy binding in datasets must specify version 3. Dataset
|
101
101
|
# with no conditional role bindings in access policy may specify any valid value
|
102
|
-
# or leave the field unset. This field will be
|
102
|
+
# or leave the field unset. This field will be mapped to [IAM Policy version] (
|
103
103
|
# https://cloud.google.com/iam/docs/policies#versions) and will be used to fetch
|
104
104
|
# policy from IAM. If unset or if 0 or 1 value is used for dataset with
|
105
105
|
# conditional bindings, access entry with condition will have role string
|
@@ -154,7 +154,7 @@ module Google
|
|
154
154
|
# access policy binding in datasets must specify version 3. * But dataset with
|
155
155
|
# no conditional role bindings in access policy may specify any valid value or
|
156
156
|
# leave the field unset. If unset or if 0 or 1 value is used for dataset with
|
157
|
-
# conditional bindings, request will be rejected. This field will be
|
157
|
+
# conditional bindings, request will be rejected. This field will be mapped to
|
158
158
|
# IAM Policy version (https://cloud.google.com/iam/docs/policies#versions) and
|
159
159
|
# will be used to set policy in IAM.
|
160
160
|
# @param [String] fields
|
@@ -256,7 +256,7 @@ module Google
|
|
256
256
|
# condition. * But dataset with no conditional role bindings in access policy
|
257
257
|
# may specify any valid value or leave the field unset. If unset or if 0 or 1
|
258
258
|
# value is used for dataset with conditional bindings, request will be rejected.
|
259
|
-
# This field will be
|
259
|
+
# This field will be mapped to IAM Policy version (https://cloud.google.com/iam/
|
260
260
|
# docs/policies#versions) and will be used to set policy in IAM.
|
261
261
|
# @param [String] fields
|
262
262
|
# Selector specifying which fields to include in a partial response.
|
@@ -347,7 +347,7 @@ module Google
|
|
347
347
|
# condition. * But dataset with no conditional role bindings in access policy
|
348
348
|
# may specify any valid value or leave the field unset. If unset or if 0 or 1
|
349
349
|
# value is used for dataset with conditional bindings, request will be rejected.
|
350
|
-
# This field will be
|
350
|
+
# This field will be mapped to IAM Policy version (https://cloud.google.com/iam/
|
351
351
|
# docs/policies#versions) and will be used to set policy in IAM.
|
352
352
|
# @param [String] fields
|
353
353
|
# Selector specifying which fields to include in a partial response.
|
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.82.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-12-08 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.82.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.23
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for BigQuery API V2
|