google-apis-dataform_v1beta1 0.47.0 → 0.49.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 23926075243a531d99d50b5355d39a6ef59445a27b94d7320bd8cd5d53fa3a6b
4
- data.tar.gz: 1db2656394137ccb63bb20e05205552af1e71412575b22c0ecc0a875acf60a9e
3
+ metadata.gz: 0ad4ca2ac6c49e1350e63431cdb3064ce5553720a8e29a351eec77a0869ba3af
4
+ data.tar.gz: 89d46a1e721b000aa7738156c5100a440df044b993a1628ed97b929e8d7497fc
5
5
  SHA512:
6
- metadata.gz: bddbc3024add8e1867c43e5509a812eb7ae407f0ed18db3c5e814d0912d2e6e28626876b33e40522c2a0dc0ff8118b7ca1dd345a0c1a5bea871bbc59fe4c9250
7
- data.tar.gz: 859be984f31eb40dd158e8c91b3efc355ba44ae7c0740a71edbd167a16a846a81d4a831da56bfa54ebbf01641e38ec0c3352a5c7ed16ab65e0d2c0ba94e64791
6
+ metadata.gz: 65197c23358f923e943fef1d8c499d3a838a983bb00fdd709319fea466ad6788c1d3a65ced29f6822d0d58633e21faa664dcf9614c0c2d957929d6f51727827b
7
+ data.tar.gz: 36b018a2af4a4eee9fb1bb095d73a617cb65b5e5685e35160d554ec1d4af398f83a3adb1d0d699804322c363fbba28bed3aba0ae302b94eaf2dd12752f927e22
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dataform_v1beta1
2
2
 
3
+ ### v0.49.0 (2025-09-21)
4
+
5
+ * Regenerated from discovery document revision 20250917
6
+
7
+ ### v0.48.0 (2025-09-14)
8
+
9
+ * Regenerated from discovery document revision 20250907
10
+
3
11
  ### v0.47.0 (2025-08-24)
4
12
 
5
13
  * Regenerated from discovery document revision 20250817
@@ -227,107 +227,6 @@ module Google
227
227
  end
228
228
  end
229
229
 
230
- # Associates `members`, or principals, with a `role`.
231
- class Binding
232
- include Google::Apis::Core::Hashable
233
-
234
- # Represents a textual expression in the Common Expression Language (CEL) syntax.
235
- # CEL is a C-like expression language. The syntax and semantics of CEL are
236
- # documented at https://github.com/google/cel-spec. Example (Comparison): title:
237
- # "Summary size limit" description: "Determines if a summary is less than 100
238
- # chars" expression: "document.summary.size() < 100" Example (Equality): title: "
239
- # Requestor is owner" description: "Determines if requestor is the document
240
- # owner" expression: "document.owner == request.auth.claims.email" Example (
241
- # Logic): title: "Public documents" description: "Determine whether the document
242
- # should be publicly visible" expression: "document.type != 'private' &&
243
- # document.type != 'internal'" Example (Data Manipulation): title: "Notification
244
- # string" description: "Create a notification string with a timestamp."
245
- # expression: "'New message received at ' + string(document.create_time)" The
246
- # exact variables and functions that may be referenced within an expression are
247
- # determined by the service that evaluates it. See the service documentation for
248
- # additional information.
249
- # Corresponds to the JSON property `condition`
250
- # @return [Google::Apis::DataformV1beta1::Expr]
251
- attr_accessor :condition
252
-
253
- # Specifies the principals requesting access for a Google Cloud resource. `
254
- # members` can have the following values: * `allUsers`: A special identifier
255
- # that represents anyone who is on the internet; with or without a Google
256
- # account. * `allAuthenticatedUsers`: A special identifier that represents
257
- # anyone who is authenticated with a Google account or a service account. Does
258
- # not include identities that come from external identity providers (IdPs)
259
- # through identity federation. * `user:`emailid``: An email address that
260
- # represents a specific Google account. For example, `alice@example.com` . * `
261
- # serviceAccount:`emailid``: An email address that represents a Google service
262
- # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
263
- # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
264
- # identifier for a [Kubernetes service account](https://cloud.google.com/
265
- # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
266
- # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
267
- # email address that represents a Google group. For example, `admins@example.com`
268
- # . * `domain:`domain``: The G Suite domain (primary) that represents all the
269
- # users of that domain. For example, `google.com` or `example.com`. * `principal:
270
- # //iam.googleapis.com/locations/global/workforcePools/`pool_id`/subject/`
271
- # subject_attribute_value``: A single identity in a workforce identity pool. * `
272
- # principalSet://iam.googleapis.com/locations/global/workforcePools/`pool_id`/
273
- # group/`group_id``: All workforce identities in a group. * `principalSet://iam.
274
- # googleapis.com/locations/global/workforcePools/`pool_id`/attribute.`
275
- # attribute_name`/`attribute_value``: All workforce identities with a specific
276
- # attribute value. * `principalSet://iam.googleapis.com/locations/global/
277
- # workforcePools/`pool_id`/*`: All identities in a workforce identity pool. * `
278
- # principal://iam.googleapis.com/projects/`project_number`/locations/global/
279
- # workloadIdentityPools/`pool_id`/subject/`subject_attribute_value``: A single
280
- # identity in a workload identity pool. * `principalSet://iam.googleapis.com/
281
- # projects/`project_number`/locations/global/workloadIdentityPools/`pool_id`/
282
- # group/`group_id``: A workload identity pool group. * `principalSet://iam.
283
- # googleapis.com/projects/`project_number`/locations/global/
284
- # workloadIdentityPools/`pool_id`/attribute.`attribute_name`/`attribute_value``:
285
- # All identities in a workload identity pool with a certain attribute. * `
286
- # principalSet://iam.googleapis.com/projects/`project_number`/locations/global/
287
- # workloadIdentityPools/`pool_id`/*`: All identities in a workload identity pool.
288
- # * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
289
- # identifier) representing a user that has been recently deleted. For example, `
290
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
291
- # value reverts to `user:`emailid`` and the recovered user retains the role in
292
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
293
- # address (plus unique identifier) representing a service account that has been
294
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
295
- # 123456789012345678901`. If the service account is undeleted, this value
296
- # reverts to `serviceAccount:`emailid`` and the undeleted service account
297
- # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
298
- # An email address (plus unique identifier) representing a Google group that has
299
- # been recently deleted. For example, `admins@example.com?uid=
300
- # 123456789012345678901`. If the group is recovered, this value reverts to `
301
- # group:`emailid`` and the recovered group retains the role in the binding. * `
302
- # deleted:principal://iam.googleapis.com/locations/global/workforcePools/`
303
- # pool_id`/subject/`subject_attribute_value``: Deleted single identity in a
304
- # workforce identity pool. For example, `deleted:principal://iam.googleapis.com/
305
- # locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.
306
- # Corresponds to the JSON property `members`
307
- # @return [Array<String>]
308
- attr_accessor :members
309
-
310
- # Role that is assigned to the list of `members`, or principals. For example, `
311
- # roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM
312
- # roles and permissions, see the [IAM documentation](https://cloud.google.com/
313
- # iam/docs/roles-overview). For a list of the available pre-defined roles, see [
314
- # here](https://cloud.google.com/iam/docs/understanding-roles).
315
- # Corresponds to the JSON property `role`
316
- # @return [String]
317
- attr_accessor :role
318
-
319
- def initialize(**args)
320
- update!(**args)
321
- end
322
-
323
- # Update properties of this object
324
- def update!(**args)
325
- @condition = args[:condition] if args.key?(:condition)
326
- @members = args[:members] if args.key?(:members)
327
- @role = args[:role] if args.key?(:role)
328
- end
329
- end
330
-
331
230
  # The request message for Operations.CancelOperation.
