google-apis-artifactregistry_v1beta1 0.33.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0c5572b11e6826c9cfc52bf7d3b38e79342455bb5552aeccbfd56c09240968ba
|
4
|
+
data.tar.gz: 7b674359e183288848b2676ec7940b1dd6af2386f15c2a15ea8340108943cd82
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 41bc27d1362f63ed59abd29ab94c2aa9a1a0191d40306c39cac14b8f8a9ce40cca519d58d7f205b8ad70c8ae23246f93360dbc7cabacff769e83068802c846b8
|
7
|
+
data.tar.gz: 347224f0390b5d2054a60331bad33c9a66042e0e9ebb9c595d748e366386f7b555d5a1c151a22a06e6729643b70a1df72037d6255d3b82bbba72073dccb2431b
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
19
|
+
GEM_VERSION = "0.34.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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: "
|
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.
|
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: 2023-02-
|
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.
|
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: []
|