google-apis-artifactregistry_v1beta1 0.10.0 → 0.14.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: '08ca27152e81c171a875dddb17174a0b007ffeded05ebe6d9d5c982c914f9867'
4
- data.tar.gz: 4baf5f4321a4f4bf16c173b1c0e658121d207548aadc48338cf422613174e3b4
3
+ metadata.gz: d3f4a2d842943ef029d1d6d65974ef628bdb73a21dab8e8a856f4465ed71f01b
4
+ data.tar.gz: 10c44fdcac3ececba96ef30b465cbf6f06281cd511d64281272208f17e2e9137
5
5
  SHA512:
6
- metadata.gz: e70d5036f8bc9aa3eafe2dc4feab912bf020a97e7c48cc9996ae9de7ba934607bf19ae2f872da02cf46df3e506962d62787ecc2d29a44fa83484103f1f3958c5
7
- data.tar.gz: 87183608036a6c9566c300ed3fd069cb5d743d5b2ce0ae6204b7fd3b93f4fc51ea821c9853861e861e1f25c8adf00fa7aab179ace68291766c2529fbbf107d8c
6
+ metadata.gz: 6fd30d6b26bff9a6f92a020537fbd4e70163a9fee7a0830a57c9786fbdf70a82f7493f8879a079f068d2ac95f66014cb927d948cd2119b08298910373e7ba9cd
7
+ data.tar.gz: b18fb053eb01a4f315861362436fbe48c34d48593842fe87132f9577075a440cc8bf6d8ae262b6302725060c755e3f07fbb00ed49addd8fe612019825277996b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-artifactregistry_v1beta1
2
2
 
3
+ ### v0.14.0 (2021-11-13)
4
+
5
+ * Regenerated from discovery document revision 20211108
6
+
7
+ ### v0.13.0 (2021-10-22)
8
+
9
+ * Regenerated from discovery document revision 20211015
10
+ * Unspecified changes
11
+
12
+ ### v0.12.0 (2021-10-11)
13
+
14
+ * Regenerated from discovery document revision 20211002
15
+
16
+ ### v0.11.0 (2021-09-01)
17
+
18
+ * Regenerated from discovery document revision 20210817
19
+
3
20
  ### v0.10.0 (2021-07-06)
4
21
 
5
22
  * Regenerated from discovery document revision 20210629
data/OVERVIEW.md CHANGED
@@ -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 Artifactregistry service in particular.)
67
67
 
@@ -74,7 +74,7 @@ module Google
74
74
  end
75
75
  end
76
76
 
77
- # Associates `members` with a `role`.
77
+ # Associates `members`, or principals, with a `role`.
78
78
  class Binding
79
79
  include Google::Apis::Core::Hashable
80
80
 
@@ -97,7 +97,7 @@ module Google
97
97
  # @return [Google::Apis::ArtifactregistryV1beta1::Expr]
98
98
  attr_accessor :condition
99
99
 
100
- # Specifies the identities requesting access for a Cloud Platform resource. `
100
+ # Specifies the principals requesting access for a Cloud Platform resource. `
101
101
  # members` can have the following values: * `allUsers`: A special identifier
102
102
  # that represents anyone who is on the internet; with or without a Google
103
103
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -127,8 +127,8 @@ module Google
127
127
  # @return [Array<String>]
128
128
  attr_accessor :members
129
129
 
130
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
131
- # , or `roles/owner`.
130
+ # Role that is assigned to the list of `members`, or principals. For example, `
131
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
132
132
  # Corresponds to the JSON property `role`
133
133
  # @return [String]
134
134
  attr_accessor :role
@@ -506,31 +506,6 @@ module Google
506
506
  end
507
507
  end
508
508
 
509
- # The response message for Operations.ListOperations.
510
- class ListOperationsResponse
511
- include Google::Apis::Core::Hashable
512
-
513
- # The standard List next-page token.
514
- # Corresponds to the JSON property `nextPageToken`
515
- # @return [String]
516
- attr_accessor :next_page_token
517
-
518
- # A list of operations that matches the specified filter in the request.
519
- # Corresponds to the JSON property `operations`
520
- # @return [Array<Google::Apis::ArtifactregistryV1beta1::Operation>]
521
- attr_accessor :operations
522
-
523
- def initialize(**args)
524
- update!(**args)
525
- end
526
-
527
- # Update properties of this object
528
- def update!(**args)
529
- @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
530
- @operations = args[:operations] if args.key?(:operations)
531
- end
532
- end
533
-
534
509
  # The response from listing packages.