332
231
  class CancelOperationRequest
333
232
  include Google::Apis::Core::Hashable
@@ -1133,60 +1032,6 @@ module Google
1133
1032
  end
1134
1033
  end
1135
1034
 
1136
- # Represents a textual expression in the Common Expression Language (CEL) syntax.
1137
- # CEL is a C-like expression language. The syntax and semantics of CEL are
1138
- # documented at https://github.com/google/cel-spec. Example (Comparison): title:
1139
- # "Summary size limit" description: "Determines if a summary is less than 100
1140
- # chars" expression: "document.summary.size() < 100" Example (Equality): title: "
1141
- # Requestor is owner" description: "Determines if requestor is the document
1142
- # owner" expression: "document.owner == request.auth.claims.email" Example (
1143
- # Logic): title: "Public documents" description: "Determine whether the document
1144
- # should be publicly visible" expression: "document.type != 'private' &&
1145
- # document.type != 'internal'" Example (Data Manipulation): title: "Notification
1146
- # string" description: "Create a notification string with a timestamp."
1147
- # expression: "'New message received at ' + string(document.create_time)" The
1148
- # exact variables and functions that may be referenced within an expression are
1149
- # determined by the service that evaluates it. See the service documentation for
1150
- # additional information.
1151
- class Expr
1152
- include Google::Apis::Core::Hashable
1153
-
1154
- # Optional. Description of the expression. This is a longer text which describes
1155
- # the expression, e.g. when hovered over it in a UI.
1156
- # Corresponds to the JSON property `description`
1157
- # @return [String]
1158
- attr_accessor :description
1159
-
1160
- # Textual representation of an expression in Common Expression Language syntax.
1161
- # Corresponds to the JSON property `expression`
1162
- # @return [String]
1163
- attr_accessor :expression
1164
-
1165
- # Optional. String indicating the location of the expression for error reporting,
1166
- # e.g. a file name and a position in the file.
1167
- # Corresponds to the JSON property `location`
1168
- # @return [String]
1169
- attr_accessor :location
1170
-
1171
- # Optional. Title for the expression, i.e. a short string describing its purpose.
1172
- # This can be used e.g. in UIs which allow to enter the expression.
1173
- # Corresponds to the JSON property `title`
1174
- # @return [String]
1175
- attr_accessor :title
1176
-
1177
- def initialize(**args)
1178
- update!(**args)
1179
- end
1180
-
1181
- # Update properties of this object
1182
- def update!(**args)
1183
- @description = args[:description] if args.key?(:description)
1184
- @expression = args[:expression] if args.key?(:expression)
1185
- @location = args[:location] if args.key?(:location)
1186
- @title = args[:title] if args.key?(:title)
1187
- end
1188
- end
1189
-
1190
1035
  # `FetchFileDiff` response message.
1191
1036
  class FetchFileDiffResponse
1192
1037
  include Google::Apis::Core::Hashable
@@ -2308,95 +2153,6 @@ module Google
2308
2153
  end
2309
2154
  end
2310
2155
 
2311
- # An Identity and Access Management (IAM) policy, which specifies access
2312
- # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
2313
- # A `binding` binds one or more `members`, or principals, to a single `role`.
2314
- # Principals can be user accounts, service accounts, Google groups, and domains (
2315
- # such as G Suite). A `role` is a named list of permissions; each `role` can be
2316
- # an IAM predefined role or a user-created custom role. For some types of Google
2317
- # Cloud resources, a `binding` can also specify a `condition`, which is a
2318
- # logical expression that allows access to a resource only if the expression
2319
- # evaluates to `true`. A condition can add constraints based on attributes of
2320
- # the request, the resource, or both. To learn which resources support
2321
- # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2322
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
2323
- # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
2324
- # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
2325
- # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
2326
- # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
2327
- # ], "condition": ` "title": "expirable access", "description": "Does not grant
2328
- # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
2329
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
2330
- # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
2331
- # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
2332
- # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
2333
- # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
2334
- # title: expirable access description: Does not grant access after Sep 2020
2335
- # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
2336
- # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
2337
- # [IAM documentation](https://cloud.google.com/iam/docs/).
2338
- class Policy
2339
- include Google::Apis::Core::Hashable
2340
-
2341
- # Associates a list of `members`, or principals, with a `role`. Optionally, may
2342
- # specify a `condition` that determines how and when the `bindings` are applied.
2343
- # Each of the `bindings` must contain at least one principal. The `bindings` in
2344
- # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
2345
- # can be Google groups. Each occurrence of a principal counts towards these
2346
- # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
2347
- # example.com`, and not to any other principal, then you can add another 1,450
2348
- # principals to the `bindings` in the `Policy`.
2349
- # Corresponds to the JSON property `bindings`
2350
- # @return [Array<Google::Apis::DataformV1beta1::Binding>]
2351
- attr_accessor :bindings
2352
-
2353
- # `etag` is used for optimistic concurrency control as a way to help prevent
2354
- # simultaneous updates of a policy from overwriting each other. It is strongly
2355
- # suggested that systems make use of the `etag` in the read-modify-write cycle
2356
- # to perform policy updates in order to avoid race conditions: An `etag` is
2357
- # returned in the response to `getIamPolicy`, and systems are expected to put
2358
- # that etag in the request to `setIamPolicy` to ensure that their change will be
2359
- # applied to the same version of the policy. **Important:** If you use IAM
2360
- # Conditions, you must include the `etag` field whenever you call `setIamPolicy`.
2361
- # If you omit this field, then IAM allows you to overwrite a version `3` policy
2362
- # with a version `1` policy, and all of the conditions in the version `3` policy
2363
- # are lost.
2364
- # Corresponds to the JSON property `etag`
2365
- # NOTE: Values are automatically base64 encoded/decoded in the client library.
2366
- # @return [String]
2367
- attr_accessor :etag
2368
-
2369
- # Specifies the format of the policy. Valid values are `0`, `1`, and `3`.
2370
- # Requests that specify an invalid value are rejected. Any operation that
2371
- # affects conditional role bindings must specify version `3`. This requirement
2372
- # applies to the following operations: * Getting a policy that includes a
2373
- # conditional role binding * Adding a conditional role binding to a policy *
2374
- # Changing a conditional role binding in a policy * Removing any role binding,
2375
- # with or without a condition, from a policy that includes conditions **
2376
- # Important:** If you use IAM Conditions, you must include the `etag` field
2377
- # whenever you call `setIamPolicy`. If you omit this field, then IAM allows you
2378
- # to overwrite a version `3` policy with a version `1` policy, and all of the
2379
- # conditions in the version `3` policy are lost. If a policy does not include
2380
- # any conditions, operations on that policy may specify any valid version or
2381
- # leave the field unset. To learn which resources support conditions in their
2382
- # IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/
2383
- # conditions/resource-policies).
2384
- # Corresponds to the JSON property `version`
2385
- # @return [Fixnum]
2386
- attr_accessor :version
2387
-
2388
- def initialize(**args)
2389
- update!(**args)
2390
- end
2391
-
2392
- # Update properties of this object
2393
- def update!(**args)
2394
- @bindings = args[:bindings] if args.key?(:bindings)
2395
- @etag = args[:etag] if args.key?(:etag)
2396
- @version = args[:version] if args.key?(:version)
2397
- end
2398
- end
2399
-
2400
2156
  # An internal name for an IAM policy, based on the resource to which the policy
