google-apis-artifactregistry_v1beta1 0.51.0 → 0.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1f6331b63b5a6c649a72865ac130ffc2c10979006b707bd6e8fb8b8849f7d5b3
|
4
|
+
data.tar.gz: d99ee8b1be156f4cf39aafe809c8c3814dbf9b8fae9ed24bb80ef07bee469a0e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f75bc6f5cc7d79b5ff240b6d8c7d4efe6dd88816bc504dfa56462483ab310322b634dc528a8a8bc8b8cc55b046009ef624984258b09ffd49f6f1846845742704
|
7
|
+
data.tar.gz: 07a4c503676c1c6f6c69a1e553f6ee2d8d3b73ffdaf2532b0ca8852849e72f864e9a9a13980d260f47ac7d26be61762fe7bbca0eea3772435516656c8a824c64
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# Release history for google-apis-artifactregistry_v1beta1
|
2
2
|
|
3
|
+
### v0.53.0 (2025-05-04)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250425
|
6
|
+
* Regenerated using generator version 0.17.0
|
7
|
+
|
8
|
+
### v0.52.0 (2024-12-02)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20241010
|
11
|
+
* Regenerated using generator version 0.15.1
|
12
|
+
|
3
13
|
### v0.51.0 (2024-06-02)
|
4
14
|
|
5
15
|
* Regenerated from discovery document revision 20240528
|
data/OVERVIEW.md
CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/artifacts/docs/) may provid
|
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|
86
|
-
This library is supported on Ruby
|
86
|
+
This library is supported on Ruby 3.1+.
|
87
87
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
89
89
|
|
@@ -705,13 +705,13 @@ module Google
|
|
705
705
|
# @return [String]
|
706
706
|
attr_accessor :name
|
707
707
|
|
708
|
-
# Output only.
|
708
|
+
# Output only. Whether or not this repository satisfies PZI.
|
709
709
|
# Corresponds to the JSON property `satisfiesPzi`
|
710
710
|
# @return [Boolean]
|
711
711
|
attr_accessor :satisfies_pzi
|
712
712
|
alias_method :satisfies_pzi?, :satisfies_pzi
|
713
713
|
|
714
|
-
# Output only.
|
714
|
+
# Output only. Whether or not this repository satisfies PZS.
|
715
715
|
# Corresponds to the JSON property `satisfiesPzs`
|
716
716
|
# @return [Boolean]
|
717
717
|
attr_accessor :satisfies_pzs
|
@@ -845,8 +845,8 @@ module Google
|
|
845
845
|
# @return [String]
|
846
846
|
attr_accessor :name
|
847
847
|
|
848
|
-
# The name of the version the tag refers to, for example:
|
849
|
-
# us-central1/repositories/repo1/packages/pkg1/versions/sha256:5243811
|
848
|
+
# The name of the version the tag refers to, for example: `projects/p1/locations/
|
849
|
+
# us-central1/repositories/repo1/packages/pkg1/versions/sha256:5243811` If the
|
850
850
|
# package or version ID parts contain slashes, the slashes are escaped.
|
851
851
|
# Corresponds to the JSON property `version`
|
852
852
|
# @return [String]
|
@@ -919,8 +919,8 @@ module Google
|
|
919
919
|
# @return [String]
|
920
920
|
attr_accessor :description
|
921
921
|
|
922
|
-
# The name of the version, for example:
|
923
|
-
# repositories/repo1/packages/pkg1/versions/art1
|
922
|
+
# The name of the version, for example: `projects/p1/locations/us-central1/
|
923
|
+
# repositories/repo1/packages/pkg1/versions/art1`. If the package or version ID
|
924
924
|
# parts contain slashes, the slashes are escaped.
|
925
925
|
# Corresponds to the JSON property `name`
|
926
926
|
# @return [String]
|
@@ -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.53.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.17.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250425"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -85,6 +85,9 @@ module Google
|
|
85
85
|
# Lists information about the supported locations for this service.
|
86
86
|
# @param [String] name
|
87
87
|
# The resource that owns the locations collection, if applicable.
|
88
|
+
# @param [Array<String>, String] extra_location_types
|
89
|
+
# Optional. A list of extra location types that should be used as conditions for
|
90
|
+
# controlling the visibility of the locations.
|
88
91
|
# @param [String] filter
|
89
92
|
# A filter to narrow down results to a preferred subset. The filtering language
|
90
93
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
@@ -112,11 +115,12 @@ module Google
|
|
112
115
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
113
116
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
114
117
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
115
|
-
def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
118
|
+
def list_project_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
116
119
|
command = make_simple_command(:get, 'v1beta1/{+name}/locations', options)
|
117
120
|
command.response_representation = Google::Apis::ArtifactregistryV1beta1::ListLocationsResponse::Representation
|
118
121
|
command.response_class = Google::Apis::ArtifactregistryV1beta1::ListLocationsResponse
|
119
122
|
command.params['name'] = name unless name.nil?
|
123
|
+
command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
|
120
124
|
command.query['filter'] = filter unless filter.nil?
|
121
125
|
command.query['pageSize'] = page_size unless page_size.nil?
|
122
126
|
command.query['pageToken'] = page_token unless page_token.nil?
|
@@ -302,6 +306,8 @@ module Google
|
|
302
306
|
# Lists repositories.
|
303
307
|
# @param [String] parent
|
304
308
|
# Required. The name of the parent resource whose repositories will be listed.
|
309
|
+
# @param [String] order_by
|
310
|
+
# Optional. The field to order the results by.
|
305
311
|
# @param [Fixnum] page_size
|
306
312
|
# The maximum number of repositories to return. Maximum page size is 1,000.
|
307
313
|
# @param [String] page_token
|
@@ -323,11 +329,12 @@ module Google
|
|
323
329
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
324
330
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
325
331
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
326
|
-
def list_project_location_repositories(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
332
|
+
def list_project_location_repositories(parent, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
327
333
|
command = make_simple_command(:get, 'v1beta1/{+parent}/repositories', options)
|
328
334
|
command.response_representation = Google::Apis::ArtifactregistryV1beta1::ListRepositoriesResponse::Representation
|
329
335
|
command.response_class = Google::Apis::ArtifactregistryV1beta1::ListRepositoriesResponse
|
330
336
|
command.params['parent'] = parent unless parent.nil?
|
337
|
+
command.query['orderBy'] = order_by unless order_by.nil?
|
331
338
|
command.query['pageSize'] = page_size unless page_size.nil?
|
332
339
|
command.query['pageToken'] = page_token unless page_token.nil?
|
333
340
|
command.query['fields'] = fields unless fields.nil?
|
@@ -481,11 +488,32 @@ module Google
|
|
481
488
|
# projects/p1/locations/us-central1/repositories/repo1
|
482
489
|
# @param [String] filter
|
483
490
|
# An expression for filtering the results of the request. Filter rules are case
|
484
|
-
# insensitive. The fields eligible for filtering are: * `name` * `owner`
|
485
|
-
#
|
486
|
-
#
|
487
|
-
#
|
488
|
-
#
|
491
|
+
# insensitive. The fields eligible for filtering are: * `name` * `owner` * `
|
492
|
+
# annotations` Examples of using a filter: To filter the results of your request
|
493
|
+
# to files with the name `my_file.txt` in project `my-project` in the `us-
|
494
|
+
# central` region, in repository `my-repo`, append the following filter
|
495
|
+
# expression to your request: * `name="projects/my-project/locations/us-central1/
|
496
|
+
# repositories/my-repo/files/my-file.txt"` You can also use wildcards to match
|
497
|
+
# any number of characters before or after the value: * `name="projects/my-
|
498
|
+
# project/locations/us-central1/repositories/my-repo/files/my-*"` * `name="
|
499
|
+
# projects/my-project/locations/us-central1/repositories/my-repo/files/*file.txt"
|
500
|
+
# ` * `name="projects/my-project/locations/us-central1/repositories/my-repo/
|
501
|
+
# files/*file*"` To filter the results of your request to files owned by the
|
502
|
+
# version `1.0` in package `pkg1`, append the following filter expression to
|
503
|
+
# your request: * `owner="projects/my-project/locations/us-central1/repositories/
|
504
|
+
# my-repo/packages/my-package/versions/1.0"` To filter the results of your
|
505
|
+
# request to files with the annotation key-value pair [`external_link`: `
|
506
|
+
# external_link_value`], append the following filter expression to your request:
|
507
|
+
# * `"annotations.external_link:external_link_value"` To filter just for a
|
508
|
+
# specific annotation key `external_link`, append the following filter
|
509
|
+
# expression to your request: * `"annotations.external_link"` If the annotation
|
510
|
+
# key or value contains special characters, you can escape them by surrounding
|
511
|
+
# the value with backticks. For example, to filter the results of your request
|
512
|
+
# to files with the annotation key-value pair [`external.link`:`https://example.
|
513
|
+
# com/my-file`], append the following filter expression to your request: * `` "
|
514
|
+
# annotations.`external.link`:`https://example.com/my-file`" `` You can also
|
515
|
+
# filter with annotations with a wildcard to match any number of characters
|
516
|
+
# before or after the value: * `` "annotations.*_link:`*example.com*`" ``
|
489
517
|
# @param [Fixnum] page_size
|
490
518
|
# The maximum number of files to return. Maximum page size is 1,000.
|
491
519
|
# @param [String] page_token
|
@@ -584,6 +612,8 @@ module Google
|
|
584
612
|
# Lists packages.
|
585
613
|
# @param [String] parent
|
586
614
|
# Required. The name of the parent resource whose packages will be listed.
|
615
|
+
# @param [String] order_by
|
616
|
+
# Optional. The field to order the results by.
|
587
617
|
# @param [Fixnum] page_size
|
588
618
|
# The maximum number of packages to return. Maximum page size is 1,000.
|
589
619
|
# @param [String] page_token
|
@@ -605,11 +635,12 @@ module Google
|
|
605
635
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
606
636
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
607
637
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
608
|
-
def list_project_location_repository_packages(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
638
|
+
def list_project_location_repository_packages(parent, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
609
639
|
command = make_simple_command(:get, 'v1beta1/{+parent}/packages', options)
|
610
640
|
command.response_representation = Google::Apis::ArtifactregistryV1beta1::ListPackagesResponse::Representation
|
611
641
|
command.response_class = Google::Apis::ArtifactregistryV1beta1::ListPackagesResponse
|
612
642
|
command.params['parent'] = parent unless parent.nil?
|
643
|
+
command.query['orderBy'] = order_by unless order_by.nil?
|
613
644
|
command.query['pageSize'] = page_size unless page_size.nil?
|
614
645
|
command.query['pageToken'] = page_token unless page_token.nil?
|
615
646
|
command.query['fields'] = fields unless fields.nil?
|
@@ -719,15 +750,21 @@ module Google
|
|
719
750
|
# projects/p1/locations/us-central1/repositories/repo1/packages/pkg1`.
|
720
751
|
# @param [String] filter
|
721
752
|
# An expression for filtering the results of the request. Filter rules are case
|
722
|
-
# insensitive. The fields eligible for filtering are: * `
|
723
|
-
# using a filter:
|
724
|
-
#
|
725
|
-
#
|
726
|
-
#
|
727
|
-
#
|
728
|
-
#
|
729
|
-
# locations/us-central1/repositories/
|
730
|
-
#
|
753
|
+
# insensitive. The fields eligible for filtering are: * `name` * `version`
|
754
|
+
# Examples of using a filter: To filter the results of your request to tags with
|
755
|
+
# the name `my-tag` in package `my-package` in repository `my-repo` in project "`
|
756
|
+
# y-project` in the us-central region, append the following filter expression to
|
757
|
+
# your request: * `name="projects/my-project/locations/us-central1/repositories/
|
758
|
+
# my-repo/packages/my-package/tags/my-tag"` You can also use wildcards to match
|
759
|
+
# any number of characters before or after the value: * `name="projects/my-
|
760
|
+
# project/locations/us-central1/repositories/my-repo/packages/my-package/tags/my*
|
761
|
+
# "` * `name="projects/my-project/locations/us-central1/repositories/my-repo/
|
762
|
+
# packages/my-package/tags/*tag"` * `name="projects/my-project/locations/us-
|
763
|
+
# central1/repositories/my-repo/packages/my-package/tags/*tag*"` To filter the
|
764
|
+
# results of your request to tags applied to the version `1.0` in package `my-
|
765
|
+
# package`, append the following filter expression to your request: * `version="
|
766
|
+
# projects/my-project/locations/us-central1/repositories/my-repo/packages/my-
|
767
|
+
# package/versions/1.0"`
|
731
768
|
# @param [Fixnum] page_size
|
732
769
|
# The maximum number of tags to return. Maximum page size is 1,000.
|
733
770
|
# @param [String] page_token
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.53.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta1/v0.53.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-artifactregistry_v1beta1
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -68,15 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
68
66
|
requirements:
|
69
67
|
- - ">="
|
70
68
|
- !ruby/object:Gem::Version
|
71
|
-
version: '
|
69
|
+
version: '3.1'
|
72
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
73
71
|
requirements:
|
74
72
|
- - ">="
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.8
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Artifact Registry API V1beta1
|
82
79
|
test_files: []
|