google-apis-bigquery_v2 0.3.0 → 0.4.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aa120096a87f62bf1694ae8745374624ef9bb88383098c0780f8f0ecd75970cb
|
|
4
|
+
data.tar.gz: 87402c6776dc7cb373fb89ab69e99283c643081ee2615001c2f856d2e1d51e6a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 89daa782d234aa7360670a6600211c9798a88ccdd1a167dc8edb626ce204df5cb7e5a93d165a06f15d50356c484669a9125fd59ac1e65d3c235bc22d90454487
|
|
7
|
+
data.tar.gz: 02a1a4102edeb29af105954b968481d3a2c826b68fa93189335a04cecfdfb0a72c7414098c094e38cb46d26181ef51a6104c83dec75f22a85909c6d8f1c33b9a
|
data/CHANGELOG.md
CHANGED
|
@@ -3874,6 +3874,12 @@ module Google
|
|
|
3874
3874
|
# @return [String]
|
|
3875
3875
|
attr_accessor :ddl_operation_performed
|
|
3876
3876
|
|
|
3877
|
+
# [Output-only] The DDL target dataset. Present only for CREATE/ALTER/DROP
|
|
3878
|
+
# SCHEMA queries.
|
|
3879
|
+
# Corresponds to the JSON property `ddlTargetDataset`
|
|
3880
|
+
# @return [Google::Apis::BigqueryV2::DatasetReference]
|
|
3881
|
+
attr_accessor :ddl_target_dataset
|
|
3882
|
+
|
|
3877
3883
|
# The DDL target routine. Present only for CREATE/DROP FUNCTION/PROCEDURE
|
|
3878
3884
|
# queries.
|
|
3879
3885
|
# Corresponds to the JSON property `ddlTargetRoutine`
|
|
@@ -4017,6 +4023,7 @@ module Google
|
|
|
4017
4023
|
@cache_hit = args[:cache_hit] if args.key?(:cache_hit)
|
|
4018
4024
|
@ddl_affected_row_access_policy_count = args[:ddl_affected_row_access_policy_count] if args.key?(:ddl_affected_row_access_policy_count)
|
|
4019
4025
|
@ddl_operation_performed = args[:ddl_operation_performed] if args.key?(:ddl_operation_performed)
|
|
4026
|
+
@ddl_target_dataset = args[:ddl_target_dataset] if args.key?(:ddl_target_dataset)
|
|
4020
4027
|
@ddl_target_routine = args[:ddl_target_routine] if args.key?(:ddl_target_routine)
|
|
4021
4028
|
@ddl_target_row_access_policy = args[:ddl_target_row_access_policy] if args.key?(:ddl_target_row_access_policy)
|
|
4022
4029
|
@ddl_target_table = args[:ddl_target_table] if args.key?(:ddl_target_table)
|
|
@@ -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.4.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.1.2"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210215"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1770,6 +1770,8 @@ module Google
|
|
|
1770
1770
|
property :cache_hit, as: 'cacheHit'
|
|
1771
1771
|
property :ddl_affected_row_access_policy_count, :numeric_string => true, as: 'ddlAffectedRowAccessPolicyCount'
|
|
1772
1772
|
property :ddl_operation_performed, as: 'ddlOperationPerformed'
|
|
1773
|
+
property :ddl_target_dataset, as: 'ddlTargetDataset', class: Google::Apis::BigqueryV2::DatasetReference, decorator: Google::Apis::BigqueryV2::DatasetReference::Representation
|
|
1774
|
+
|
|
1773
1775
|
property :ddl_target_routine, as: 'ddlTargetRoutine', class: Google::Apis::BigqueryV2::RoutineReference, decorator: Google::Apis::BigqueryV2::RoutineReference::Representation
|
|
1774
1776
|
|
|
1775
1777
|
property :ddl_target_row_access_policy, as: 'ddlTargetRowAccessPolicy', class: Google::Apis::BigqueryV2::RowAccessPolicyReference, decorator: Google::Apis::BigqueryV2::RowAccessPolicyReference::Representation
|
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.4.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: 2021-02-
|
|
11
|
+
date: 2021-02-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-bigquery_v2/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.4.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-bigquery_v2
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|