2401
2157
  # applies. Not to be confused with a resource's external full resource name. For
2402
2158
  # more information on this distinction, see go/iam-full-resource-names.
@@ -3209,51 +2965,6 @@ module Google
3209
2965
  end
3210
2966
  end
3211
2967
 
3212
- # Request message for `SetIamPolicy` method.
3213
- class SetIamPolicyRequest
3214
- include Google::Apis::Core::Hashable
3215
-
3216
- # An Identity and Access Management (IAM) policy, which specifies access
3217
- # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
3218
- # A `binding` binds one or more `members`, or principals, to a single `role`.
3219
- # Principals can be user accounts, service accounts, Google groups, and domains (
3220
- # such as G Suite). A `role` is a named list of permissions; each `role` can be
3221
- # an IAM predefined role or a user-created custom role. For some types of Google
3222
- # Cloud resources, a `binding` can also specify a `condition`, which is a
3223
- # logical expression that allows access to a resource only if the expression
3224
- # evaluates to `true`. A condition can add constraints based on attributes of
3225
- # the request, the resource, or both. To learn which resources support
3226
- # conditions in their IAM policies, see the [IAM documentation](https://cloud.
3227
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
3228
- # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
3229
- # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
3230
- # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
3231
- # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
3232
- # ], "condition": ` "title": "expirable access", "description": "Does not grant
3233
- # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
3234
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
3235
- # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
3236
- # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
3237
- # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
3238
- # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
3239
- # title: expirable access description: Does not grant access after Sep 2020
3240
- # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
3241
- # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
3242
- # [IAM documentation](https://cloud.google.com/iam/docs/).
3243
- # Corresponds to the JSON property `policy`
3244
- # @return [Google::Apis::DataformV1beta1::Policy]
3245
- attr_accessor :policy
3246
-
3247
- def initialize(**args)
3248
- update!(**args)
3249
- end
3250
-
3251
- # Update properties of this object
3252
- def update!(**args)
3253
- @policy = args[:policy] if args.key?(:policy)
3254
- end
3255
- end
3256
-
3257
2968
  # Simple load definition
3258
2969
  class SimpleLoadMode
3259
2970
  include Google::Apis::Core::Hashable
@@ -3398,46 +3109,6 @@ module Google
3398
3109
  end
3399
3110
  end
3400
3111
 
3401
- # Request message for `TestIamPermissions` method.
3402
- class TestIamPermissionsRequest
3403
- include Google::Apis::Core::Hashable
3404
-
3405
- # The set of permissions to check for the `resource`. Permissions with wildcards
3406
- # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
3407
- # Overview](https://cloud.google.com/iam/docs/overview#permissions).
3408
- # Corresponds to the JSON property `permissions`
3409
- # @return [Array<String>]
3410
- attr_accessor :permissions
3411
-
3412
- def initialize(**args)
3413
- update!(**args)
3414
- end
3415
-
3416
- # Update properties of this object
3417
- def update!(**args)
3418
- @permissions = args[:permissions] if args.key?(:permissions)
3419
- end
3420
- end
3421
-
3422
- # Response message for `TestIamPermissions` method.
3423
- class TestIamPermissionsResponse
3424
- include Google::Apis::Core::Hashable
3425
-
3426
- # A subset of `TestPermissionsRequest.permissions` that the caller is allowed.
3427
- # Corresponds to the JSON property `permissions`
3428
- # @return [Array<String>]
3429
- attr_accessor :permissions
3430
-
3431
- def initialize(**args)
3432
- update!(**args)
3433
- end
3434
-
3435
- # Update properties of this object
3436
- def update!(**args)
3437
- @permissions = args[:permissions] if args.key?(:permissions)
3438
- end
3439
- end
3440
-
3441
3112
  # Represents the Git state of a file with uncommitted changes.
3442
3113
  class UncommittedFileChange
3443
3114
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DataformV1beta1
18
18
  # Version of the google-apis-dataform_v1beta1 gem
19
- GEM_VERSION = "0.47.0"
19
+ GEM_VERSION = "0.49.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250817"
25
+ REVISION = "20250917"
26
26
  end
27
27
  end
28
28
  end
@@ -64,12 +64,6 @@ module Google
64
64
  include Google::Apis::Core::JsonObjectSupport
65
65
  end
66
66
 
67
- class Binding
68
- class Representation < Google::Apis::Core::JsonRepresentation; end
69
-
70
- include Google::Apis::Core::JsonObjectSupport
71
- end
72
-
73
67
  class CancelOperationRequest
74
68
  class Representation < Google::Apis::Core::JsonRepresentation; end
75
69
 
@@ -226,12 +220,6 @@ module Google
226
220
  include Google::Apis::Core::JsonObjectSupport
227
221
  end
228
222
 
