google-apis-datafusion_v1beta1 0.25.0 → 0.26.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: 6758e1df61096fe4406316dbf8b9277336df4d87019095cfcaf34e030395d390
|
4
|
+
data.tar.gz: 94d60034947b48ee87d132dcde593db4ce13d00c3083e3689dd32039ee679d2f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: edcb2e7a3bbdbfeb3539465595872c703fb69c53bbc82132ea9b5e94e662dcfadc46584005bc85eece251f37ff819a065632b7f524d175674668c741e1986555
|
7
|
+
data.tar.gz: 95dea7966f5124957fe8684944297e160932d2e84d65adbabd6e8f042b61cb07d64ef2559ebb2aed947324542d398abebbda3dfda4af7fa37e5f798cb4a58d40
|
data/CHANGELOG.md
CHANGED
@@ -559,6 +559,12 @@ module Google
|
|
559
559
|
attr_accessor :private_instance
|
560
560
|
alias_method :private_instance?, :private_instance
|
561
561
|
|
562
|
+
# Output only. Reserved for future use.
|
563
|
+
# Corresponds to the JSON property `satisfiesPzs`
|
564
|
+
# @return [Boolean]
|
565
|
+
attr_accessor :satisfies_pzs
|
566
|
+
alias_method :satisfies_pzs?, :satisfies_pzs
|
567
|
+
|
562
568
|
# Output only. Deprecated. Use tenant_project_id instead to extract the tenant
|
563
569
|
# project ID.
|
564
570
|
# Corresponds to the JSON property `serviceAccount`
|
@@ -634,6 +640,7 @@ module Google
|
|
634
640
|
@options = args[:options] if args.key?(:options)
|
635
641
|
@p4_service_account = args[:p4_service_account] if args.key?(:p4_service_account)
|
636
642
|
@private_instance = args[:private_instance] if args.key?(:private_instance)
|
643
|
+
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
637
644
|
@service_account = args[:service_account] if args.key?(:service_account)
|
638
645
|
@service_endpoint = args[:service_endpoint] if args.key?(:service_endpoint)
|
639
646
|
@state = args[:state] if args.key?(:state)
|
@@ -806,7 +813,7 @@ module Google
|
|
806
813
|
end
|
807
814
|
end
|
808
815
|
|
809
|
-
# A resource that represents Google Cloud
|
816
|
+
# A resource that represents a Google Cloud location.
|
810
817
|
class Location
|
811
818
|
include Google::Apis::Core::Hashable
|
812
819
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DatafusionV1beta1
|
18
18
|
# Version of the google-apis-datafusion_v1beta1 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
|
@@ -342,6 +342,7 @@ module Google
|
|
342
342
|
hash :options, as: 'options'
|
343
343
|
property :p4_service_account, as: 'p4ServiceAccount'
|
344
344
|
property :private_instance, as: 'privateInstance'
|
345
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
345
346
|
property :service_account, as: 'serviceAccount'
|
346
347
|
property :service_endpoint, as: 'serviceEndpoint'
|
347
348
|
property :state, as: 'state'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-datafusion_v1beta1
|
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_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1beta1/v0.26.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datafusion_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|