google-apis-datafusion_v1beta1 0.23.0 → 0.25.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: 5455a81912771fb1d9794bc1b9fc0095ebced7df43dc74c870f67fc694d98f47
4
- data.tar.gz: afb61912f852dc72082bd1ede4d00b498bc2fba1607920f46cff3ff55ea34fb0
3
+ metadata.gz: 5cc84f90c9b0b13af70e9bf628e51ae3f622347348b1efd0d137348aa0852f0a
4
+ data.tar.gz: 6de398c44c2d5d8c337a7121549d3392d908ce1b9651bc1a95072ec3d58924e9
5
5
  SHA512:
6
- metadata.gz: 5b928385aca8e12c709c20d0ac9e9530bbeef706432c6c17a568495f0b3e9b41e9ef3fc2ffaf7b8d733620d6f8ed277c925e77594cc4ae262c9fc24ee2bd6867
7
- data.tar.gz: 14b9fd8d140306548ad47496f0a842504c3888725754a9b9c228a91a18422ccff144ea2d2d86f5790d4dae3effbd01c106d551f33ad2d09826f2deb6b1f03c02
6
+ metadata.gz: 74d0c11ee2ae4823f1b89ce9e527b87b7b490d52d557906bb32ac5a7deb29752f5a438a4bf7a946a4c2ba5320a48318c9633ff855bc744ed7a3aa79f27bfb8eb
7
+ data.tar.gz: 136c4a8c7db9157b4a46b1a83a564126365cadc3b55bd3ffa01a559ca4ef6abd38cdc55ae1667c5da8f553877163596203715d890c562b3e0b0edb47d10b541b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-datafusion_v1beta1
2
2
 
3
+ ### v0.25.0 (2023-03-26)
4
+
5
+ * Regenerated from discovery document revision 20230320
6
+
7
+ ### v0.24.0 (2023-02-19)
8
+
9
+ * Regenerated using generator version 0.12.0
10
+
3
11
  ### v0.23.0 (2022-12-21)
4
12
 
5
13
  * Regenerated from discovery document revision 20221213
@@ -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>]
@@ -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.23.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
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 = "20230320"
26
26
  end
27
27
  end
28
28
  end
@@ -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.23.0
4
+ version: 0.25.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-01-04 00:00:00.000000000 Z
11
+ date: 2023-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1beta1/v0.25.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Data Fusion API V1beta1