229
- class Expr
230
- class Representation < Google::Apis::Core::JsonRepresentation; end
231
-
232
- include Google::Apis::Core::JsonObjectSupport
233
- end
234
-
235
223
  class FetchFileDiffResponse
236
224
  class Representation < Google::Apis::Core::JsonRepresentation; end
237
225
 
@@ -454,12 +442,6 @@ module Google
454
442
  include Google::Apis::Core::JsonObjectSupport
455
443
  end
456
444
 
457
- class Policy
458
- class Representation < Google::Apis::Core::JsonRepresentation; end
459
-
460
- include Google::Apis::Core::JsonObjectSupport
461
- end
462
-
463
445
  class PolicyName
464
446
  class Representation < Google::Apis::Core::JsonRepresentation; end
465
447
 
@@ -610,12 +592,6 @@ module Google
610
592
  include Google::Apis::Core::JsonObjectSupport
611
593
  end
612
594
 
613
- class SetIamPolicyRequest
614
- class Representation < Google::Apis::Core::JsonRepresentation; end
615
-
616
- include Google::Apis::Core::JsonObjectSupport
617
- end
618
-
619
595
  class SimpleLoadMode
620
596
  class Representation < Google::Apis::Core::JsonRepresentation; end
621
597
 
@@ -646,18 +622,6 @@ module Google
646
622
  include Google::Apis::Core::JsonObjectSupport
647
623
  end
648
624
 
649
- class TestIamPermissionsRequest
650
- class Representation < Google::Apis::Core::JsonRepresentation; end
651
-
652
- include Google::Apis::Core::JsonObjectSupport
653
- end
654
-
655
- class TestIamPermissionsResponse
656
- class Representation < Google::Apis::Core::JsonRepresentation; end
657
-
658
- include Google::Apis::Core::JsonObjectSupport
659
- end
660
-
661
625
  class UncommittedFileChange
662
626
  class Representation < Google::Apis::Core::JsonRepresentation; end
663
627
 
@@ -782,16 +746,6 @@ module Google
782
746
  end
783
747
  end
784
748
 
785
- class Binding
786
- # @private
787
- class Representation < Google::Apis::Core::JsonRepresentation
788
- property :condition, as: 'condition', class: Google::Apis::DataformV1beta1::Expr, decorator: Google::Apis::DataformV1beta1::Expr::Representation
789
-
790
- collection :members, as: 'members'
791
- property :role, as: 'role'
792
- end
793
- end
794
-
795
749
  class CancelOperationRequest
796
750
  # @private
797
751
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1043,16 +997,6 @@ module Google
1043
997
  end
1044
998
  end
1045
999
 
1046
- class Expr
1047
- # @private
1048
- class Representation < Google::Apis::Core::JsonRepresentation
1049
- property :description, as: 'description'
1050
- property :expression, as: 'expression'
1051
- property :location, as: 'location'
1052
- property :title, as: 'title'
1053
- end
1054
- end
1055
-
1056
1000
  class FetchFileDiffResponse
1057
1001
  # @private
1058
1002
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1392,16 +1336,6 @@ module Google
1392
1336
  end
1393
1337
  end
1394
1338
 
1395
- class Policy
1396
- # @private
1397
- class Representation < Google::Apis::Core::JsonRepresentation
1398
- collection :bindings, as: 'bindings', class: Google::Apis::DataformV1beta1::Binding, decorator: Google::Apis::DataformV1beta1::Binding::Representation
1399
-
1400
- property :etag, :base64 => true, as: 'etag'
1401
- property :version, as: 'version'
1402
- end
1403
- end
1404
-
1405
1339
  class PolicyName
1406
1340
  # @private
1407
1341
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1639,14 +1573,6 @@ module Google
1639
1573
  end
1640
1574
  end
1641
1575
 
1642
- class SetIamPolicyRequest
1643
- # @private
1644
- class Representation < Google::Apis::Core::JsonRepresentation
1645
- property :policy, as: 'policy', class: Google::Apis::DataformV1beta1::Policy, decorator: Google::Apis::DataformV1beta1::Policy::Representation
1646
-
1647
- end
1648
- end
1649
-
1650
1576
  class SimpleLoadMode
1651
1577
  # @private
1652
1578
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1690,20 +1616,6 @@ module Google
1690
1616
  end
1691
1617
  end
1692
1618
 
1693
- class TestIamPermissionsRequest
1694
- # @private
1695
- class Representation < Google::Apis::Core::JsonRepresentation
1696
- collection :permissions, as: 'permissions'
1697
- end
1698
- end
1699
-
1700
- class TestIamPermissionsResponse
1701
- # @private
1702
- class Representation < Google::Apis::Core::JsonRepresentation
1703
- collection :permissions, as: 'permissions'
1704
- end
1705
- end
1706
-
1707
1619
  class UncommittedFileChange
1708
1620
  # @private
1709
1621
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -116,8 +116,8 @@ module Google
116
116
  # @param [String] name
117
117
  # The resource that owns the locations collection, if applicable.
118
118
  # @param [Array<String>, String] extra_location_types
119
- # Optional. Do not use this field. It is unsupported and is ignored unless
120
- # explicitly documented otherwise. This is primarily for internal usage.
119
+ # Optional. Unless explicitly documented otherwise, don't use this unsupported
120
+ # field which is primarily intended for internal usage.
121
121
  # @param [String] filter
122
122
  # A filter to narrow down results to a preferred subset. The filtering language
123
123
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -198,127 +198,6 @@ module Google
198
198
  execute_or_queue_command(command, &block)
199
199
  end
200
200
 
