google-apis-datafusion_v1beta1 0.24.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5cc84f90c9b0b13af70e9bf628e51ae3f622347348b1efd0d137348aa0852f0a
|
4
|
+
data.tar.gz: 6de398c44c2d5d8c337a7121549d3392d908ce1b9651bc1a95072ec3d58924e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 74d0c11ee2ae4823f1b89ce9e527b87b7b490d52d557906bb32ac5a7deb29752f5a438a4bf7a946a4c2ba5320a48318c9633ff855bc744ed7a3aa79f27bfb8eb
|
7
|
+
data.tar.gz: 136c4a8c7db9157b4a46b1a83a564126365cadc3b55bd3ffa01a559ca4ef6abd38cdc55ae1667c5da8f553877163596203715d890c562b3e0b0edb47d10b541b
|
data/CHANGELOG.md
CHANGED
@@ -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
|
-
# . * `
|
160
|
-
#
|
161
|
-
#
|
162
|
-
#
|
163
|
-
# the
|
164
|
-
#
|
165
|
-
#
|
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.
|
19
|
+
GEM_VERSION = "0.25.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 = "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`.
|
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.
|
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-
|
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
|
@@ -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.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: []
|