google-apis-datafusion_v1beta1 0.10.0 → 0.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/datafusion_v1beta1/classes.rb +100 -82
- data/lib/google/apis/datafusion_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/datafusion_v1beta1/representations.rb +2 -0
- data/lib/google/apis/datafusion_v1beta1/service.rb +19 -19
- data/lib/google/apis/datafusion_v1beta1.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d58f8c4a3b3c8f3c50091bd20631c62e8b94c9e28f9ac37693235a53a61aa432
|
4
|
+
data.tar.gz: b91295f51125e1307615b03b52aa773055cc5f73e1d88bedfa289906316b0d41
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c10db3e81a1153e404b502ce0a089a1020bcbabe635d887dbf12fe9eb7c959539562276abbb04487906fb4426359282f8b4ccc38f9826889d5fd8989268dda7
|
7
|
+
data.tar.gz: d197c70d15d00ca381eb37c1f6b51d70abdf456ac923d9b1e63a2eed63364b6c8938a5325d19a35e9c4201f8d8ff52846ad74191d6a1f7036f4a73b1b0cda7a0
|
data/CHANGELOG.md
CHANGED
@@ -145,7 +145,7 @@ module Google
|
|
145
145
|
end
|
146
146
|
end
|
147
147
|
|
148
|
-
# Associates `members
|
148
|
+
# Associates `members`, or principals, with a `role`.
|
149
149
|
class Binding
|
150
150
|
include Google::Apis::Core::Hashable
|
151
151
|
|
@@ -168,7 +168,7 @@ module Google
|
|
168
168
|
# @return [Google::Apis::DatafusionV1beta1::Expr]
|
169
169
|
attr_accessor :condition
|
170
170
|
|
171
|
-
# Specifies the
|
171
|
+
# Specifies the principals requesting access for a Cloud Platform resource. `
|
172
172
|
# members` can have the following values: * `allUsers`: A special identifier
|
173
173
|
# that represents anyone who is on the internet; with or without a Google
|
174
174
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
@@ -198,8 +198,8 @@ module Google
|
|
198
198
|
# @return [Array<String>]
|
199
199
|
attr_accessor :members
|
200
200
|
|
201
|
-
# Role that is assigned to `members
|
202
|
-
#
|
201
|
+
# Role that is assigned to the list of `members`, or principals. For example, `
|
202
|
+
# roles/viewer`, `roles/editor`, or `roles/owner`.
|
203
203
|
# Corresponds to the JSON property `role`
|
204
204
|
# @return [String]
|
205
205
|
attr_accessor :role
|
@@ -373,31 +373,31 @@ module Google
|
|
373
373
|
|
374
374
|
# An Identity and Access Management (IAM) policy, which specifies access
|
375
375
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
376
|
-
# A `binding` binds one or more `members
|
377
|
-
# user accounts, service accounts, Google groups, and domains (
|
378
|
-
# A `role` is a named list of permissions; each `role` can be
|
379
|
-
# role or a user-created custom role. For some types of Google
|
380
|
-
# a `binding` can also specify a `condition`, which is a
|
381
|
-
# allows access to a resource only if the expression
|
382
|
-
# condition can add constraints based on attributes of
|
383
|
-
# or both. To learn which resources support
|
384
|
-
# see the [IAM documentation](https://cloud.
|
385
|
-
# resource-policies). **JSON example:** ` "
|
386
|
-
# resourcemanager.organizationAdmin", "members": [
|
387
|
-
# group:admins@example.com", "domain:google.com", "
|
388
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
389
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
390
|
-
# title": "expirable access", "description": "Does not grant
|
391
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
392
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
393
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
394
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
395
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
396
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
397
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
398
|
-
# timestamp('2020-10-01T00:00:00.000Z')
|
399
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
400
|
-
# google.com/iam/docs/).
|
376
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
377
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
378
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
379
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
380
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
381
|
+
# logical expression that allows access to a resource only if the expression
|
382
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
383
|
+
# the request, the resource, or both. To learn which resources support
|
384
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
385
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
386
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
387
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
388
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
389
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
390
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
391
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
392
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
393
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
394
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
395
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
396
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
397
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
398
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
399
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
400
|
+
# cloud.google.com/iam/docs/).
|
401
401
|
# Corresponds to the JSON property `policy`
|
402
402
|
# @return [Google::Apis::DatafusionV1beta1::Policy]
|
403
403
|
attr_accessor :policy
|
@@ -466,6 +466,12 @@ module Google
|
|
466
466
|
# @return [String]
|
467
467
|
attr_accessor :description
|
468
468
|
|
469
|
+
# Output only. If the instance state is DISABLED, the reason for disabling the
|
470
|
+
# instance.
|
471
|
+
# Corresponds to the JSON property `disabledReason`
|
472
|
+
# @return [Array<String>]
|
473
|
+
attr_accessor :disabled_reason
|
474
|
+
|
469
475
|
# Display name for an instance.
|
470
476
|
# Corresponds to the JSON property `displayName`
|
471
477
|
# @return [String]
|
@@ -598,6 +604,7 @@ module Google
|
|
598
604
|
@crypto_key_config = args[:crypto_key_config] if args.key?(:crypto_key_config)
|
599
605
|
@dataproc_service_account = args[:dataproc_service_account] if args.key?(:dataproc_service_account)
|
600
606
|
@description = args[:description] if args.key?(:description)
|
607
|
+
@disabled_reason = args[:disabled_reason] if args.key?(:disabled_reason)
|
601
608
|
@display_name = args[:display_name] if args.key?(:display_name)
|
602
609
|
@enable_rbac = args[:enable_rbac] if args.key?(:enable_rbac)
|
603
610
|
@enable_stackdriver_logging = args[:enable_stackdriver_logging] if args.key?(:enable_stackdriver_logging)
|
@@ -1011,31 +1018,31 @@ module Google
|
|
1011
1018
|
|
1012
1019
|
# An Identity and Access Management (IAM) policy, which specifies access
|
1013
1020
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
1014
|
-
# A `binding` binds one or more `members
|
1015
|
-
# user accounts, service accounts, Google groups, and domains (
|
1016
|
-
# A `role` is a named list of permissions; each `role` can be
|
1017
|
-
# role or a user-created custom role. For some types of Google
|
1018
|
-
# a `binding` can also specify a `condition`, which is a
|
1019
|
-
# allows access to a resource only if the expression
|
1020
|
-
# condition can add constraints based on attributes of
|
1021
|
-
# or both. To learn which resources support
|
1022
|
-
# see the [IAM documentation](https://cloud.
|
1023
|
-
# resource-policies). **JSON example:** ` "
|
1024
|
-
# resourcemanager.organizationAdmin", "members": [
|
1025
|
-
# group:admins@example.com", "domain:google.com", "
|
1026
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
1027
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
1028
|
-
# title": "expirable access", "description": "Does not grant
|
1029
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1030
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
1031
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
1032
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
1033
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
1034
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
1035
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
1036
|
-
# timestamp('2020-10-01T00:00:00.000Z')
|
1037
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
1038
|
-
# google.com/iam/docs/).
|
1021
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
1022
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
1023
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
1024
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
1025
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
1026
|
+
# logical expression that allows access to a resource only if the expression
|
1027
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
1028
|
+
# the request, the resource, or both. To learn which resources support
|
1029
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
1030
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
1031
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
1032
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
1033
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
1034
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
1035
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
1036
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1037
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
1038
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
1039
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
1040
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
1041
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
1042
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
1043
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
1044
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
1045
|
+
# cloud.google.com/iam/docs/).
|
1039
1046
|
class Policy
|
1040
1047
|
include Google::Apis::Core::Hashable
|
1041
1048
|
|
@@ -1044,9 +1051,14 @@ module Google
|
|
1044
1051
|
# @return [Array<Google::Apis::DatafusionV1beta1::AuditConfig>]
|
1045
1052
|
attr_accessor :audit_configs
|
1046
1053
|
|
1047
|
-
# Associates a list of `members
|
1048
|
-
# condition` that determines how and when the `bindings` are applied.
|
1049
|
-
# the `bindings` must contain at least one
|
1054
|
+
# Associates a list of `members`, or principals, with a `role`. Optionally, may
|
1055
|
+
# specify a `condition` that determines how and when the `bindings` are applied.
|
1056
|
+
# Each of the `bindings` must contain at least one principal. The `bindings` in
|
1057
|
+
# a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
|
1058
|
+
# can be Google groups. Each occurrence of a principal counts towards these
|
1059
|
+
# limits. For example, if the `bindings` grant 50 different roles to `user:alice@
|
1060
|
+
# example.com`, and not to any other principal, then you can add another 1,450
|
1061
|
+
# principals to the `bindings` in the `Policy`.
|
1050
1062
|
# Corresponds to the JSON property `bindings`
|
1051
1063
|
# @return [Array<Google::Apis::DatafusionV1beta1::Binding>]
|
1052
1064
|
attr_accessor :bindings
|
@@ -1176,31 +1188,31 @@ module Google
|
|
1176
1188
|
|
1177
1189
|
# An Identity and Access Management (IAM) policy, which specifies access
|
1178
1190
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
1179
|
-
# A `binding` binds one or more `members
|
1180
|
-
# user accounts, service accounts, Google groups, and domains (
|
1181
|
-
# A `role` is a named list of permissions; each `role` can be
|
1182
|
-
# role or a user-created custom role. For some types of Google
|
1183
|
-
# a `binding` can also specify a `condition`, which is a
|
1184
|
-
# allows access to a resource only if the expression
|
1185
|
-
# condition can add constraints based on attributes of
|
1186
|
-
# or both. To learn which resources support
|
1187
|
-
# see the [IAM documentation](https://cloud.
|
1188
|
-
# resource-policies). **JSON example:** ` "
|
1189
|
-
# resourcemanager.organizationAdmin", "members": [
|
1190
|
-
# group:admins@example.com", "domain:google.com", "
|
1191
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
1192
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
1193
|
-
# title": "expirable access", "description": "Does not grant
|
1194
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1195
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
1196
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
1197
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
1198
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
1199
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
1200
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
1201
|
-
# timestamp('2020-10-01T00:00:00.000Z')
|
1202
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
1203
|
-
# google.com/iam/docs/).
|
1191
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
1192
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
1193
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
1194
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
1195
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
1196
|
+
# logical expression that allows access to a resource only if the expression
|
1197
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
1198
|
+
# the request, the resource, or both. To learn which resources support
|
1199
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
1200
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
1201
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
1202
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
1203
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
1204
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
1205
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
1206
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1207
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
1208
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
1209
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
1210
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
1211
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
1212
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
1213
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
1214
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
1215
|
+
# cloud.google.com/iam/docs/).
|
1204
1216
|
# Corresponds to the JSON property `policy`
|
1205
1217
|
# @return [Google::Apis::DatafusionV1beta1::Policy]
|
1206
1218
|
attr_accessor :policy
|
@@ -1331,6 +1343,11 @@ module Google
|
|
1331
1343
|
attr_accessor :default_version
|
1332
1344
|
alias_method :default_version?, :default_version
|
1333
1345
|
|
1346
|
+
# Type represents the release availability of the version
|
1347
|
+
# Corresponds to the JSON property `type`
|
1348
|
+
# @return [String]
|
1349
|
+
attr_accessor :type
|
1350
|
+
|
1334
1351
|
# The version number of the Data Fusion instance, such as '6.0.1.0'.
|
1335
1352
|
# Corresponds to the JSON property `versionNumber`
|
1336
1353
|
# @return [String]
|
@@ -1344,6 +1361,7 @@ module Google
|
|
1344
1361
|
def update!(**args)
|
1345
1362
|
@available_features = args[:available_features] if args.key?(:available_features)
|
1346
1363
|
@default_version = args[:default_version] if args.key?(:default_version)
|
1364
|
+
@type = args[:type] if args.key?(:type)
|
1347
1365
|
@version_number = args[:version_number] if args.key?(:version_number)
|
1348
1366
|
end
|
1349
1367
|
end
|
@@ -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.11.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211028"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -349,6 +349,7 @@ module Google
|
|
349
349
|
|
350
350
|
property :dataproc_service_account, as: 'dataprocServiceAccount'
|
351
351
|
property :description, as: 'description'
|
352
|
+
collection :disabled_reason, as: 'disabledReason'
|
352
353
|
property :display_name, as: 'displayName'
|
353
354
|
property :enable_rbac, as: 'enableRbac'
|
354
355
|
property :enable_stackdriver_logging, as: 'enableStackdriverLogging'
|
@@ -567,6 +568,7 @@ module Google
|
|
567
568
|
class Representation < Google::Apis::Core::JsonRepresentation
|
568
569
|
collection :available_features, as: 'availableFeatures'
|
569
570
|
property :default_version, as: 'defaultVersion'
|
571
|
+
property :type, as: 'type'
|
570
572
|
property :version_number, as: 'versionNumber'
|
571
573
|
end
|
572
574
|
end
|
@@ -133,7 +133,7 @@ module Google
|
|
133
133
|
|
134
134
|
# Remove IAM policy that is currently set on the given resource.
|
135
135
|
# @param [String] resource
|
136
|
-
# The resource on which IAM policy to be removed is attached to.
|
136
|
+
# Required. The resource on which IAM policy to be removed is attached to.
|
137
137
|
# @param [Google::Apis::DatafusionV1beta1::RemoveIamPolicyRequest] remove_iam_policy_request_object
|
138
138
|
# @param [String] fields
|
139
139
|
# Selector specifying which fields to include in a partial response.
|
@@ -166,11 +166,11 @@ module Google
|
|
166
166
|
|
167
167
|
# Creates a new Data Fusion instance in the specified project and location.
|
168
168
|
# @param [String] parent
|
169
|
-
# The instance's project and location in the format projects/`project`/
|
170
|
-
#
|
169
|
+
# Required. The instance's project and location in the format projects/`project`/
|
170
|
+
# locations/`location`.
|
171
171
|
# @param [Google::Apis::DatafusionV1beta1::Instance] instance_object
|
172
172
|
# @param [String] instance_id
|
173
|
-
# The name of the instance to create.
|
173
|
+
# Required. The name of the instance to create.
|
174
174
|
# @param [String] fields
|
175
175
|
# Selector specifying which fields to include in a partial response.
|
176
176
|
# @param [String] quota_user
|
@@ -203,8 +203,8 @@ module Google
|
|
203
203
|
|
204
204
|
# Deletes a single Data Fusion instance.
|
205
205
|
# @param [String] name
|
206
|
-
# The instance resource name in the format projects/`project`/
|
207
|
-
# location`/instances/`instance`
|
206
|
+
# Required. The instance resource name in the format projects/`project`/
|
207
|
+
# locations/`location`/instances/`instance`
|
208
208
|
# @param [String] fields
|
209
209
|
# Selector specifying which fields to include in a partial response.
|
210
210
|
# @param [String] quota_user
|
@@ -234,8 +234,8 @@ module Google
|
|
234
234
|
|
235
235
|
# Gets details of a single Data Fusion instance.
|
236
236
|
# @param [String] name
|
237
|
-
# The instance resource name in the format projects/`project`/
|
238
|
-
# location`/instances/`instance`.
|
237
|
+
# Required. The instance resource name in the format projects/`project`/
|
238
|
+
# locations/`location`/instances/`instance`.
|
239
239
|
# @param [String] fields
|
240
240
|
# Selector specifying which fields to include in a partial response.
|
241
241
|
# @param [String] quota_user
|
@@ -306,10 +306,10 @@ module Google
|
|
306
306
|
|
307
307
|
# Lists Data Fusion instances in the specified project and location.
|
308
308
|
# @param [String] parent
|
309
|
-
# The project and location for which to retrieve instance information
|
310
|
-
# format projects/`project`/locations/`location`. If the location is
|
311
|
-
# as '-' (wildcard), then all regions available to the project are
|
312
|
-
# the results are aggregated.
|
309
|
+
# Required. The project and location for which to retrieve instance information
|
310
|
+
# in the format projects/`project`/locations/`location`. If the location is
|
311
|
+
# specified as '-' (wildcard), then all regions available to the project are
|
312
|
+
# queried, and the results are aggregated.
|
313
313
|
# @param [String] filter
|
314
314
|
# List filter.
|
315
315
|
# @param [String] order_by
|
@@ -394,8 +394,8 @@ module Google
|
|
394
394
|
# Restart a single Data Fusion instance. At the end of an operation instance is
|
395
395
|
# fully restarted.
|
396
396
|
# @param [String] name
|
397
|
-
# Name of the Data Fusion instance which need to be restarted in the
|
398
|
-
# projects/`project`/locations/`location`/instances/`instance`
|
397
|
+
# Required. Name of the Data Fusion instance which need to be restarted in the
|
398
|
+
# form of projects/`project`/locations/`location`/instances/`instance`
|
399
399
|
# @param [Google::Apis::DatafusionV1beta1::RestartInstanceRequest] restart_instance_request_object
|
400
400
|
# @param [String] fields
|
401
401
|
# Selector specifying which fields to include in a partial response.
|
@@ -503,9 +503,9 @@ module Google
|
|
503
503
|
# Upgrade a single Data Fusion instance. At the end of an operation instance is
|
504
504
|
# fully upgraded.
|
505
505
|
# @param [String] name
|
506
|
-
# Name of the Data Fusion instance which need to be upgraded in the
|
507
|
-
# projects/`project`/locations/`location`/instances/`instance` Instance
|
508
|
-
# upgraded with the latest stable version of the Data Fusion.
|
506
|
+
# Required. Name of the Data Fusion instance which need to be upgraded in the
|
507
|
+
# form of projects/`project`/locations/`location`/instances/`instance` Instance
|
508
|
+
# will be upgraded with the latest stable version of the Data Fusion.
|
509
509
|
# @param [Google::Apis::DatafusionV1beta1::UpgradeInstanceRequest] upgrade_instance_request_object
|
510
510
|
# @param [String] fields
|
511
511
|
# Selector specifying which fields to include in a partial response.
|
@@ -538,7 +538,7 @@ module Google
|
|
538
538
|
|
539
539
|
# Add DNS peering on the given resource.
|
540
540
|
# @param [String] parent
|
541
|
-
# The resource on which DNS peering will be created.
|
541
|
+
# Required. The resource on which DNS peering will be created.
|
542
542
|
# @param [Google::Apis::DatafusionV1beta1::AddDnsPeeringRequest] add_dns_peering_request_object
|
543
543
|
# @param [String] fields
|
544
544
|
# Selector specifying which fields to include in a partial response.
|
@@ -608,7 +608,7 @@ module Google
|
|
608
608
|
|
609
609
|
# Remove DNS peering on the given resource.
|
610
610
|
# @param [String] parent
|
611
|
-
# The resource on which DNS peering will be removed.
|
611
|
+
# Required. The resource on which DNS peering will be removed.
|
612
612
|
# @param [Google::Apis::DatafusionV1beta1::RemoveDnsPeeringRequest] remove_dns_peering_request_object
|
613
613
|
# @param [String] fields
|
614
614
|
# Selector specifying which fields to include in a partial response.
|
@@ -35,7 +35,7 @@ module Google
|
|
35
35
|
# This is NOT the gem version.
|
36
36
|
VERSION = 'V1beta1'
|
37
37
|
|
38
|
-
# See, edit, configure, and delete your Google Cloud
|
38
|
+
# See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
|
39
39
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
40
40
|
end
|
41
41
|
end
|
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.11.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: 2021-
|
11
|
+
date: 2021-11-08 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.11.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: []
|