201
- # Gets the access control policy for a resource. Returns an empty policy if the
202
- # resource exists and does not have a policy set.
203
- # @param [String] resource
204
- # REQUIRED: The resource for which the policy is being requested. See [Resource
205
- # names](https://cloud.google.com/apis/design/resource_names) for the
206
- # appropriate value for this field.
207
- # @param [Fixnum] options_requested_policy_version
208
- # Optional. The maximum policy version that will be used to format the policy.
209
- # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
210
- # rejected. Requests for policies with any conditional role bindings must
211
- # specify version 3. Policies with no conditional role bindings may specify any
212
- # valid value or leave the field unset. The policy in the response might use the
213
- # policy version that you specified, or it might use a lower policy version. For
214
- # example, if you specify version 3, but the policy has no conditional role
215
- # bindings, the response uses version 1. To learn which resources support
216
- # conditions in their IAM policies, see the [IAM documentation](https://cloud.
217
- # google.com/iam/help/conditions/resource-policies).
218
- # @param [String] fields
219
- # Selector specifying which fields to include in a partial response.
220
- # @param [String] quota_user
221
- # Available to use for quota purposes for server-side applications. Can be any
222
- # arbitrary string assigned to a user, but should not exceed 40 characters.
223
- # @param [Google::Apis::RequestOptions] options
224
- # Request-specific options
225
- #
226
- # @yield [result, err] Result & error if block supplied
227
- # @yieldparam result [Google::Apis::DataformV1beta1::Policy] parsed result object
228
- # @yieldparam err [StandardError] error object if request failed
229
- #
230
- # @return [Google::Apis::DataformV1beta1::Policy]
231
- #
232
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
233
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
234
- # @raise [Google::Apis::AuthorizationError] Authorization is required
235
- def get_project_location_folder_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
236
- command = make_simple_command(:get, 'v1beta1/{+resource}:getIamPolicy', options)
237
- command.response_representation = Google::Apis::DataformV1beta1::Policy::Representation
238
- command.response_class = Google::Apis::DataformV1beta1::Policy
239
- command.params['resource'] = resource unless resource.nil?
240
- command.query['options.requestedPolicyVersion'] = options_requested_policy_version unless options_requested_policy_version.nil?
241
- command.query['fields'] = fields unless fields.nil?
242
- command.query['quotaUser'] = quota_user unless quota_user.nil?
243
- execute_or_queue_command(command, &block)
244
- end
245
-
246
- # Sets the access control policy on the specified resource. Replaces any
247
- # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
248
- # PERMISSION_DENIED` errors.
249
- # @param [String] resource
250
- # REQUIRED: The resource for which the policy is being specified. See [Resource
251
- # names](https://cloud.google.com/apis/design/resource_names) for the
252
- # appropriate value for this field.
253
- # @param [Google::Apis::DataformV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
254
- # @param [String] fields
255
- # Selector specifying which fields to include in a partial response.
256
- # @param [String] quota_user
257
- # Available to use for quota purposes for server-side applications. Can be any
258
- # arbitrary string assigned to a user, but should not exceed 40 characters.
259
- # @param [Google::Apis::RequestOptions] options
260
- # Request-specific options
261
- #
262
- # @yield [result, err] Result & error if block supplied
263
- # @yieldparam result [Google::Apis::DataformV1beta1::Policy] parsed result object
264
- # @yieldparam err [StandardError] error object if request failed
265
- #
266
- # @return [Google::Apis::DataformV1beta1::Policy]
267
- #
268
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
269
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
270
- # @raise [Google::Apis::AuthorizationError] Authorization is required
271
- def set_folder_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
272
- command = make_simple_command(:post, 'v1beta1/{+resource}:setIamPolicy', options)
273
- command.request_representation = Google::Apis::DataformV1beta1::SetIamPolicyRequest::Representation
274
- command.request_object = set_iam_policy_request_object
275
- command.response_representation = Google::Apis::DataformV1beta1::Policy::Representation
276
- command.response_class = Google::Apis::DataformV1beta1::Policy
277
- command.params['resource'] = resource unless resource.nil?
278
- command.query['fields'] = fields unless fields.nil?
279
- command.query['quotaUser'] = quota_user unless quota_user.nil?
280
- execute_or_queue_command(command, &block)
281
- end
282
-
283
- # Returns permissions that a caller has on the specified resource. If the
284
- # resource does not exist, this will return an empty set of permissions, not a `
285
- # NOT_FOUND` error. Note: This operation is designed to be used for building
286
- # permission-aware UIs and command-line tools, not for authorization checking.
287
- # This operation may "fail open" without warning.
288
- # @param [String] resource
289
- # REQUIRED: The resource for which the policy detail is being requested. See [
290
- # Resource names](https://cloud.google.com/apis/design/resource_names) for the
291
- # appropriate value for this field.
292
- # @param [Google::Apis::DataformV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
293
- # @param [String] fields
294
- # Selector specifying which fields to include in a partial response.
295
- # @param [String] quota_user
296
- # Available to use for quota purposes for server-side applications. Can be any
297
- # arbitrary string assigned to a user, but should not exceed 40 characters.
298
- # @param [Google::Apis::RequestOptions] options
299
- # Request-specific options
300
- #
301
- # @yield [result, err] Result & error if block supplied
302
- # @yieldparam result [Google::Apis::DataformV1beta1::TestIamPermissionsResponse] parsed result object
303
- # @yieldparam err [StandardError] error object if request failed
304
- #
305
- # @return [Google::Apis::DataformV1beta1::TestIamPermissionsResponse]
306
- #
307
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
308
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
309
- # @raise [Google::Apis::AuthorizationError] Authorization is required
310
- def test_folder_iam_permissions(resource, test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
311
- command = make_simple_command(:post, 'v1beta1/{+resource}:testIamPermissions', options)
312
- command.request_representation = Google::Apis::DataformV1beta1::TestIamPermissionsRequest::Representation
313
- command.request_object = test_iam_permissions_request_object
314
- command.response_representation = Google::Apis::DataformV1beta1::TestIamPermissionsResponse::Representation
315
- command.response_class = Google::Apis::DataformV1beta1::TestIamPermissionsResponse
316
- command.params['resource'] = resource unless resource.nil?
317
- command.query['fields'] = fields unless fields.nil?
318
- command.query['quotaUser'] = quota_user unless quota_user.nil?
319
- execute_or_queue_command(command, &block)
320
- end
321
-
322
201
  # Starts asynchronous cancellation on a long-running operation. The server makes
323
202
  # a best effort to cancel the operation, but success is not guaranteed. If the
324
203
  # server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
@@ -705,51 +584,6 @@ module Google
705
584
  execute_or_queue_command(command, &block)
706
585
  end
707
586
 
708
- # Gets the access control policy for a resource. Returns an empty policy if the
709
- # resource exists and does not have a policy set.
710
- # @param [String] resource
711
- # REQUIRED: The resource for which the policy is being requested. See [Resource
712
- # names](https://cloud.google.com/apis/design/resource_names) for the
713
- # appropriate value for this field.
714
- # @param [Fixnum] options_requested_policy_version
715
- # Optional. The maximum policy version that will be used to format the policy.
716
- # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
717
- # rejected. Requests for policies with any conditional role bindings must
718
- # specify version 3. Policies with no conditional role bindings may specify any
719
- # valid value or leave the field unset. The policy in the response might use the
720
- # policy version that you specified, or it might use a lower policy version. For
721
- # example, if you specify version 3, but the policy has no conditional role
722
- # bindings, the response uses version 1. To learn which resources support
723
- # conditions in their IAM policies, see the [IAM documentation](https://cloud.
724
- # google.com/iam/help/conditions/resource-policies).
725
- # @param [String] fields
726
- # Selector specifying which fields to include in a partial response.
727
- # @param [String] quota_user
728
- # Available to use for quota purposes for server-side applications. Can be any
729
- # arbitrary string assigned to a user, but should not exceed 40 characters.
730
- # @param [Google::Apis::RequestOptions] options
731
- # Request-specific options
732
- #
733
- # @yield [result, err] Result & error if block supplied
734
- # @yieldparam result [Google::Apis::DataformV1beta1::Policy] parsed result object
735
- # @yieldparam err [StandardError] error object if request failed
736
- #
737
- # @return [Google::Apis::DataformV1beta1::Policy]
738
- #
739
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
740
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
741
- # @raise [Google::Apis::AuthorizationError] Authorization is required
742
- def get_project_location_repository_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
743
- command = make_simple_command(:get, 'v1beta1/{+resource}:getIamPolicy', options)
744
- command.response_representation = Google::Apis::DataformV1beta1::Policy::Representation
745
- command.response_class = Google::Apis::DataformV1beta1::Policy
746
- command.params['resource'] = resource unless resource.nil?
747
- command.query['options.requestedPolicyVersion'] = options_requested_policy_version unless options_requested_policy_version.nil?
748
- command.query['fields'] = fields unless fields.nil?
749
- command.query['quotaUser'] = quota_user unless quota_user.nil?
750
- execute_or_queue_command(command, &block)
751
- end
752
-
753
587
  # Lists Repositories in a given project and location. **Note:** *This method can
754
588
  # return repositories not shown in the [Dataform UI](https://console.cloud.
755
589
  # google.com/bigquery/dataform)*.
@@ -930,82 +764,6 @@ module Google
930
764
  execute_or_queue_command(command, &block)
931
765
  end
932
766
 
933
- # Sets the access control policy on the specified resource. Replaces any
934
- # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
935
- # PERMISSION_DENIED` errors.
936
- # @param [String] resource
937
- # REQUIRED: The resource for which the policy is being specified. See [Resource
938
- # names](https://cloud.google.com/apis/design/resource_names) for the
939
- # appropriate value for this field.
940
- # @param [Google::Apis::DataformV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
941
- # @param [String] fields
942
- # Selector specifying which fields to include in a partial response.
943
- # @param [String] quota_user
944
- # Available to use for quota purposes for server-side applications. Can be any
945
- # arbitrary string assigned to a user, but should not exceed 40 characters.
946
- # @param [Google::Apis::RequestOptions] options
947
- # Request-specific options
948
- #
949
- # @yield [result, err] Result & error if block supplied
950
- # @yieldparam result [Google::Apis::DataformV1beta1::Policy] parsed result object
951
- # @yieldparam err [StandardError] error object if request failed
952
- #
953
- # @return [Google::Apis::DataformV1beta1::Policy]
954
- #
955
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
956
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
957
- # @raise [Google::Apis::AuthorizationError] Authorization is required
958
- def set_repository_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
959
- command = make_simple_command(:post, 'v1beta1/{+resource}:setIamPolicy', options)
960
- command.request_representation = Google::Apis::DataformV1beta1::SetIamPolicyRequest::Representation
961
- command.request_object = set_iam_policy_request_object
962
- command.response_representation = Google::Apis::DataformV1beta1::Policy::Representation
963
- command.response_class = Google::Apis::DataformV1beta1::Policy
964
- command.params['resource'] = resource unless resource.nil?
965
- command.query['fields'] = fields unless fields.nil?
966
- command.query['quotaUser'] = quota_user unless quota_user.nil?
967
- execute_or_queue_command(command, &block)
968
- end
969
-
970
- # Returns permissions that a caller has on the specified resource. If the
971
- # resource does not exist, this will return an empty set of permissions, not a `
972
- # NOT_FOUND` error. Note: This operation is designed to be used for building
973
- # permission-aware UIs and command-line tools, not for authorization checking.
974
- # This operation may "fail open" without warning.
975
- # @param [String] resource
976
- # REQUIRED: The resource for which the policy detail is being requested. See [
977
- # Resource names](https://cloud.google.com/apis/design/resource_names) for the
978
- # appropriate value for this field.
979
- # @param [Google::Apis::DataformV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
980
- # @param [String] fields
981
- # Selector specifying which fields to include in a partial response.
982
- # @param [String] quota_user
983
- # Available to use for quota purposes for server-side applications. Can be any
984
- # arbitrary string assigned to a user, but should not exceed 40 characters.
985
- # @param [Google::Apis::RequestOptions] options
986
- # Request-specific options
987
- #
988
- # @yield [result, err] Result & error if block supplied
989
- # @yieldparam result [Google::Apis::DataformV1beta1::TestIamPermissionsResponse] parsed result object
990
- # @yieldparam err [StandardError] error object if request failed
991
- #
992
- # @return [Google::Apis::DataformV1beta1::TestIamPermissionsResponse]
993
- #
994
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
995
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
996
- # @raise [Google::Apis::AuthorizationError] Authorization is required
997
- def test_repository_iam_permissions(resource, test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
998
- command = make_simple_command(:post, 'v1beta1/{+resource}:testIamPermissions', options)
999
- command.request_representation = Google::Apis::DataformV1beta1::TestIamPermissionsRequest::Representation
1000
- command.request_object = test_iam_permissions_request_object
1001
- command.response_representation = Google::Apis::DataformV1beta1::TestIamPermissionsResponse::Representation
1002
- command.response_class = Google::Apis::DataformV1beta1::TestIamPermissionsResponse
1003
- command.params['resource'] = resource unless resource.nil?
1004
- command.query['fields'] = fields unless fields.nil?
1005
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1006
- execute_or_queue_command(command, &block)
1007
- end
1008
-
1009
767
  # Creates a new CompilationResult in a given project and location.
1010
768
  # @param [String] parent
1011
769
  # Required. The repository in which to create the compilation result. Must be in
@@ -1973,51 +1731,6 @@ module Google
1973
1731
  execute_or_queue_command(command, &block)
1974
1732
  end
1975
1733
 
1976
- # Gets the access control policy for a resource. Returns an empty policy if the
1977
- # resource exists and does not have a policy set.
1978
- # @param [String] resource
1979
- # REQUIRED: The resource for which the policy is being requested. See [Resource
1980
- # names](https://cloud.google.com/apis/design/resource_names) for the
1981
- # appropriate value for this field.
1982
- # @param [Fixnum] options_requested_policy_version
1983
- # Optional. The maximum policy version that will be used to format the policy.
1984
- # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
1985
- # rejected. Requests for policies with any conditional role bindings must
1986
- # specify version 3. Policies with no conditional role bindings may specify any
1987
- # valid value or leave the field unset. The policy in the response might use the
1988
- # policy version that you specified, or it might use a lower policy version. For
1989
- # example, if you specify version 3, but the policy has no conditional role
1990
- # bindings, the response uses version 1. To learn which resources support
1991
- # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1992
- # google.com/iam/help/conditions/resource-policies).
1993
- # @param [String] fields
1994
- # Selector specifying which fields to include in a partial response.
1995
- # @param [String] quota_user
1996
- # Available to use for quota purposes for server-side applications. Can be any
1997
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1998
- # @param [Google::Apis::RequestOptions] options
1999
- # Request-specific options
2000
- #
2001
- # @yield [result, err] Result & error if block supplied
2002
- # @yieldparam result [Google::Apis::DataformV1beta1::Policy] parsed result object
2003
- # @yieldparam err [StandardError] error object if request failed
2004
- #
2005
- # @return [Google::Apis::DataformV1beta1::Policy]
2006
- #
2007
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2008
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2009
- # @raise [Google::Apis::AuthorizationError] Authorization is required
2010
- def get_project_location_repository_workspace_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
2011
- command = make_simple_command(:get, 'v1beta1/{+resource}:getIamPolicy', options)
2012
- command.response_representation = Google::Apis::DataformV1beta1::Policy::Representation
2013
- command.response_class = Google::Apis::DataformV1beta1::Policy
2014
- command.params['resource'] = resource unless resource.nil?
2015
- command.query['options.requestedPolicyVersion'] = options_requested_policy_version unless options_requested_policy_version.nil?
2016
- command.query['fields'] = fields unless fields.nil?
2017
- command.query['quotaUser'] = quota_user unless quota_user.nil?
2018
- execute_or_queue_command(command, &block)
2019
- end
2020
-
2021
1734
  # Installs dependency NPM packages (inside a Workspace).
2022
1735
  # @param [String] workspace
2023
1736
  # Required. The workspace's name.
@@ -2494,82 +2207,6 @@ module Google
2494
2207
  execute_or_queue_command(command, &block)
2495
2208
  end
2496
2209
 
2497
- # Sets the access control policy on the specified resource. Replaces any
2498
- # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
2499
- # PERMISSION_DENIED` errors.
2500
- # @param [String] resource
2501
- # REQUIRED: The resource for which the policy is being specified. See [Resource
2502
- # names](https://cloud.google.com/apis/design/resource_names) for the
2503
- # appropriate value for this field.
2504
- # @param [Google::Apis::DataformV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
2505
- # @param [String] fields
2506
- # Selector specifying which fields to include in a partial response.
2507
- # @param [String] quota_user
2508
- # Available to use for quota purposes for server-side applications. Can be any
2509
- # arbitrary string assigned to a user, but should not exceed 40 characters.
2510
- # @param [Google::Apis::RequestOptions] options
2511
- # Request-specific options
2512
- #
2513
- # @yield [result, err] Result & error if block supplied
2514
- # @yieldparam result [Google::Apis::DataformV1beta1::Policy] parsed result object
2515
- # @yieldparam err [StandardError] error object if request failed
2516
- #
2517
- # @return [Google::Apis::DataformV1beta1::Policy]
2518
- #
2519
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2520
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2521
- # @raise [Google::Apis::AuthorizationError] Authorization is required
2522
- def set_workspace_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2523
- command = make_simple_command(:post, 'v1beta1/{+resource}:setIamPolicy', options)
2524
- command.request_representation = Google::Apis::DataformV1beta1::SetIamPolicyRequest::Representation
2525
- command.request_object = set_iam_policy_request_object
2526
- command.response_representation = Google::Apis::DataformV1beta1::Policy::Representation
2527
- command.response_class = Google::Apis::DataformV1beta1::Policy
2528
- command.params['resource'] = resource unless resource.nil?
2529
- command.query['fields'] = fields unless fields.nil?
2530
- command.query['quotaUser'] = quota_user unless quota_user.nil?
2531
- execute_or_queue_command(command, &block)
2532
- end
2533
-
2534
- # Returns permissions that a caller has on the specified resource. If the
2535
- # resource does not exist, this will return an empty set of permissions, not a `
2536
- # NOT_FOUND` error. Note: This operation is designed to be used for building
2537
- # permission-aware UIs and command-line tools, not for authorization checking.
2538
- # This operation may "fail open" without warning.
2539
- # @param [String] resource
2540
- # REQUIRED: The resource for which the policy detail is being requested. See [
2541
- # Resource names](https://cloud.google.com/apis/design/resource_names) for the
2542
- # appropriate value for this field.
2543
- # @param [Google::Apis::DataformV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
2544
- # @param [String] fields
2545
- # Selector specifying which fields to include in a partial response.
2546
- # @param [String] quota_user
2547
- # Available to use for quota purposes for server-side applications. Can be any
2548
- # arbitrary string assigned to a user, but should not exceed 40 characters.
2549
- # @param [Google::Apis::RequestOptions] options
2550
- # Request-specific options
2551
- #
2552
- # @yield [result, err] Result & error if block supplied
2553
- # @yieldparam result [Google::Apis::DataformV1beta1::TestIamPermissionsResponse] parsed result object
2554
- # @yieldparam err [StandardError] error object if request failed
2555
- #
2556
- # @return [Google::Apis::DataformV1beta1::TestIamPermissionsResponse]
2557
- #
2558
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2559
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2560
- # @raise [Google::Apis::AuthorizationError] Authorization is required
2561
- def test_workspace_iam_permissions(resource, test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2562
- command = make_simple_command(:post, 'v1beta1/{+resource}:testIamPermissions', options)
2563
- command.request_representation = Google::Apis::DataformV1beta1::TestIamPermissionsRequest::Representation
2564
- command.request_object = test_iam_permissions_request_object
2565
- command.response_representation = Google::Apis::DataformV1beta1::TestIamPermissionsResponse::Representation
2566
- command.response_class = Google::Apis::DataformV1beta1::TestIamPermissionsResponse
2567
- command.params['resource'] = resource unless resource.nil?
2568
- command.query['fields'] = fields unless fields.nil?
2569
- command.query['quotaUser'] = quota_user unless quota_user.nil?
2570
- execute_or_queue_command(command, &block)
2571
- end
2572
-
2573
2210
  # Writes to a file (inside a Workspace).
2574
2211
  # @param [String] workspace
2575
2212
  # Required. The workspace's name.
@@ -2602,127 +2239,6 @@ module Google
2602
2239
  command.query['quotaUser'] = quota_user unless quota_user.nil?
2603
2240
  execute_or_queue_command(command, &block)
2604
2241
  end
2605
-
2606
- # Gets the access control policy for a resource. Returns an empty policy if the
2607
- # resource exists and does not have a policy set.
2608
- # @param [String] resource
2609
- # REQUIRED: The resource for which the policy is being requested. See [Resource
2610
- # names](https://cloud.google.com/apis/design/resource_names) for the
2611
- # appropriate value for this field.
2612
- # @param [Fixnum] options_requested_policy_version
2613
- # Optional. The maximum policy version that will be used to format the policy.
2614
- # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
2615
- # rejected. Requests for policies with any conditional role bindings must
2616
- # specify version 3. Policies with no conditional role bindings may specify any
2617
- # valid value or leave the field unset. The policy in the response might use the
2618
- # policy version that you specified, or it might use a lower policy version. For
2619
- # example, if you specify version 3, but the policy has no conditional role
2620
- # bindings, the response uses version 1. To learn which resources support
2621
- # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2622
- # google.com/iam/help/conditions/resource-policies).
2623
- # @param [String] fields
2624
- # Selector specifying which fields to include in a partial response.
2625
- # @param [String] quota_user
2626
- # Available to use for quota purposes for server-side applications. Can be any
2627
- # arbitrary string assigned to a user, but should not exceed 40 characters.
2628
- # @param [Google::Apis::RequestOptions] options
2629
- # Request-specific options
2630
- #
2631
- # @yield [result, err] Result & error if block supplied
2632
- # @yieldparam result [Google::Apis::DataformV1beta1::Policy] parsed result object
2633
- # @yieldparam err [StandardError] error object if request failed
2634
- #
2635
- # @return [Google::Apis::DataformV1beta1::Policy]
2636
- #
2637
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2638
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2639
- # @raise [Google::Apis::AuthorizationError] Authorization is required
2640
- def get_project_location_team_folder_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
2641
- command = make_simple_command(:get, 'v1beta1/{+resource}:getIamPolicy', options)
2642
- command.response_representation = Google::Apis::DataformV1beta1::Policy::Representation
2643
- command.response_class = Google::Apis::DataformV1beta1::Policy
2644
- command.params['resource'] = resource unless resource.nil?
2645
- command.query['options.requestedPolicyVersion'] = options_requested_policy_version unless options_requested_policy_version.nil?
2646
- command.query['fields'] = fields unless fields.nil?
2647
- command.query['quotaUser'] = quota_user unless quota_user.nil?
2648
- execute_or_queue_command(command, &block)
2649
- end
2650
-
2651
- # Sets the access control policy on the specified resource. Replaces any
2652
- # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
2653
- # PERMISSION_DENIED` errors.
2654
- # @param [String] resource
2655
- # REQUIRED: The resource for which the policy is being specified. See [Resource
2656
- # names](https://cloud.google.com/apis/design/resource_names) for the
2657
- # appropriate value for this field.
2658
- # @param [Google::Apis::DataformV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
2659
- # @param [String] fields
2660
- # Selector specifying which fields to include in a partial response.
2661
- # @param [String] quota_user
2662
- # Available to use for quota purposes for server-side applications. Can be any
2663
- # arbitrary string assigned to a user, but should not exceed 40 characters.
2664
- # @param [Google::Apis::RequestOptions] options
2665
- # Request-specific options
2666
- #
2667
- # @yield [result, err] Result & error if block supplied
2668
- # @yieldparam result [Google::Apis::DataformV1beta1::Policy] parsed result object
2669
- # @yieldparam err [StandardError] error object if request failed
2670
- #
2671
- # @return [Google::Apis::DataformV1beta1::Policy]
2672
- #
2673
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2674
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2675
- # @raise [Google::Apis::AuthorizationError] Authorization is required
2676
- def set_team_folder_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2677
- command = make_simple_command(:post, 'v1beta1/{+resource}:setIamPolicy', options)
2678
- command.request_representation = Google::Apis::DataformV1beta1::SetIamPolicyRequest::Representation
2679
- command.request_object = set_iam_policy_request_object
2680
- command.response_representation = Google::Apis::DataformV1beta1::Policy::Representation
2681
- command.response_class = Google::Apis::DataformV1beta1::Policy
2682
- command.params['resource'] = resource unless resource.nil?
2683
- command.query['fields'] = fields unless fields.nil?
2684
- command.query['quotaUser'] = quota_user unless quota_user.nil?
2685
- execute_or_queue_command(command, &block)
2686
- end
2687
-
2688
- # Returns permissions that a caller has on the specified resource. If the
2689
- # resource does not exist, this will return an empty set of permissions, not a `
2690
- # NOT_FOUND` error. Note: This operation is designed to be used for building
2691
- # permission-aware UIs and command-line tools, not for authorization checking.
2692
- # This operation may "fail open" without warning.
2693
- # @param [String] resource
2694
- # REQUIRED: The resource for which the policy detail is being requested. See [
2695
- # Resource names](https://cloud.google.com/apis/design/resource_names) for the
2696
- # appropriate value for this field.
2697
- # @param [Google::Apis::DataformV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
2698
- # @param [String] fields
2699
- # Selector specifying which fields to include in a partial response.
2700
- # @param [String] quota_user
2701
- # Available to use for quota purposes for server-side applications. Can be any
2702
- # arbitrary string assigned to a user, but should not exceed 40 characters.
2703
- # @param [Google::Apis::RequestOptions] options
2704
- # Request-specific options
2705
- #
2706
- # @yield [result, err] Result & error if block supplied
2707
- # @yieldparam result [Google::Apis::DataformV1beta1::TestIamPermissionsResponse] parsed result object
2708
- # @yieldparam err [StandardError] error object if request failed
2709
- #
2710
- # @return [Google::Apis::DataformV1beta1::TestIamPermissionsResponse]
2711
- #
2712
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2713
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2714
- # @raise [Google::Apis::AuthorizationError] Authorization is required
2715
- def test_team_folder_iam_permissions(resource, test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2716
- command = make_simple_command(:post, 'v1beta1/{+resource}:testIamPermissions', options)
2717
- command.request_representation = Google::Apis::DataformV1beta1::TestIamPermissionsRequest::Representation
2718
- command.request_object = test_iam_permissions_request_object
2719
- command.response_representation = Google::Apis::DataformV1beta1::TestIamPermissionsResponse::Representation
2720
- command.response_class = Google::Apis::DataformV1beta1::TestIamPermissionsResponse
2721
- command.params['resource'] = resource unless resource.nil?
2722
- command.query['fields'] = fields unless fields.nil?
2723
- command.query['quotaUser'] = quota_user unless quota_user.nil?
2724
- execute_or_queue_command(command, &block)
2725
- end
2726
2242
 
2727
2243
  protected
2728
2244
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dataform_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.47.0
4
+ version: 0.49.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataform_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1beta1/v0.47.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1beta1/v0.49.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataform_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths: