google-apis-connectors_v1 0.2.0 → 0.3.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: 7c8e5f1996bd7a77ba76cd61ef210c374b3b2eec45508ac24392b8b63335e8fa
4
- data.tar.gz: a5527ea57dd04f2461a3481dcc432bf39755501fcff58e8dc23351c474b8bf9b
3
+ metadata.gz: 1b25346bdb9666503d17e9ba0aa5fb2bca7b3affd35a8feb602d64baadc7f237
4
+ data.tar.gz: 16b34d17f8b51ec4655a0c11944e17946c9c01f6ad196689ef6b1753ceda2dd3
5
5
  SHA512:
6
- metadata.gz: 72fe65cb26391a911dea4642caef8cdcf5744ee5e4a9151bc9aaeefcd86484eecc17c0cbee8de688fdffff5346235a928a97af921b98b053d765aa5a65328e80
7
- data.tar.gz: 9b0913d7506ab82884b9d871b596802ca1a9a36aa5de0e683c571783c87065f466efd67d00c09ffd7d480936e4bcd0d64621965e26d68c285885973fa106db82
6
+ metadata.gz: c7ab35df302138e13b7df9a0d0afabdf25288e26a134c1daae283ecb5f89c920f80a02124aadd440328b8ac519fa76cd274abb2abb5ba3604fc987d08b9fad97
7
+ data.tar.gz: 99bc08d538a4795f8622d799bb44756de3aca85a83bb374775d2544a5ea335b8692f83964b82e2014b7b8d9e5a55deb489caddb2dbdcfd3e9b5abbd8df3261f7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-connectors_v1
2
2
 
3
+ ### v0.3.0 (2021-11-11)
4
+
5
+ * Regenerated from discovery document revision 20211106
6
+
3
7
  ### v0.2.0 (2021-10-20)
4
8
 
5
9
  * Unspecified changes
@@ -164,7 +164,7 @@ module Google
164
164
  end
165
165
  end
166
166
 
167
- # Associates `members` with a `role`.
167
+ # Associates `members`, or principals, with a `role`.
168
168
  class Binding
169
169
  include Google::Apis::Core::Hashable
170
170
 
@@ -187,7 +187,7 @@ module Google
187
187
  # @return [Google::Apis::ConnectorsV1::Expr]
188
188
  attr_accessor :condition
189
189
 
190
- # Specifies the identities requesting access for a Cloud Platform resource. `
190
+ # Specifies the principals requesting access for a Cloud Platform resource. `
191
191
  # members` can have the following values: * `allUsers`: A special identifier
192
192
  # that represents anyone who is on the internet; with or without a Google
193
193
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -217,8 +217,8 @@ module Google
217
217
  # @return [Array<String>]
218
218
  attr_accessor :members
219
219
 
220
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
221
- # , or `roles/owner`.
220
+ # Role that is assigned to the list of `members`, or principals. For example, `
221
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
222
222
  # Corresponds to the JSON property `role`
223
223
  # @return [String]
224
224
  attr_accessor :role
@@ -1472,31 +1472,31 @@ module Google
1472
1472
 
1473
1473
  # An Identity and Access Management (IAM) policy, which specifies access
1474
1474
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1475
- # A `binding` binds one or more `members` to a single `role`. Members can be
1476
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1477
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1478
- # role or a user-created custom role. For some types of Google Cloud resources,
1479
- # a `binding` can also specify a `condition`, which is a logical expression that
1480
- # allows access to a resource only if the expression evaluates to `true`. A
1481
- # condition can add constraints based on attributes of the request, the resource,
1482
- # or both. To learn which resources support conditions in their IAM policies,
1483
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1484
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1485
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1486
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1487
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1488
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1489
- # title": "expirable access", "description": "Does not grant access after Sep
1490
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1491
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1492
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1493
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1494
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1495
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1496
- # description: Does not grant access after Sep 2020 expression: request.time <
1497
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1498
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1499
- # google.com/iam/docs/).
1475
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1476
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1477
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1478
+ # an IAM predefined role or a user-created custom role. For some types of Google
1479
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1480
+ # logical expression that allows access to a resource only if the expression
1481
+ # evaluates to `true`. A condition can add constraints based on attributes of
1482
+ # the request, the resource, or both. To learn which resources support
1483
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1484
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1485
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1486
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1487
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1488
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1489
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1490
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1491
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1492
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1493
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1494
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1495
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1496
+ # access description: Does not grant access after Sep 2020 expression: request.
1497
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1498
+ # a description of IAM and its features, see the [IAM documentation](https://
1499
+ # cloud.google.com/iam/docs/).
1500
1500
  class Policy
