google-apis-datafusion_v1 0.25.0 → 0.26.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: 6be5191a515c7aa94690222e3fcc7ecb5ac050156d18524d35bd4f76f20b3bc6
|
|
4
|
+
data.tar.gz: eb3e8e32d0c86ca401cd8aa4db50cfd4b7db7e5153d95967583500cc11548f38
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1dd0e66d57e742e0de57ec0b4c1b9d0926951b7b1f21d0ea0727268ba05b460581eb323dde46bea307fb315e90dbe8e17aa48036dcc65335ca1ae724b7be4340
|
|
7
|
+
data.tar.gz: 07a455cb551ae2f986a2c6d60bcce83da3f657d42e82214b41b476ea4ef6d0a0887015a4e7e74b1362c360270883ec3d28f24f10aeb38058311fc6e81b145651
|
data/CHANGELOG.md
CHANGED
|
@@ -502,6 +502,12 @@ module Google
|
|
|
502
502
|
attr_accessor :private_instance
|
|
503
503
|
alias_method :private_instance?, :private_instance
|
|
504
504
|
|
|
505
|
+
# Output only. Reserved for future use.
|
|
506
|
+
# Corresponds to the JSON property `satisfiesPzs`
|
|
507
|
+
# @return [Boolean]
|
|
508
|
+
attr_accessor :satisfies_pzs
|
|
509
|
+
alias_method :satisfies_pzs?, :satisfies_pzs
|
|
510
|
+
|
|
505
511
|
# Output only. Deprecated. Use tenant_project_id instead to extract the tenant
|
|
506
512
|
# project ID.
|
|
507
513
|
# Corresponds to the JSON property `serviceAccount`
|
|
@@ -577,6 +583,7 @@ module Google
|
|
|
577
583
|
@options = args[:options] if args.key?(:options)
|
|
578
584
|
@p4_service_account = args[:p4_service_account] if args.key?(:p4_service_account)
|
|
579
585
|
@private_instance = args[:private_instance] if args.key?(:private_instance)
|
|
586
|
+
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
|
580
587
|
@service_account = args[:service_account] if args.key?(:service_account)
|
|
581
588
|
@service_endpoint = args[:service_endpoint] if args.key?(:service_endpoint)
|
|
582
589
|
@state = args[:state] if args.key?(:state)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DatafusionV1
|
|
18
18
|
# Version of the google-apis-datafusion_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.26.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230508"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -296,6 +296,7 @@ module Google
|
|
|
296
296
|
hash :options, as: 'options'
|
|
297
297
|
property :p4_service_account, as: 'p4ServiceAccount'
|
|
298
298
|
property :private_instance, as: 'privateInstance'
|
|
299
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
299
300
|
property :service_account, as: 'serviceAccount'
|
|
300
301
|
property :service_endpoint, as: 'serviceEndpoint'
|
|
301
302
|
property :state, as: 'state'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-datafusion_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.26.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: 2023-
|
|
11
|
+
date: 2023-05-14 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-datafusion_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1/v0.26.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datafusion_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|