535
510
  class ListPackagesResponse
536
511
  include Google::Apis::Core::Hashable
@@ -786,37 +761,42 @@ module Google
786
761
 
787
762
  # An Identity and Access Management (IAM) policy, which specifies access
788
763
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
789
- # A `binding` binds one or more `members` to a single `role`. Members can be
790
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
791
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
792
- # role or a user-created custom role. For some types of Google Cloud resources,
793
- # a `binding` can also specify a `condition`, which is a logical expression that
794
- # allows access to a resource only if the expression evaluates to `true`. A
795
- # condition can add constraints based on attributes of the request, the resource,
796
- # or both. To learn which resources support conditions in their IAM policies,
797
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
798
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
799
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
800
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
801
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
802
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
803
- # title": "expirable access", "description": "Does not grant access after Sep
804
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
805
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
806
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
807
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
808
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
809
- # roles/resourcemanager.organizationViewer condition: title: expirable access
810
- # description: Does not grant access after Sep 2020 expression: request.time <
811
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
812
- # description of IAM and its features, see the [IAM documentation](https://cloud.
813
- # google.com/iam/docs/).
764
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
765
+ # Principals can be user accounts, service accounts, Google groups, and domains (
766
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
767
+ # an IAM predefined role or a user-created custom role. For some types of Google
768
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
769
+ # logical expression that allows access to a resource only if the expression
770
+ # evaluates to `true`. A condition can add constraints based on attributes of
771
+ # the request, the resource, or both. To learn which resources support
772
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
773
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
774
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
775
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
776
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
777
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
778
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
779
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
780
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
781
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
782
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
783
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
784
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
785
+ # access description: Does not grant access after Sep 2020 expression: request.
786
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
787
+ # a description of IAM and its features, see the [IAM documentation](https://
788
+ # cloud.google.com/iam/docs/).
814
789
  class Policy
815
790
  include Google::Apis::Core::Hashable
816
791
 
817
- # Associates a list of `members` to a `role`. Optionally, may specify a `
818
- # condition` that determines how and when the `bindings` are applied. Each of
819
- # the `bindings` must contain at least one member.
792
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
793
+ # specify a `condition` that determines how and when the `bindings` are applied.
794
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
795
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
796
+ # can be Google groups. Each occurrence of a principal counts towards these
797
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
798
+ # example.com`, and not to any other principal, then you can add another 1,450
799
+ # principals to the `bindings` in the `Policy`.
820
800
  # Corresponds to the JSON property `bindings`
821
801
  # @return [Array<Google::Apis::ArtifactregistryV1beta1::Binding>]
822
802
  attr_accessor :bindings
@@ -936,31 +916,31 @@ module Google
936
916
 
937
917
  # An Identity and Access Management (IAM) policy, which specifies access
938
918
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
939
- # A `binding` binds one or more `members` to a single `role`. Members can be
940
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
941
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
942
- # role or a user-created custom role. For some types of Google Cloud resources,
943
- # a `binding` can also specify a `condition`, which is a logical expression that
944
- # allows access to a resource only if the expression evaluates to `true`. A
945
- # condition can add constraints based on attributes of the request, the resource,
946
- # or both. To learn which resources support conditions in their IAM policies,
947
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
948
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
949
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
950
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
951
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
952
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
953
- # title": "expirable access", "description": "Does not grant access after Sep
954
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
955
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
956
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
957
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
958
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
959
- # roles/resourcemanager.organizationViewer condition: title: expirable access
960
- # description: Does not grant access after Sep 2020 expression: request.time <
961
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
962
- # description of IAM and its features, see the [IAM documentation](https://cloud.
963
- # google.com/iam/docs/).
919
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
920
+ # Principals can be user accounts, service accounts, Google groups, and domains (
921
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
922
+ # an IAM predefined role or a user-created custom role. For some types of Google
923
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
924
+ # logical expression that allows access to a resource only if the expression
925
+ # evaluates to `true`. A condition can add constraints based on attributes of
926
+ # the request, the resource, or both. To learn which resources support
927
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
928
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
929
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
930
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
931
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
932
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
933
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
934
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
935
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
936
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
937
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
938
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
939
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
940
+ # access description: Does not grant access after Sep 2020 expression: request.
941
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
942
+ # a description of IAM and its features, see the [IAM documentation](https://
943
+ # cloud.google.com/iam/docs/).
964
944
  # Corresponds to the JSON property `policy`
