google-apis-datafusion_v1beta1 0.24.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: 6d2f292796ae2a9f8e6428ffdf2eb9f5a062ca65b90a81ec49beeda50c380317
4
- data.tar.gz: 18abf745b91edd91225bd01f5629ea89c8e559cdcfc3fafaff641bb45e19634b
3
+ metadata.gz: 6758e1df61096fe4406316dbf8b9277336df4d87019095cfcaf34e030395d390
4
+ data.tar.gz: 94d60034947b48ee87d132dcde593db4ce13d00c3083e3689dd32039ee679d2f
5
5
  SHA512:
6
- metadata.gz: 40108333a837ef8207bdb4c1fb54a50850be3a0f1ed5fec4cf689e45c8ad87d0dc627c62bc0b17df2f102ceea7ff452bde573c2c399312f69b5a4706b13370bc
7
- data.tar.gz: 3e09827afd3e8e99023c715ddc2c6b1d949d9eb77d14702081f017298f29090b7570e6c64fae8dba89eb8c31f507540ae1694a8123f55bc38d822f56943d2bac
6
+ metadata.gz: edcb2e7a3bbdbfeb3539465595872c703fb69c53bbc82132ea9b5e94e662dcfadc46584005bc85eece251f37ff819a065632b7f524d175674668c741e1986555
7
+ data.tar.gz: 95dea7966f5124957fe8684944297e160932d2e84d65adbabd6e8f042b61cb07d64ef2559ebb2aed947324542d398abebbda3dfda4af7fa37e5f798cb4a58d40
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.25.0 (2023-03-26)
8
+
9
+ * Regenerated from discovery document revision 20230320
10
+
3
11
  ### v0.24.0 (2023-02-19)
4
12
 
5
13
  * Regenerated using generator version 0.12.0
@@ -156,22 +156,22 @@ module Google
156
156
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
157
157
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
158
158
  # email address that represents a Google group. For example, `admins@example.com`
159
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
160
- # identifier) representing a user that has been recently deleted. For example, `
161
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
162
- # value reverts to `user:`emailid`` and the recovered user retains the role in
163
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
164
- # address (plus unique identifier) representing a service account that has been
165
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
159
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
160
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
161
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
162
+ # representing a user that has been recently deleted. For example, `alice@
163
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
164
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
165
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
166
+ # (plus unique identifier) representing a service account that has been recently
167
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
166
168
  # 123456789012345678901`. If the service account is undeleted, this value
167
169
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
168
170
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
169
171
  # An email address (plus unique identifier) representing a Google group that has
170
172
  # been recently deleted. For example, `admins@example.com?uid=
171
173
  # 123456789012345678901`. If the group is recovered, this value reverts to `
172
- # group:`emailid`` and the recovered group retains the role in the binding. * `
173
- # domain:`domain``: The G Suite domain (primary) that represents all the users
174
- # of that domain. For example, `google.com` or `example.com`.
174
+ # group:`emailid`` and the recovered group retains the role in the binding.
175
175
  # Corresponds to the JSON property `members`
176
176
  # @return [Array<String>]
177
177
  attr_accessor :members
@@ -432,7 +432,7 @@ module Google
432
432
  class Instance
433
433
  include Google::Apis::Core::Hashable
434
434
 
435
- # List of accelerators enabled for this CDF instance.
435
+ # Output only. List of accelerators enabled for this CDF instance.
436
436
  # Corresponds to the JSON property `accelerators`
437
437
  # @return [Array<Google::Apis::DatafusionV1beta1::Accelerator>]
438
438
  attr_accessor :accelerators
@@ -442,7 +442,7 @@ module Google
442
442
  # @return [String]
443
443
  attr_accessor :api_endpoint
444
444
 
445
- # Available versions that the instance can be upgraded to using
445
+ # Output only. Available versions that the instance can be upgraded to using
446
446
  # UpdateInstanceRequest.
447
447
  # Corresponds to the JSON property `availableVersion`
448
448
  # @return [Array<Google::Apis::DatafusionV1beta1::Version>]
@@ -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.24.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 = "20221213"
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'
@@ -918,13 +918,7 @@ module Google
918
918
  end
919
919
 
920
920
  # Lists operations that match the specified filter in the request. If the server
921
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
922
- # binding allows API services to override the binding to use different resource
923
- # name schemes, such as `users/*/operations`. To override the binding, API
924
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
925
- # service configuration. For backwards compatibility, the default name includes
926
- # the operations collection id, however overriding users must ensure the name
927
- # binding is the parent resource, without the operations collection id.
921
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
928
922
  # @param [String] name
929
923
  # The name of the operation's parent resource.
930
924
  # @param [String] filter
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.24.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-02-19 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.24.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: []