google-apis-datafusion_v1beta1 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: 5cc84f90c9b0b13af70e9bf628e51ae3f622347348b1efd0d137348aa0852f0a
4
- data.tar.gz: 6de398c44c2d5d8c337a7121549d3392d908ce1b9651bc1a95072ec3d58924e9
3
+ metadata.gz: 6758e1df61096fe4406316dbf8b9277336df4d87019095cfcaf34e030395d390
4
+ data.tar.gz: 94d60034947b48ee87d132dcde593db4ce13d00c3083e3689dd32039ee679d2f
5
5
  SHA512:
6
- metadata.gz: 74d0c11ee2ae4823f1b89ce9e527b87b7b490d52d557906bb32ac5a7deb29752f5a438a4bf7a946a4c2ba5320a48318c9633ff855bc744ed7a3aa79f27bfb8eb
7
- data.tar.gz: 136c4a8c7db9157b4a46b1a83a564126365cadc3b55bd3ffa01a559ca4ef6abd38cdc55ae1667c5da8f553877163596203715d890c562b3e0b0edb47d10b541b
6
+ metadata.gz: edcb2e7a3bbdbfeb3539465595872c703fb69c53bbc82132ea9b5e94e662dcfadc46584005bc85eece251f37ff819a065632b7f524d175674668c741e1986555
7
+ data.tar.gz: 95dea7966f5124957fe8684944297e160932d2e84d65adbabd6e8f042b61cb07d64ef2559ebb2aed947324542d398abebbda3dfda4af7fa37e5f798cb4a58d40
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datafusion_v1beta1
2
2
 
3
+ ### v0.26.0 (2023-05-14)
4
+
5
+ * Regenerated from discovery document revision 20230508
6
+
3
7
  ### v0.25.0 (2023-03-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230320
@@ -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 Platform location.
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.25.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 = "20230320"
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.25.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-03-26 00:00:00.000000000 Z
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.25.0
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: []