965
945
  # @return [Google::Apis::ArtifactregistryV1beta1::Policy]
966
946
  attr_accessor :policy
@@ -1020,8 +1000,9 @@ module Google
1020
1000
  include Google::Apis::Core::Hashable
1021
1001
 
1022
1002
  # The name of the tag, for example: "projects/p1/locations/us-central1/
1023
- # repositories/repo1/packages/pkg1/tags/tag1". If the package or tag ID parts
1024
- # contain slashes, the slashes are escaped.
1003
+ # repositories/repo1/packages/pkg1/tags/tag1". If the package part contains
1004
+ # slashes, the slashes are escaped. The tag part can only have characters in [a-
1005
+ # zA-Z0-9\-._~:@], anything else must be URL encoded.
1025
1006
  # Corresponds to the JSON property `name`
1026
1007
  # @return [String]
1027
1008
  attr_accessor :name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ArtifactregistryV1beta1
18
18
  # Version of the google-apis-artifactregistry_v1beta1 gem
19
- GEM_VERSION = "0.10.0"
19
+ GEM_VERSION = "0.14.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 = "20210629"
25
+ REVISION = "20211108"
26
26
  end
27
27
  end
28
28
  end
@@ -106,12 +106,6 @@ module Google
106
106
  include Google::Apis::Core::JsonObjectSupport
107
107
  end
108
108
 
109
- class ListOperationsResponse
110
- class Representation < Google::Apis::Core::JsonRepresentation; end
111
-
112
- include Google::Apis::Core::JsonObjectSupport
113
- end
114
-
115
109
  class ListPackagesResponse
116
110
  class Representation < Google::Apis::Core::JsonRepresentation; end
117
111
 
@@ -365,15 +359,6 @@ module Google
365
359
  end
366
360
  end
367
361
 
368
- class ListOperationsResponse
369
- # @private
370
- class Representation < Google::Apis::Core::JsonRepresentation
371
- property :next_page_token, as: 'nextPageToken'
372
- collection :operations, as: 'operations', class: Google::Apis::ArtifactregistryV1beta1::Operation, decorator: Google::Apis::ArtifactregistryV1beta1::Operation::Representation
373
-
374
- end
375
- end
376
-
377
362
  class ListPackagesResponse
378
363
  # @private
379
364
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -154,52 +154,6 @@ module Google
154
154
  execute_or_queue_command(command, &block)
155
155
  end
156
156
 
