google-apis-connectors_v1 0.2.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7c8e5f1996bd7a77ba76cd61ef210c374b3b2eec45508ac24392b8b63335e8fa
4
- data.tar.gz: a5527ea57dd04f2461a3481dcc432bf39755501fcff58e8dc23351c474b8bf9b
3
+ metadata.gz: 2e3108b8f0b0cc72a85dfe6913d76821792f6f80df753e7c736efe7a802cb140
4
+ data.tar.gz: f78f28dfc7c5444889442fd9e7be89d3791f6add153113d3039568cb3722aaad
5
5
  SHA512:
6
- metadata.gz: 72fe65cb26391a911dea4642caef8cdcf5744ee5e4a9151bc9aaeefcd86484eecc17c0cbee8de688fdffff5346235a928a97af921b98b053d765aa5a65328e80
7
- data.tar.gz: 9b0913d7506ab82884b9d871b596802ca1a9a36aa5de0e683c571783c87065f466efd67d00c09ffd7d480936e4bcd0d64621965e26d68c285885973fa106db82
6
+ metadata.gz: 7f2ff6e16f5a7877e766b1bbcb00ffbe8a13198dc29c78b0895276b158da715aff07aac2542682a1568d1f8e2972e9de8f9abd8588ddec9b188509828bba89e0
7
+ data.tar.gz: 1667ce42f3693e4c8c6e3c9cff0b79a61488d58811d2a98398d00add6121658ad33c1807c0dbf0db5cf502c205e810443447035a9e689373bb429867f491be6c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-connectors_v1
2
2
 
3
+ ### v0.6.0 (2022-02-03)
4
+
5
+ * Regenerated from discovery document revision 20220120
6
+ * Regenerated using generator version 0.4.1
7
+
8
+ ### v0.5.0 (2022-01-10)
9
+
10
+ * Regenerated from discovery document revision 20211217
11
+
12
+ ### v0.4.0 (2021-12-16)
13
+
14
+ * Unspecified changes
15
+
16
+ ### v0.3.0 (2021-11-11)
17
+
18
+ * Regenerated from discovery document revision 20211106
19
+
3
20
  ### v0.2.0 (2021-10-20)
4
21
 
5
22
  * Unspecified changes
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/connectors_v1"
51
51
  client = Google::Apis::ConnectorsV1::ConnectorsService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -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
@@ -403,12 +403,6 @@ module Google
403
403
  # @return [String]
404
404
  attr_accessor :image_location
405
405
 
406
- # Optional. Inactive indicates the connection is active to use or not.
407
- # Corresponds to the JSON property `inactive`
408
- # @return [Boolean]
409
- attr_accessor :inactive
410
- alias_method :inactive?, :inactive
411
-
412
406
  # Optional. Resource labels to represent user-provided metadata. Refer to cloud
413
407
  # documentation on labels for more details. https://cloud.google.com/compute/
414
408
  # docs/labeling-resources
@@ -446,6 +440,12 @@ module Google
446
440
  # @return [Google::Apis::ConnectorsV1::ConnectionStatus]
447
441
  attr_accessor :status
448
442
 
443
+ # Optional. Suspended indicates if a user has suspended a connection or not.
444
+ # Corresponds to the JSON property `suspended`
445
+ # @return [Boolean]
446
+ attr_accessor :suspended
447
+ alias_method :suspended?, :suspended
448
+
449
449
  # Output only. Updated time.
450
450
  # Corresponds to the JSON property `updateTime`
451
451
  # @return [String]
@@ -465,13 +465,13 @@ module Google
465
465
  @egress_backends = args[:egress_backends] if args.key?(:egress_backends)
466
466
  @envoy_image_location = args[:envoy_image_location] if args.key?(:envoy_image_location)
467
467
  @image_location = args[:image_location] if args.key?(:image_location)
468
- @inactive = args[:inactive] if args.key?(:inactive)
469
468
  @labels = args[:labels] if args.key?(:labels)
470
469
  @lock_config = args[:lock_config] if args.key?(:lock_config)
471
470
  @name = args[:name] if args.key?(:name)
472
471
  @service_account = args[:service_account] if args.key?(:service_account)
473
472
  @service_directory = args[:service_directory] if args.key?(:service_directory)
474
473
  @status = args[:status] if args.key?(:status)
474
+ @suspended = args[:suspended] if args.key?(:suspended)
475
475
  @update_time = args[:update_time] if args.key?(:update_time)
476
476
  end
477
477
  end
@@ -568,6 +568,11 @@ module Google
568
568
  # @return [Hash<String,String>]
569
569
  attr_accessor :labels
570
570
 
571
+ # Output only. Flag to mark the version indicating the launch stage.
572
+ # Corresponds to the JSON property `launchStage`
573
+ # @return [String]
574
+ attr_accessor :launch_stage
575
+
571
576
  # Output only. Resource name of the Connector. Format: projects/`project`/
572
577
  # locations/`location`/providers/`provider`/connectors/`connector`
573
578
  # Corresponds to the JSON property `name`
