google-apis-artifactregistry_v1beta1 0.32.0 → 0.34.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: d72b09e9b58307698fd3c9e2eee4c52d6f8999b3e98cc4647d91886496312b4c
4
- data.tar.gz: ec786535a55b8276190bdb07a8703252a111f96f906ad36e2118783983365ca2
3
+ metadata.gz: 0c5572b11e6826c9cfc52bf7d3b38e79342455bb5552aeccbfd56c09240968ba
4
+ data.tar.gz: 7b674359e183288848b2676ec7940b1dd6af2386f15c2a15ea8340108943cd82
5
5
  SHA512:
6
- metadata.gz: 116f7d78a1c1eb9fdbf3780bf5c0101de0b89448949563ae737368324cb28534a3d5d296b1a59c2ffcdf6ff16481fb4d9dcdf32cd10f660c5b6dc2e7fc94a0a5
7
- data.tar.gz: 4225d3e1c438659ea83f13a8e86f9f9105581a1132024a8594c4f60b1c74cdd1e04825cc2913713cd8b7c60fe9312fbbc41c98212e638dc695ea324383cf0ea5
6
+ metadata.gz: 41bc27d1362f63ed59abd29ab94c2aa9a1a0191d40306c39cac14b8f8a9ce40cca519d58d7f205b8ad70c8ae23246f93360dbc7cabacff769e83068802c846b8
7
+ data.tar.gz: 347224f0390b5d2054a60331bad33c9a66042e0e9ebb9c595d748e366386f7b555d5a1c151a22a06e6729643b70a1df72037d6255d3b82bbba72073dccb2431b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-artifactregistry_v1beta1
2
2
 
3
+ ### v0.34.0 (2023-02-12)
4
+
5
+ * Regenerated from discovery document revision 20230208
6
+
7
+ ### v0.33.0 (2023-02-05)
8
+
9
+ * Regenerated from discovery document revision 20230202
10
+ * Regenerated using generator version 0.11.1
11
+
3
12
  ### v0.32.0 (2022-11-04)
4
13
 
5
14
  * Regenerated from discovery document revision 20221022
@@ -60,22 +60,22 @@ module Google
60
60
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
61
61
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
62
62
  # email address that represents a Google group. For example, `admins@example.com`
63
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
64
- # identifier) representing a user that has been recently deleted. For example, `
65
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
66
- # value reverts to `user:`emailid`` and the recovered user retains the role in
67
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
68
- # address (plus unique identifier) representing a service account that has been
69
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
63
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
64
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
65
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
66
+ # representing a user that has been recently deleted. For example, `alice@
67
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
68
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
69
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
70
+ # (plus unique identifier) representing a service account that has been recently
71
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
70
72
  # 123456789012345678901`. If the service account is undeleted, this value
71
73
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
72
74
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
73
75
  # An email address (plus unique identifier) representing a Google group that has
74
76
  # been recently deleted. For example, `admins@example.com?uid=
75
77
  # 123456789012345678901`. If the group is recovered, this value reverts to `
76
- # group:`emailid`` and the recovered group retains the role in the binding. * `
77
- # domain:`domain``: The G Suite domain (primary) that represents all the users
78
- # of that domain. For example, `google.com` or `example.com`.
78
+ # group:`emailid`` and the recovered group retains the role in the binding.
79
79
  # Corresponds to the JSON property `members`
80
80
  # @return [Array<String>]
81
81
  attr_accessor :members
@@ -172,7 +172,7 @@ module Google
172
172
  class File
173
173
  include Google::Apis::Core::Hashable
174
174
 
175
- # The time when the File was created.
175
+ # Output only. The time when the File was created.
176
176
  # Corresponds to the JSON property `createTime`
177
177
  # @return [String]
178
178
  attr_accessor :create_time
@@ -199,7 +199,7 @@ module Google
199
199
  # @return [Fixnum]
200
200
  attr_accessor :size_bytes
201
201
 
202
- # The time when the File was last updated.
202
+ # Output only. The time when the File was last updated.
203
203
  # Corresponds to the JSON property `updateTime`
204
204
  # @return [String]
205
205
  attr_accessor :update_time
@@ -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.32.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221022"
25
+ REVISION = "20230208"
26
26
  end
27
27
  end
28
28
  end
@@ -444,7 +444,7 @@ module Google
444
444
 
445
445
  # Gets a file.
446
446
  # @param [String] name
447
- # The name of the file to retrieve.
447
+ # Required. The name of the file to retrieve.
448
448
  # @param [String] fields
449
449
  # Selector specifying which fields to include in a partial response.
450
450
  # @param [String] quota_user
@@ -474,8 +474,8 @@ module Google
474
474
 
475
475
  # Lists files.
476
476
  # @param [String] parent
477
- # The name of the repository whose files will be listed. For example: "projects/
478
- # p1/locations/us-central1/repositories/repo1
477
+ # Required. The name of the repository whose files will be listed. For example: "
478
+ # projects/p1/locations/us-central1/repositories/repo1
479
479
  # @param [String] filter
480
480
  # An expression for filtering the results of the request. Filter rules are case
481
481
  # insensitive. The fields eligible for filtering are: * `name` * `owner` An
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.32.0
4
+ version: 0.34.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-11-07 00:00:00.000000000 Z
11
+ date: 2023-02-12 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta1/v0.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta1/v0.34.0
62
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: []
@@ -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.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Artifact Registry API V1beta1