google-apis-datafusion_v1 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: 2b3baedba4054be02c29f30d1ff664bafafb5cfb2c0b3c64737d019b6ee9d654
4
- data.tar.gz: fae97866f7e64fe000610411670c1a9ac966f38d04cca3ff1ac9725c56d0e3cc
3
+ metadata.gz: 6be5191a515c7aa94690222e3fcc7ecb5ac050156d18524d35bd4f76f20b3bc6
4
+ data.tar.gz: eb3e8e32d0c86ca401cd8aa4db50cfd4b7db7e5153d95967583500cc11548f38
5
5
  SHA512:
6
- metadata.gz: 3fa4c0d720e61460602b64e7c1c5c51639ec1d258df12454e7f84c5c18f72d6bbd1b0ff835c35471e7c2639d61de6365c49eb6649e4f2a0d85cbbafa2af15fba
7
- data.tar.gz: 6494d95125b1d2724a778e9a228e8c9cf824269a3715dc60ee1171207b8108e3a4781fe276a826c48cc88b564862c4da6411b68a22e4b8e3219751ecf7925413
6
+ metadata.gz: 1dd0e66d57e742e0de57ec0b4c1b9d0926951b7b1f21d0ea0727268ba05b460581eb323dde46bea307fb315e90dbe8e17aa48036dcc65335ca1ae724b7be4340
7
+ data.tar.gz: 07a455cb551ae2f986a2c6d60bcce83da3f657d42e82214b41b476ea4ef6d0a0887015a4e7e74b1362c360270883ec3d28f24f10aeb38058311fc6e81b145651
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datafusion_v1
2
2
 
3
+ ### v0.26.0 (2023-05-14)
4
+
5
+ * Regenerated from discovery document revision 20230508
6
+
3
7
  ### v0.25.0 (2023-04-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20230425
@@ -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.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 = "20230425"
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.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-04-30 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1/v0.25.0
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: []