@@ -596,6 +601,7 @@ module Google
596
601
  @documentation_uri = args[:documentation_uri] if args.key?(:documentation_uri)
597
602
  @external_uri = args[:external_uri] if args.key?(:external_uri)
598
603
  @labels = args[:labels] if args.key?(:labels)
604
+ @launch_stage = args[:launch_stage] if args.key?(:launch_stage)
599
605
  @name = args[:name] if args.key?(:name)
600
606
  @update_time = args[:update_time] if args.key?(:update_time)
601
607
  @web_assets_location = args[:web_assets_location] if args.key?(:web_assets_location)
@@ -1472,31 +1478,31 @@ module Google
1472
1478
 
1473
1479
  # An Identity and Access Management (IAM) policy, which specifies access
1474
1480
  # 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/).
1481
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1482
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1483
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1484
+ # an IAM predefined role or a user-created custom role. For some types of Google
1485
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1486
+ # logical expression that allows access to a resource only if the expression
1487
+ # evaluates to `true`. A condition can add constraints based on attributes of
1488
+ # the request, the resource, or both. To learn which resources support
1489
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1490
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1491
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1492
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1493
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1494
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1495
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1496
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1497
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1498
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1499
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1500
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1501
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1502
+ # access description: Does not grant access after Sep 2020 expression: request.
1503
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1504
+ # a description of IAM and its features, see the [IAM documentation](https://
1505
+ # cloud.google.com/iam/docs/).
1500
1506
  class Policy
1501
1507
  include Google::Apis::Core::Hashable
1502
1508
 
@@ -1505,14 +1511,14 @@ module Google
1505
1511
  # @return [Array<Google::Apis::ConnectorsV1::AuditConfig>]
1506
1512
  attr_accessor :audit_configs
1507
1513
 
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`.
1514
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
1515
+ # specify a `condition` that determines how and when the `bindings` are applied.
1516
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
1517
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
1518
+ # can be Google groups. Each occurrence of a principal counts towards these
1519
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
1520
+ # example.com`, and not to any other principal, then you can add another 1,450
1521
+ # principals to the `bindings` in the `Policy`.
1516
1522
  # Corresponds to the JSON property `bindings`
1517
1523
  # @return [Array<Google::Apis::ConnectorsV1::Binding>]
1518
1524
  attr_accessor :bindings
@@ -1601,6 +1607,11 @@ module Google
1601
1607
  # @return [Hash<String,String>]
1602
1608
  attr_accessor :labels
1603
1609
 
1610
+ # Output only. Flag to mark the version indicating the launch stage.
1611
+ # Corresponds to the JSON property `launchStage`
1612
+ # @return [String]
1613
+ attr_accessor :launch_stage
1614
+
1604
1615
  # Output only. Resource name of the Provider. Format: projects/`project`/
1605
1616
  # locations/`location`/providers/`provider`
1606
1617
  # Corresponds to the JSON property `name`
@@ -1629,6 +1640,7 @@ module Google
1629
1640
  @documentation_uri = args[:documentation_uri] if args.key?(:documentation_uri)
1630
1641
  @external_uri = args[:external_uri] if args.key?(:external_uri)
1631
1642
  @labels = args[:labels] if args.key?(:labels)
1643
+ @launch_stage = args[:launch_stage] if args.key?(:launch_stage)
1632
1644
  @name = args[:name] if args.key?(:name)
1633
1645
  @update_time = args[:update_time] if args.key?(:update_time)
1634
1646
  @web_assets_location = args[:web_assets_location] if args.key?(:web_assets_location)
@@ -1892,31 +1904,31 @@ module Google
1892
1904
 
1893
1905
  # An Identity and Access Management (IAM) policy, which specifies access
1894
1906
  # 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/).
1907
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1908
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1909
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1910
+ # an IAM predefined role or a user-created custom role. For some types of Google
1911
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1912
+ # logical expression that allows access to a resource only if the expression
1913
+ # evaluates to `true`. A condition can add constraints based on attributes of
1914
+ # the request, the resource, or both. To learn which resources support
1915
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1916
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1917
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1918
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1919
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1920
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1921
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1922
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1923
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1924
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1925
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1926
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1927
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1928
+ # access description: Does not grant access after Sep 2020 expression: request.
1929
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1930
+ # a description of IAM and its features, see the [IAM documentation](https://
1931
+ # cloud.google.com/iam/docs/).
1920
1932
  # Corresponds to the JSON property `policy`
1921
1933
  # @return [Google::Apis::ConnectorsV1::Policy]
1922
1934
  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.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211003"
25
+ REVISION = "20220120"
26
26
  end
27
27
  end
28
28
  end
@@ -424,7 +424,6 @@ module Google
424
424
  collection :egress_backends, as: 'egressBackends'
425
425
  property :envoy_image_location, as: 'envoyImageLocation'
426
426
  property :image_location, as: 'imageLocation'
427
- property :inactive, as: 'inactive'
428
427
  hash :labels, as: 'labels'
429
428
  property :lock_config, as: 'lockConfig', class: Google::Apis::ConnectorsV1::LockConfig, decorator: Google::Apis::ConnectorsV1::LockConfig::Representation