1501
1501
  include Google::Apis::Core::Hashable
1502
1502
 
@@ -1505,14 +1505,14 @@ module Google
1505
1505
  # @return [Array<Google::Apis::ConnectorsV1::AuditConfig>]
1506
1506
  attr_accessor :audit_configs
1507
1507
 
1508
- # Associates a list of `members` to a `role`. Optionally, may specify a `
1509
- # condition` that determines how and when the `bindings` are applied. Each of
1510
- # the `bindings` must contain at least one member. The `bindings` in a `Policy`
1511
- # can refer to up to 1,500 members; up to 250 of these members can be Google
1512
- # groups. Each occurrence of a member counts towards these limits. For example,
1513
- # if the `bindings` grant 50 different roles to `user:alice@example.com`, and
1514
- # not to any other member, then you can add another 1,450 members to the `
1515
- # bindings` in the `Policy`.
1508
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
1509
+ # specify a `condition` that determines how and when the `bindings` are applied.
1510
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
1511
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
1512
+ # can be Google groups. Each occurrence of a principal counts towards these
1513
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
1514
+ # example.com`, and not to any other principal, then you can add another 1,450
1515
+ # principals to the `bindings` in the `Policy`.
1516
1516
  # Corresponds to the JSON property `bindings`
1517
1517
  # @return [Array<Google::Apis::ConnectorsV1::Binding>]
1518
1518
  attr_accessor :bindings
@@ -1892,31 +1892,31 @@ module Google
1892
1892
 
1893
1893
  # An Identity and Access Management (IAM) policy, which specifies access
1894
1894
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1895
- # A `binding` binds one or more `members` to a single `role`. Members can be
1896
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1897
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1898
- # role or a user-created custom role. For some types of Google Cloud resources,
1899
- # a `binding` can also specify a `condition`, which is a logical expression that
1900
- # allows access to a resource only if the expression evaluates to `true`. A
1901
- # condition can add constraints based on attributes of the request, the resource,
1902
- # or both. To learn which resources support conditions in their IAM policies,
1903
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1904
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1905
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1906
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1907
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1908
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1909
- # title": "expirable access", "description": "Does not grant access after Sep
1910
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1911
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1912
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1913
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1914
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1915
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1916
- # description: Does not grant access after Sep 2020 expression: request.time <
1917
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1918
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1919
- # google.com/iam/docs/).
1895
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1896
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1897
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1898
+ # an IAM predefined role or a user-created custom role. For some types of Google
1899
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1900
+ # logical expression that allows access to a resource only if the expression
1901
+ # evaluates to `true`. A condition can add constraints based on attributes of
1902
+ # the request, the resource, or both. To learn which resources support
1903
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1904
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1905
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1906
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1907
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1908
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1909
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1910
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1911
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1912
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1913
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1914
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1915
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1916
+ # access description: Does not grant access after Sep 2020 expression: request.
1917
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1918
+ # a description of IAM and its features, see the [IAM documentation](https://
1919
+ # cloud.google.com/iam/docs/).
1920
1920
  # Corresponds to the JSON property `policy`
1921
1921
  # @return [Google::Apis::ConnectorsV1::Policy]
1922
1922
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ConnectorsV1
18
18
  # Version of the google-apis-connectors_v1 gem
