google-apis-artifactregistry_v1 0.65.0 → 0.66.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/artifactregistry_v1/classes.rb +25 -0
- data/lib/google/apis/artifactregistry_v1/gem_version.rb +2 -2
- data/lib/google/apis/artifactregistry_v1/representations.rb +15 -0
- data/lib/google/apis/artifactregistry_v1/service.rb +80 -80
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 57d69b269f6809569b36d5d1a2898d250f6da29172bc554ad2da30e271a01f76
|
4
|
+
data.tar.gz: e6f2592080b1eaa30ab748e5b01dff6a4e10126e746d49fca0df526b30d7efeb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4262e4e40eddc8005f3cf53a05ca5c752b3ad4e14dcc497ce57a04c47133822c200cebd26d9e98dc0c7b0643cead6ace066dc44a1249ef7965ee6370668685d5
|
7
|
+
data.tar.gz: d008a9a6745d0639e18a34d1e80b6c1b6788a3196c9084e5e857fe9a83908fae783b2399672dcda67cfcf096e3b17b916fdbfdd70cc828fc3b2d7fee07eb099d
|
data/CHANGELOG.md
CHANGED
@@ -364,6 +364,25 @@ module Google
|
|
364
364
|
end
|
365
365
|
end
|
366
366
|
|
367
|
+
# Common remote repository settings type.
|
368
|
+
class CommonRemoteRepository
|
369
|
+
include Google::Apis::Core::Hashable
|
370
|
+
|
371
|
+
# Required. A common public repository base for Remote Repository.
|
372
|
+
# Corresponds to the JSON property `uri`
|
373
|
+
# @return [String]
|
374
|
+
attr_accessor :uri
|
375
|
+
|
376
|
+
def initialize(**args)
|
377
|
+
update!(**args)
|
378
|
+
end
|
379
|
+
|
380
|
+
# Update properties of this object
|
381
|
+
def update!(**args)
|
382
|
+
@uri = args[:uri] if args.key?(:uri)
|
383
|
+
end
|
384
|
+
end
|
385
|
+
|
367
386
|
# DockerImage represents a docker artifact. The following fields are returned as
|
368
387
|
# untyped metadata in the Version resource, using camelcase keys (i.e. metadata.
|
369
388
|
# imageSizeBytes): * imageSizeBytes * mediaType * buildTime
|
@@ -2151,6 +2170,11 @@ module Google
|
|
2151
2170
|
# @return [Google::Apis::ArtifactregistryV1::AptRepository]
|
2152
2171
|
attr_accessor :apt_repository
|
2153
2172
|
|
2173
|
+
# Common remote repository settings type.
|
2174
|
+
# Corresponds to the JSON property `commonRepository`
|
2175
|
+
# @return [Google::Apis::ArtifactregistryV1::CommonRemoteRepository]
|
2176
|
+
attr_accessor :common_repository
|
2177
|
+
|
2154
2178
|
# The description of the remote source.
|
2155
2179
|
# Corresponds to the JSON property `description`
|
2156
2180
|
# @return [String]
|
@@ -2200,6 +2224,7 @@ module Google
|
|
2200
2224
|
# Update properties of this object
|
2201
2225
|
def update!(**args)
|
2202
2226
|
@apt_repository = args[:apt_repository] if args.key?(:apt_repository)
|
2227
|
+
@common_repository = args[:common_repository] if args.key?(:common_repository)
|
2203
2228
|
@description = args[:description] if args.key?(:description)
|
2204
2229
|
@disable_upstream_validation = args[:disable_upstream_validation] if args.key?(:disable_upstream_validation)
|
2205
2230
|
@docker_repository = args[:docker_repository] if args.key?(:docker_repository)
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.66.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240903"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -70,6 +70,12 @@ module Google
|
|
70
70
|
include Google::Apis::Core::JsonObjectSupport
|
71
71
|
end
|
72
72
|
|
73
|
+
class CommonRemoteRepository
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
73
79
|
class DockerImage
|
74
80
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
81
|
|
@@ -719,6 +725,13 @@ module Google
|
|
719
725
|
end
|
720
726
|
end
|
721
727
|
|
728
|
+
class CommonRemoteRepository
|
729
|
+
# @private
|
730
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
731
|
+
property :uri, as: 'uri'
|
732
|
+
end
|
733
|
+
end
|
734
|
+
|
722
735
|
class DockerImage
|
723
736
|
# @private
|
724
737
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1246,6 +1259,8 @@ module Google
|
|
1246
1259
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1247
1260
|
property :apt_repository, as: 'aptRepository', class: Google::Apis::ArtifactregistryV1::AptRepository, decorator: Google::Apis::ArtifactregistryV1::AptRepository::Representation
|
1248
1261
|
|
1262
|
+
property :common_repository, as: 'commonRepository', class: Google::Apis::ArtifactregistryV1::CommonRemoteRepository, decorator: Google::Apis::ArtifactregistryV1::CommonRemoteRepository::Representation
|
1263
|
+
|
1249
1264
|
property :description, as: 'description'
|
1250
1265
|
property :disable_upstream_validation, as: 'disableUpstreamValidation'
|
1251
1266
|
property :docker_repository, as: 'dockerRepository', class: Google::Apis::ArtifactregistryV1::DockerRepository, decorator: Google::Apis::ArtifactregistryV1::DockerRepository::Representation
|
@@ -441,9 +441,9 @@ module Google
|
|
441
441
|
# Optional. An expression for filtering the results of the request. Filter rules
|
442
442
|
# are case insensitive. The fields eligible for filtering are: * `name` Examples
|
443
443
|
# of using a filter: To filter the results of your request to repositories with
|
444
|
-
# the name
|
445
|
-
# following filter expression to your request: * `name="projects/my-project/
|
446
|
-
# locations/us-central1/repositories/my-repo` You can also use wildcards to
|
444
|
+
# the name `my-repo` in project `my-project` in the `us-central` region, append
|
445
|
+
# the following filter expression to your request: * `name="projects/my-project/
|
446
|
+
# locations/us-central1/repositories/my-repo"` You can also use wildcards to
|
447
447
|
# match any number of characters before or after the value: * `name="projects/my-
|
448
448
|
# project/locations/us-central1/repositories/my-*"` * `name="projects/my-project/
|
449
449
|
# locations/us-central1/repositories/*repo"` * `name="projects/my-project/
|
@@ -853,30 +853,30 @@ module Google
|
|
853
853
|
# An expression for filtering the results of the request. Filter rules are case
|
854
854
|
# insensitive. The fields eligible for filtering are: * `name` * `owner` * `
|
855
855
|
# annotations` Examples of using a filter: To filter the results of your request
|
856
|
-
# to files with the name
|
857
|
-
# region, in repository my-repo
|
858
|
-
# request: * `name="projects/my-project/locations/us-central1/
|
859
|
-
# repo/files/my-file.txt"` You can also use wildcards to match
|
860
|
-
# characters before or after the value: * `name="projects/my-
|
861
|
-
# us-central1/repositories/my-repo/files/my-*"` * `name="
|
862
|
-
# locations/us-central1/repositories/my-repo/files/*file.txt"
|
863
|
-
# my-project/locations/us-central1/repositories/my-repo/
|
864
|
-
# the results of your request to files owned by the
|
865
|
-
# pkg1`, append the following filter expression to
|
866
|
-
# projects/my-project/locations/us-central1/repositories/
|
867
|
-
# package/versions/1.0"` To filter the results of your
|
868
|
-
# annotation key-value pair [`external_link
|
869
|
-
# following filter expression to your request:
|
870
|
-
# external_link_value" To filter just for a
|
871
|
-
# external_link`, append the following filter
|
872
|
-
# annotations.external_link" If the annotation
|
873
|
-
# characters, you can escape them by surrounding
|
874
|
-
# example, to filter the results of your request
|
875
|
-
# key-value pair [`external.link`:`https://example.
|
876
|
-
# following filter expression to your request: * "
|
877
|
-
# https://example.com/my-file`" You can also
|
878
|
-
# wildcard to match any number of characters
|
879
|
-
# annotations.*_link:`*example.com*`"
|
856
|
+
# to files with the name `my_file.txt` in project `my-project` in the `us-
|
857
|
+
# central` region, in repository `my-repo`, append the following filter
|
858
|
+
# expression to your request: * `name="projects/my-project/locations/us-central1/
|
859
|
+
# repositories/my-repo/files/my-file.txt"` You can also use wildcards to match
|
860
|
+
# any number of characters before or after the value: * `name="projects/my-
|
861
|
+
# project/locations/us-central1/repositories/my-repo/files/my-*"` * `name="
|
862
|
+
# projects/my-project/locations/us-central1/repositories/my-repo/files/*file.txt"
|
863
|
+
# ` * `name="projects/my-project/locations/us-central1/repositories/my-repo/
|
864
|
+
# files/*file*"` To filter the results of your request to files owned by the
|
865
|
+
# version `1.0` in package `pkg1`, append the following filter expression to
|
866
|
+
# your request: * `owner="projects/my-project/locations/us-central1/repositories/
|
867
|
+
# my-repo/packages/my-package/versions/1.0"` To filter the results of your
|
868
|
+
# request to files with the annotation key-value pair [`external_link`: `
|
869
|
+
# external_link_value`], append the following filter expression to your request:
|
870
|
+
# * `"annotations.external_link:external_link_value"` To filter just for a
|
871
|
+
# specific annotation key `external_link`, append the following filter
|
872
|
+
# expression to your request: * `"annotations.external_link"` If the annotation
|
873
|
+
# key or value contains special characters, you can escape them by surrounding
|
874
|
+
# the value with backticks. For example, to filter the results of your request
|
875
|
+
# to files with the annotation key-value pair [`external.link`:`https://example.
|
876
|
+
# com/my-file`], append the following filter expression to your request: * `` "
|
877
|
+
# annotations.`external.link`:`https://example.com/my-file`" `` You can also
|
878
|
+
# filter with annotations with a wildcard to match any number of characters
|
879
|
+
# before or after the value: * `` "annotations.*_link:`*example.com*`" ``
|
880
880
|
# @param [String] order_by
|
881
881
|
# The field to order the results by.
|
882
882
|
# @param [Fixnum] page_size
|
@@ -1334,27 +1334,27 @@ module Google
|
|
1334
1334
|
# Optional. An expression for filtering the results of the request. Filter rules
|
1335
1335
|
# are case insensitive. The fields eligible for filtering are: * `name` * `
|
1336
1336
|
# annotations` Examples of using a filter: To filter the results of your request
|
1337
|
-
# to packages with the name
|
1338
|
-
# region, in repository my-repo
|
1339
|
-
# request: * `name="projects/my-project/locations/us-central1/
|
1340
|
-
# repo/packages/my-package"` You can also use wildcards to match
|
1341
|
-
# characters before or after the value: * `name="projects/my-
|
1342
|
-
# us-central1/repositories/my-repo/packages/my-*"` * `name="
|
1343
|
-
# locations/us-central1/repositories/my-repo/packages/*
|
1344
|
-
# projects/my-project/locations/us-central1/repositories/my-
|
1345
|
-
# ` To filter the results of your request to packages with
|
1346
|
-
# value pair [`external_link
|
1347
|
-
# filter expression to your request": * "annotations.
|
1348
|
-
# external_link_value" To filter the results just for a specific
|
1349
|
-
# external_link`, append the following filter expression to your
|
1350
|
-
# annotations.external_link" If the annotation key or value
|
1351
|
-
# characters, you can escape them by surrounding the value with
|
1352
|
-
# example, to filter the results of your request to packages with
|
1353
|
-
# key-value pair [`external.link`:`https://example.com/my-package`
|
1354
|
-
# following filter expression to your request: * "annotations.`
|
1355
|
-
# https://example.com/my-package`" You can also filter with
|
1356
|
-
# wildcard to match any number of characters before or after
|
1357
|
-
# annotations.*_link:`*example.com*`"
|
1337
|
+
# to packages with the name `my-package` in project `my-project` in the `us-
|
1338
|
+
# central` region, in repository `my-repo`, append the following filter
|
1339
|
+
# expression to your request: * `name="projects/my-project/locations/us-central1/
|
1340
|
+
# repositories/my-repo/packages/my-package"` You can also use wildcards to match
|
1341
|
+
# any number of characters before or after the value: * `name="projects/my-
|
1342
|
+
# project/locations/us-central1/repositories/my-repo/packages/my-*"` * `name="
|
1343
|
+
# projects/my-project/locations/us-central1/repositories/my-repo/packages/*
|
1344
|
+
# package"` * `name="projects/my-project/locations/us-central1/repositories/my-
|
1345
|
+
# repo/packages/*pack*"` To filter the results of your request to packages with
|
1346
|
+
# the annotation key-value pair [`external_link`: `external_link_value`], append
|
1347
|
+
# the following filter expression to your request": * `"annotations.
|
1348
|
+
# external_link:external_link_value"` To filter the results just for a specific
|
1349
|
+
# annotation key `external_link`, append the following filter expression to your
|
1350
|
+
# request: * `"annotations.external_link"` If the annotation key or value
|
1351
|
+
# contains special characters, you can escape them by surrounding the value with
|
1352
|
+
# backticks. For example, to filter the results of your request to packages with
|
1353
|
+
# the annotation key-value pair [`external.link`:`https://example.com/my-package`
|
1354
|
+
# ], append the following filter expression to your request: * `` "annotations.`
|
1355
|
+
# external.link`:`https://example.com/my-package`" `` You can also filter with
|
1356
|
+
# annotations with a wildcard to match any number of characters before or after
|
1357
|
+
# the value: * `` "annotations.*_link:`*example.com*`" ``
|
1358
1358
|
# @param [String] order_by
|
1359
1359
|
# Optional. The field to order the results by.
|
1360
1360
|
# @param [Fixnum] page_size
|
@@ -1536,19 +1536,19 @@ module Google
|
|
1536
1536
|
# An expression for filtering the results of the request. Filter rules are case
|
1537
1537
|
# insensitive. The fields eligible for filtering are: * `name` * `version`
|
1538
1538
|
# Examples of using a filter: To filter the results of your request to tags with
|
1539
|
-
# the name
|
1540
|
-
#
|
1541
|
-
#
|
1542
|
-
#
|
1543
|
-
#
|
1544
|
-
#
|
1545
|
-
#
|
1546
|
-
#
|
1547
|
-
#
|
1548
|
-
#
|
1549
|
-
#
|
1550
|
-
#
|
1551
|
-
#
|
1539
|
+
# the name `my-tag` in package `my-package` in repository `my-repo` in project "`
|
1540
|
+
# y-project` in the us-central region, append the following filter expression to
|
1541
|
+
# your request: * `name="projects/my-project/locations/us-central1/repositories/
|
1542
|
+
# my-repo/packages/my-package/tags/my-tag"` You can also use wildcards to match
|
1543
|
+
# any number of characters before or after the value: * `name="projects/my-
|
1544
|
+
# project/locations/us-central1/repositories/my-repo/packages/my-package/tags/my*
|
1545
|
+
# "` * `name="projects/my-project/locations/us-central1/repositories/my-repo/
|
1546
|
+
# packages/my-package/tags/*tag"` * `name="projects/my-project/locations/us-
|
1547
|
+
# central1/repositories/my-repo/packages/my-package/tags/*tag*"` To filter the
|
1548
|
+
# results of your request to tags applied to the version `1.0` in package `my-
|
1549
|
+
# package`, append the following filter expression to your request: * `version="
|
1550
|
+
# projects/my-project/locations/us-central1/repositories/my-repo/packages/my-
|
1551
|
+
# package/versions/1.0"`
|
1552
1552
|
# @param [Fixnum] page_size
|
1553
1553
|
# The maximum number of tags to return. Maximum page size is 1,000.
|
1554
1554
|
# @param [String] page_token
|
@@ -1733,28 +1733,28 @@ module Google
|
|
1733
1733
|
# Optional. An expression for filtering the results of the request. Filter rules
|
1734
1734
|
# are case insensitive. The fields eligible for filtering are: * `name` * `
|
1735
1735
|
# annotations` Examples of using a filter: To filter the results of your request
|
1736
|
-
# to versions with the name
|
1737
|
-
# region, in repository my-repo
|
1738
|
-
# request: * `name="projects/my-project/locations/us-central1/
|
1739
|
-
# repo/packages/my-package/versions/my-version"` You can also
|
1740
|
-
# match any number of characters before or after the value: * `
|
1741
|
-
# project/locations/us-central1/repositories/my-repo/packages/
|
1742
|
-
# versions/*version"` * `name="projects/my-project/locations/us-
|
1743
|
-
# repositories/my-repo/packages/my-package/versions/my*"` * `name="
|
1744
|
-
# project/locations/us-central1/repositories/my-repo/packages/my-
|
1745
|
-
# versions/*version*"` To filter the results of your request to versions
|
1746
|
-
# the annotation key-value pair [`external_link
|
1747
|
-
# the following filter expression to your request: * "annotations.
|
1748
|
-
# external_link_value" To filter just for a specific annotation
|
1749
|
-
# external_link`, append the following filter expression to your request: *
|
1750
|
-
# annotations.external_link" If the annotation key or value contains special
|
1736
|
+
# to versions with the name `my-version` in project `my-project` in the `us-
|
1737
|
+
# central` region, in repository `my-repo`, append the following filter
|
1738
|
+
# expression to your request: * `name="projects/my-project/locations/us-central1/
|
1739
|
+
# repositories/my-repo/packages/my-package/versions/my-version"` You can also
|
1740
|
+
# use wildcards to match any number of characters before or after the value: * `
|
1741
|
+
# name="projects/my-project/locations/us-central1/repositories/my-repo/packages/
|
1742
|
+
# my-package/versions/*version"` * `name="projects/my-project/locations/us-
|
1743
|
+
# central1/repositories/my-repo/packages/my-package/versions/my*"` * `name="
|
1744
|
+
# projects/my-project/locations/us-central1/repositories/my-repo/packages/my-
|
1745
|
+
# package/versions/*version*"` To filter the results of your request to versions
|
1746
|
+
# with the annotation key-value pair [`external_link`: `external_link_value`],
|
1747
|
+
# append the following filter expression to your request: * `"annotations.
|
1748
|
+
# external_link:external_link_value"` To filter just for a specific annotation
|
1749
|
+
# key `external_link`, append the following filter expression to your request: *
|
1750
|
+
# `"annotations.external_link"` If the annotation key or value contains special
|
1751
1751
|
# characters, you can escape them by surrounding the value with backticks. For
|
1752
1752
|
# example, to filter the results of your request to versions with the annotation
|
1753
1753
|
# key-value pair [`external.link`:`https://example.com/my-version`], append the
|
1754
|
-
# following filter expression to your request: * "annotations.`external.link
|
1755
|
-
# https://example.com/my-version`" You can also filter with annotations with
|
1756
|
-
# wildcard to match any number of characters before or after the value: * "
|
1757
|
-
# annotations.*_link:`*example.com*`"
|
1754
|
+
# following filter expression to your request: * `` "annotations.`external.link`:
|
1755
|
+
# `https://example.com/my-version`" `` You can also filter with annotations with
|
1756
|
+
# a wildcard to match any number of characters before or after the value: * `` "
|
1757
|
+
# annotations.*_link:`*example.com*`" ``
|
1758
1758
|
# @param [String] order_by
|
1759
1759
|
# Optional. The field to order the results by.
|
1760
1760
|
# @param [Fixnum] page_size
|
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.
|
4
|
+
version: 0.66.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: 2024-09-
|
11
|
+
date: 2024-09-15 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1/v0.66.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: []
|