430
429
 
@@ -433,6 +432,7 @@ module Google
433
432
  property :service_directory, as: 'serviceDirectory'
434
433
  property :status, as: 'status', class: Google::Apis::ConnectorsV1::ConnectionStatus, decorator: Google::Apis::ConnectorsV1::ConnectionStatus::Representation
435
434
 
435
+ property :suspended, as: 'suspended'
436
436
  property :update_time, as: 'updateTime'
437
437
  end
438
438
  end
@@ -463,6 +463,7 @@ module Google
463
463
  property :documentation_uri, as: 'documentationUri'
464
464
  property :external_uri, as: 'externalUri'
465
465
  hash :labels, as: 'labels'
466
+ property :launch_stage, as: 'launchStage'
466
467
  property :name, as: 'name'
467
468
  property :update_time, as: 'updateTime'
468
469
  property :web_assets_location, as: 'webAssetsLocation'
@@ -730,6 +731,7 @@ module Google
730
731
  property :documentation_uri, as: 'documentationUri'
731
732
  property :external_uri, as: 'externalUri'
732
733
  hash :labels, as: 'labels'
734
+ property :launch_stage, as: 'launchStage'
733
735
  property :name, as: 'name'
734
736
  property :update_time, as: 'updateTime'
735
737
  property :web_assets_location, as: 'webAssetsLocation'
@@ -22,7 +22,8 @@ module Google
22
22
  module ConnectorsV1
23
23
  # Connectors API
24
24
  #
25
- #
25
+ # Enables users to create and manage connections to Google Cloud services and
26
+ # third-party business applications using the Connectors interface.
26
27
  #
27
28
  # @example
28
29
  # require 'google/apis/connectors_v1'
@@ -293,13 +294,16 @@ module Google
293
294
  # REQUIRED: The resource for which the policy is being requested. See the
294
295
  # operation documentation for the appropriate value for this field.
295
296
  # @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).
297
+ # Optional. The maximum policy version that will be used to format the policy.
298
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
299
+ # rejected. Requests for policies with any conditional role bindings must
300
+ # specify version 3. Policies with no conditional role bindings may specify any
301
+ # valid value or leave the field unset. The policy in the response might use the
302
+ # policy version that you specified, or it might use a lower policy version. For
303
+ # example, if you specify version 3, but the policy has no conditional role
304
+ # bindings, the response uses version 1. To learn which resources support
305
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
306
+ # google.com/iam/help/conditions/resource-policies).
303
307
  # @param [String] fields
304
308
  # Selector specifying which fields to include in a partial response.
305
309
  # @param [String] quota_user
@@ -495,7 +499,9 @@ module Google
495
499
  # Required. Parent resource of RuntimeActionSchema Format: projects/`project`/
496
500
  # locations/`location`/connections/`connection`
497
501
  # @param [String] filter
498
- # Filter
502
+ # Required. Filter Format: action="`actionId`" Only action field is supported
503
+ # with literal equality operator. Accepted filter example: action="CancelOrder"
504
+ # Wildcards are not supported in the filter currently.
499
505
  # @param [Fixnum] page_size
500
506
  # Page size.
501
507
  # @param [String] page_token
@@ -535,7 +541,9 @@ module Google
535
541
  # Required. Parent resource of RuntimeEntitySchema Format: projects/`project`/
536
542
  # locations/`location`/connections/`connection`
537
543
  # @param [String] filter
538
- # Filter
544
+ # Required. Filter Format: entity="`entityId`" Only entity field is supported
545
+ # with literal equality operator. Accepted filter example: entity="Order"
546
+ # Wildcards are not supported in the filter currently.
539
547
  # @param [Fixnum] page_size
540
548
  # Page size.
541
549
  # @param [String] page_token
@@ -936,13 +944,16 @@ module Google
936
944
  # REQUIRED: The resource for which the policy is being requested. See the
937
945
  # operation documentation for the appropriate value for this field.
938
946
  # @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).
947
+ # Optional. The maximum policy version that will be used to format the policy.
948
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
949
+ # rejected. Requests for policies with any conditional role bindings must
950
+ # specify version 3. Policies with no conditional role bindings may specify any
951
+ # valid value or leave the field unset. The policy in the response might use the
952
+ # policy version that you specified, or it might use a lower policy version. For
953
+ # example, if you specify version 3, but the policy has no conditional role
954
+ # bindings, the response uses version 1. To learn which resources support
955
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
956
+ # google.com/iam/help/conditions/resource-policies).
946
957
  # @param [String] fields
947
958
  # Selector specifying which fields to include in a partial response.
948
959
  # @param [String] quota_user
@@ -21,7 +21,8 @@ module Google
21
21
  module Apis
22
22
  # Connectors API
23
23
  #
24
- #
24
+ # Enables users to create and manage connections to Google Cloud services and
25
+ # third-party business applications using the Connectors interface.
25
26
  #
26
27
  # @see https://cloud.google.com/apigee/docs/api-platform/connectors/about-connectors
27
28
  module ConnectorsV1
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.6.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: 2022-02-07 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.6.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Connectors API V1