google-apis-artifactregistry_v1 0.29.0 → 0.32.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: bfd8ca1102afc2bf3f4fadfd505ec80cebda00907372291cc88f54677a6cde06
4
- data.tar.gz: 8cc92af684ef6aa80bea45e53748f207305598b215554609c59b6d59ba30c618
3
+ metadata.gz: fc6d1aa4f794f696481b26be98d21d77f8d7fea24b4faa4b6b2e92f50f5d48ca
4
+ data.tar.gz: c21e7a04dcefcf99cfd315d31059bfe3a1aa8c17b004c6e49e74380c9de9569a
5
5
  SHA512:
6
- metadata.gz: f209d6e3007bb542d2538bf6910105714861ee8395b709f39eca6e8f858cbbc5c1a39d63f3fb198b59c9c6df3ca532070bdf54f4ff7426b60128635e2d542890
7
- data.tar.gz: a6ed7cd90e70361dcbd099cb06510abfeaf32d94977549fcde579420ce2a05ee2b4d0e05197a8a1d5af70e1f9b36103f46268c473ad26b402bccb3e19665ae63
6
+ metadata.gz: 8c3b83200de53d03f5d85255fcaa29b4ee1b72f718aa374633a14556cbb3f1948a5b5a9b13b2fd976546fa318f137464e840a4f2776a43fd7382f158e70d19c1
7
+ data.tar.gz: 29a47d89e209cbbfaf266c2be90ec983037756200814258d6eed15429f80fdede0aa649f13b9361885299dc7259feb10651a9cc7ef5e9124be86c85257d9760c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-artifactregistry_v1
2
2
 
3
+ ### v0.32.0 (2022-09-01)
4
+
5
+ * Regenerated from discovery document revision 20220829
6
+
7
+ ### v0.31.0 (2022-08-13)
8
+
9
+ * Regenerated from discovery document revision 20220809
10
+
11
+ ### v0.30.0 (2022-08-06)
12
+
13
+ * Regenerated from discovery document revision 20220803
14
+ * Regenerated using generator version 0.9.0
15
+
3
16
  ### v0.29.0 (2022-07-02)
4
17
 
5
18
  * Regenerated using generator version 0.8.0
@@ -120,28 +120,33 @@ module Google
120
120
  # members` can have the following values: * `allUsers`: A special identifier
121
121
  # that represents anyone who is on the internet; with or without a Google
122
122
  # account. * `allAuthenticatedUsers`: A special identifier that represents
123
- # anyone who is authenticated with a Google account or a service account. * `
124
- # user:`emailid``: An email address that represents a specific Google account.
125
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
126
- # address that represents a service account. For example, `my-other-app@appspot.
127
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
128
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
129
- # `uniqueid``: An email address (plus unique identifier) representing a user
130
- # that has been recently deleted. For example, `alice@example.com?uid=
131
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
132
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
133
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
134
- # identifier) representing a service account that has been recently deleted. For
135
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
136
- # If the service account is undeleted, this value reverts to `serviceAccount:`
137
- # emailid`` and the undeleted service account retains the role in the binding. *
138
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
139
- # identifier) representing a Google group that has been recently deleted. For
140
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
141
- # recovered, this value reverts to `group:`emailid`` and the recovered group
142
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
143
- # primary) that represents all the users of that domain. For example, `google.
144
- # com` or `example.com`.
123
+ # anyone who is authenticated with a Google account or a service account. Does
124
+ # not include identities that come from external identity providers (IdPs)
125
+ # through identity federation. * `user:`emailid``: An email address that
126
+ # represents a specific Google account. For example, `alice@example.com` . * `
127
+ # serviceAccount:`emailid``: An email address that represents a Google service
128
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
129
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
130
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
131
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
132
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
133
+ # email address that represents a Google group. For example, `admins@example.com`
134
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
135
+ # identifier) representing a user that has been recently deleted. For example, `
136
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
137
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
138
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
139
+ # address (plus unique identifier) representing a service account that has been
140
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
141
+ # 123456789012345678901`. If the service account is undeleted, this value
142
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
143
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
144
+ # An email address (plus unique identifier) representing a Google group that has
145
+ # been recently deleted. For example, `admins@example.com?uid=
146
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
147
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
148
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
149
+ # of that domain. For example, `google.com` or `example.com`.
145
150
  # Corresponds to the JSON property `members`
146
151
  # @return [Array<String>]
147
152
  attr_accessor :members
@@ -209,6 +214,11 @@ module Google
209
214
  # @return [Array<String>]
210
215
  attr_accessor :tags
211
216
 
217
+ # Output only. The time when the docker image was last updated.
218
+ # Corresponds to the JSON property `updateTime`
219
+ # @return [String]
220
+ attr_accessor :update_time
221
+
212
222
  # Time the image was uploaded.
213
223
  # Corresponds to the JSON property `uploadTime`
214
224
  # @return [String]
@@ -232,6 +242,7 @@ module Google
232
242
  @media_type = args[:media_type] if args.key?(:media_type)
233
243
  @name = args[:name] if args.key?(:name)
234
244
  @tags = args[:tags] if args.key?(:tags)
245
+ @update_time = args[:update_time] if args.key?(:update_time)
235
246
  @upload_time = args[:upload_time] if args.key?(:upload_time)
236
247
  @uri = args[:uri] if args.key?(:uri)
237
248
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ArtifactregistryV1
18
18
  # Version of the google-apis-artifactregistry_v1 gem
19
- GEM_VERSION = "0.29.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220623"
25
+ REVISION = "20220829"
26
26
  end
27
27
  end
28
28
  end
@@ -383,6 +383,7 @@ module Google
383
383
  property :media_type, as: 'mediaType'
384
384
  property :name, as: 'name'
385
385
  collection :tags, as: 'tags'
386
+ property :update_time, as: 'updateTime'
386
387
  property :upload_time, as: 'uploadTime'
387
388
  property :uri, as: 'uri'
388
389
  end
@@ -624,6 +624,8 @@ module Google
624
624
  # Lists docker images.
625
625
  # @param [String] parent
626
626
  # Required. The name of the parent resource whose docker images will be listed.
627
+ # @param [String] order_by
628
+ # The field to order the results by.
627
629
  # @param [Fixnum] page_size
628
630
  # The maximum number of artifacts to return.
629
631
  # @param [String] page_token
@@ -645,11 +647,12 @@ module Google
645
647
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
646
648
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
647
649
  # @raise [Google::Apis::AuthorizationError] Authorization is required
648
- def list_project_location_repository_docker_images(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
650
+ def list_project_location_repository_docker_images(parent, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
649
651
  command = make_simple_command(:get, 'v1/{+parent}/dockerImages', options)
650
652
  command.response_representation = Google::Apis::ArtifactregistryV1::ListDockerImagesResponse::Representation
651
653
  command.response_class = Google::Apis::ArtifactregistryV1::ListDockerImagesResponse
652
654
  command.params['parent'] = parent unless parent.nil?
655
+ command.query['orderBy'] = order_by unless order_by.nil?
653
656
  command.query['pageSize'] = page_size unless page_size.nil?
654
657
  command.query['pageToken'] = page_token unless page_token.nil?
655
658
  command.query['fields'] = fields unless fields.nil?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-artifactregistry_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.0
4
+ version: 0.32.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: 2022-07-04 00:00:00.000000000 Z
11
+ date: 2022-09-05 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-artifactregistry_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1/v0.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1/v0.32.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-artifactregistry_v1
63
63
  post_install_message:
64
64
  rdoc_options: []