19
- GEM_VERSION = "0.2.0"
19
+ GEM_VERSION = "0.3.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 = "20211003"
25
+ REVISION = "20211106"
26
26
  end
27
27
  end
28
28
  end
@@ -293,13 +293,16 @@ module Google
293
293
  # REQUIRED: The resource for which the policy is being requested. See the
294
294
  # operation documentation for the appropriate value for this field.
295
295
  # @param [Fixnum] options_requested_policy_version
296
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
297
- # 3. Requests specifying an invalid value will be rejected. Requests for
298
- # policies with any conditional bindings must specify version 3. Policies
299
- # without any conditional bindings may specify any valid value or leave the
300
- # field unset. To learn which resources support conditions in their IAM policies,
301
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
302
- # resource-policies).
296
+ # Optional. The maximum policy version that will be used to format the policy.
297
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
298
+ # rejected. Requests for policies with any conditional role bindings must
299
+ # specify version 3. Policies with no conditional role bindings may specify any
300
+ # valid value or leave the field unset. The policy in the response might use the
301
+ # policy version that you specified, or it might use a lower policy version. For
302
+ # example, if you specify version 3, but the policy has no conditional role
303
+ # bindings, the response uses version 1. To learn which resources support
304
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
305
+ # google.com/iam/help/conditions/resource-policies).
303
306
  # @param [String] fields
304
307
  # Selector specifying which fields to include in a partial response.
305
308
  # @param [String] quota_user
@@ -495,7 +498,9 @@ module Google
495
498
  # Required. Parent resource of RuntimeActionSchema Format: projects/`project`/
496
499
  # locations/`location`/connections/`connection`
497
500
  # @param [String] filter
498
- # Filter
501
+ # Required. Filter Format: action="`actionId`" Only action field is supported
502
+ # with literal equality operator. Accepted filter example: action="CancelOrder"
503
+ # Wildcards are not supported in the filter currently.
499
504
  # @param [Fixnum] page_size
500
505
  # Page size.
501
506
  # @param [String] page_token
@@ -535,7 +540,9 @@ module Google
535
540
  # Required. Parent resource of RuntimeEntitySchema Format: projects/`project`/
536
541
  # locations/`location`/connections/`connection`
537
542
  # @param [String] filter
538
- # Filter
543
+ # Required. Filter Format: entity="`entityId`" Only entity field is supported
544
+ # with literal equality operator. Accepted filter example: entity="Order"
545
+ # Wildcards are not supported in the filter currently.
539
546
  # @param [Fixnum] page_size
540
547
  # Page size.
541
548
  # @param [String] page_token
@@ -936,13 +943,16 @@ module Google
936
943
  # REQUIRED: The resource for which the policy is being requested. See the
937
944
  # operation documentation for the appropriate value for this field.
938
945
  # @param [Fixnum] options_requested_policy_version
939
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
940
- # 3. Requests specifying an invalid value will be rejected. Requests for
941
- # policies with any conditional bindings must specify version 3. Policies
942
- # without any conditional bindings may specify any valid value or leave the
943
- # field unset. To learn which resources support conditions in their IAM policies,
944
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
945
- # resource-policies).
946
+ # Optional. The maximum policy version that will be used to format the policy.
947
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
948
+ # rejected. Requests for policies with any conditional role bindings must
949
+ # specify version 3. Policies with no conditional role bindings may specify any
950
+ # valid value or leave the field unset. The policy in the response might use the
951
+ # policy version that you specified, or it might use a lower policy version. For
952
+ # example, if you specify version 3, but the policy has no conditional role
953
+ # bindings, the response uses version 1. To learn which resources support
954
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
955
+ # google.com/iam/help/conditions/resource-policies).
946
956
  # @param [String] fields
947
957
  # Selector specifying which fields to include in a partial response.
948
958
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-connectors_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.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-10-27 00:00:00.000000000 Z
11
+ date: 2021-11-15 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-connectors_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.2.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.3.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-connectors_v1
63
63
  post_install_message:
64
64
  rdoc_options: []