157
- # Lists operations that match the specified filter in the request. If the server
158
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
159
- # binding allows API services to override the binding to use different resource
160
- # name schemes, such as `users/*/operations`. To override the binding, API
161
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
162
- # service configuration. For backwards compatibility, the default name includes
163
- # the operations collection id, however overriding users must ensure the name
164
- # binding is the parent resource, without the operations collection id.
165
- # @param [String] name
166
- # The name of the operation's parent resource.
167
- # @param [String] filter
168
- # The standard list filter.
169
- # @param [Fixnum] page_size
170
- # The standard list page size.
171
- # @param [String] page_token
172
- # The standard list page token.
173
- # @param [String] fields
174
- # Selector specifying which fields to include in a partial response.
175
- # @param [String] quota_user
176
- # Available to use for quota purposes for server-side applications. Can be any
177
- # arbitrary string assigned to a user, but should not exceed 40 characters.
178
- # @param [Google::Apis::RequestOptions] options
179
- # Request-specific options
180
- #
181
- # @yield [result, err] Result & error if block supplied
182
- # @yieldparam result [Google::Apis::ArtifactregistryV1beta1::ListOperationsResponse] parsed result object
183
- # @yieldparam err [StandardError] error object if request failed
184
- #
185
- # @return [Google::Apis::ArtifactregistryV1beta1::ListOperationsResponse]
186
- #
187
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
188
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
189
- # @raise [Google::Apis::AuthorizationError] Authorization is required
190
- def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
191
- command = make_simple_command(:get, 'v1beta1/{+name}/operations', options)
192
- command.response_representation = Google::Apis::ArtifactregistryV1beta1::ListOperationsResponse::Representation
193
- command.response_class = Google::Apis::ArtifactregistryV1beta1::ListOperationsResponse
194
- command.params['name'] = name unless name.nil?
195
- command.query['filter'] = filter unless filter.nil?
196
- command.query['pageSize'] = page_size unless page_size.nil?
197
- command.query['pageToken'] = page_token unless page_token.nil?
198
- command.query['fields'] = fields unless fields.nil?
199
- command.query['quotaUser'] = quota_user unless quota_user.nil?
200
- execute_or_queue_command(command, &block)
201
- end
202
-
203
157
  # Creates a repository. The returned Operation will finish once the repository
204
158
  # has been created. Its response will be the created Repository.
205
159
  # @param [String] parent
@@ -304,13 +258,16 @@ module Google
304
258
  # REQUIRED: The resource for which the policy is being requested. See the
305
259
  # operation documentation for the appropriate value for this field.
306
260
  # @param [Fixnum] options_requested_policy_version
307
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
308
- # 3. Requests specifying an invalid value will be rejected. Requests for
309
- # policies with any conditional bindings must specify version 3. Policies
310
- # without any conditional bindings may specify any valid value or leave the
311
- # field unset. To learn which resources support conditions in their IAM policies,
312
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
313
- # resource-policies).
261
+ # Optional. The maximum policy version that will be used to format the policy.
262
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
263
+ # rejected. Requests for policies with any conditional role bindings must
264
+ # specify version 3. Policies with no conditional role bindings may specify any
265
+ # valid value or leave the field unset. The policy in the response might use the
266
+ # policy version that you specified, or it might use a lower policy version. For
267
+ # example, if you specify version 3, but the policy has no conditional role
268
+ # bindings, the response uses version 1. To learn which resources support
269
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
270
+ # google.com/iam/help/conditions/resource-policies).
314
271
  # @param [String] fields
315
272
  # Selector specifying which fields to include in a partial response.
316
273
  # @param [String] quota_user
@@ -795,8 +752,9 @@ module Google
795
752
  # Updates a tag.
796
753
  # @param [String] name
797
754
  # The name of the tag, for example: "projects/p1/locations/us-central1/
798
- # repositories/repo1/packages/pkg1/tags/tag1". If the package or tag ID parts
799
- # contain slashes, the slashes are escaped.
755
+ # repositories/repo1/packages/pkg1/tags/tag1". If the package part contains
756
+ # slashes, the slashes are escaped. The tag part can only have characters in [a-
757
+ # zA-Z0-9\-._~:@], anything else must be URL encoded.
800
758
  # @param [Google::Apis::ArtifactregistryV1beta1::Tag] tag_object
801
759
  # @param [String] update_mask
802
760
  # The update mask applies to the resource. For the `FieldMask` definition, see
@@ -30,10 +30,10 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1beta1'
32
32
 
33
- # See, edit, configure, and delete your Google Cloud Platform data
33
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
 
36
- # View your data across Google Cloud Platform services
36
+ # View your data across Google Cloud services and see the email address of your Google Account
37
37
  AUTH_CLOUD_PLATFORM_READ_ONLY = 'https://www.googleapis.com/auth/cloud-platform.read-only'
38
38
  end
39
39
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-artifactregistry_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.14.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-07-12 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
@@ -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-artifactregistry_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta1/v0.10.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-artifactregistry_v1beta1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-artifactregistry_v1beta1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta1/v0.14.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-artifactregistry_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: