google-apis-connectors_v1 0.1.0 → 0.5.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: b5c9eafaf90d720f1fd4c91d9ee13d2908cdc995e8b8d5d4c516d599b8c624a9
4
- data.tar.gz: b95cf7932083bd20e25ca0de93a9ffdd9dc23be220ad804d7f5f1f4b285b2034
3
+ metadata.gz: d3f2fa4c5f747506d80141d05b03848ed98e477e32fa5fad4bc8a910925d8a62
4
+ data.tar.gz: a169024a8a4557be233315456005a0bda7d850406dc529cfa5efa023a1471a6e
5
5
  SHA512:
6
- metadata.gz: 2faa3f04179f8014082802b5ed6352f57b1ac3fafe7591400b2c32e7bd7a88403da381a9cd2e7608f63c13d165385b94c404452e0ed87d4417a9b04658986dfa
7
- data.tar.gz: a3d41d647c6f2158462de3028ff6f981fb944dfcffd9fa6f12c1bbf8911042e04b58c761533596a8612991c66dd3602cf8a4e11cf30ca708774deb747128c1f3
6
+ metadata.gz: bc0d06ae4519cdea12edd113e357565264c29219b5a5c344eb22edba56f085686d22a7e2cae5c686b8826f725c45ad192ca31f10b1c58a55f771a5c49f5412c8
7
+ data.tar.gz: 4d00d01632c9741896f849fc79963a3f109b408a9a70499471367db6343dbb1049ec8ad4a5191fea5ab2359cb47ffecac8d83a2f81389dd2e1cf059df8b07158
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-connectors_v1
2
2
 
3
+ ### v0.5.0 (2022-01-10)
4
+
5
+ * Regenerated from discovery document revision 20211217
6
+
7
+ ### v0.4.0 (2021-12-16)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.3.0 (2021-11-11)
12
+
13
+ * Regenerated from discovery document revision 20211106
14
+
15
+ ### v0.2.0 (2021-10-20)
16
+
17
+ * Unspecified changes
18
+
3
19
  ### v0.1.0 (2021-10-10)
4
20
 
5
21
  * Regenerated from discovery document revision 20211003
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.
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Connectors service in particular.)
67
67
 
@@ -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
@@ -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.1.0"
19
+ GEM_VERSION = "0.5.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 = "20211217"
26
26
  end
27
27
  end
28
28
  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.1.0
4
+ version: 0.5.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-11 00:00:00.000000000 Z
11
+ date: 2022-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-connectors_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.1.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-connectors_v1
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.5.0
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: []
65
65
  require_paths:
@@ -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