Skip to content

Commit

Permalink
feat: Automated regeneration of artifactregistry v1 client (#20127)
Browse files Browse the repository at this point in the history
Auto-created at 2024-08-25 09:55:27 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Aug 25, 2024
1 parent fcd02fe commit 6494b3c
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 11 deletions.
4 changes: 4 additions & 0 deletions generated/google-apis-artifactregistry_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-artifactregistry_v1

### v0.64.0 (2024-08-25)

* Regenerated from discovery document revision 20240809

### v0.63.0 (2024-08-04)

* Regenerated from discovery document revision 20240724
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module ArtifactregistryV1
# Version of the google-apis-artifactregistry_v1 gem
GEM_VERSION = "0.63.0"
GEM_VERSION = "0.64.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.15.1"

# Revision of the discovery document this client was generated from
REVISION = "20240724"
REVISION = "20240809"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -836,11 +836,32 @@ def get_project_location_repository_file(name, fields: nil, quota_user: nil, opt
# projects/p1/locations/us-central1/repositories/repo1
# @param [String] filter
# An expression for filtering the results of the request. Filter rules are case
# insensitive. The fields eligible for filtering are: * `name` * `owner` An
# example of using a filter: * `name="projects/p1/locations/us-central1/
# repositories/repo1/files/a/b/*"` --> Files with an ID starting with "a/b/". * `
# owner="projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/
# versions/1.0"` --> Files owned by the version `1.0` in package `pkg1`.
# insensitive. The fields eligible for filtering are: * `name` * `owner` * `
# annotations` Examples of using a filter: To filter the results of your request
# to files with the name "my_file.txt" in project my-project in the us-central
# region, in repository my-repo, append the following filter expression to your
# request: * `name="projects/my-project/locations/us-central1/repositories/my-
# repo/files/my-file.txt"` You can also use wildcards to match any number of
# characters before or after the value: * `name="projects/my-project/locations/
# us-central1/repositories/my-repo/files/my-*"` * `name="projects/my-project/
# locations/us-central1/repositories/my-repo/files/*file.txt"` * `name="projects/
# my-project/locations/us-central1/repositories/my-repo/files/*file*"` To filter
# the results of your request to files owned by the version `1.0` in package `
# pkg1`, append the following filter expression to your request: * `owner="
# projects/my-project/locations/us-central1/repositories/my-repo/packages/my-
# package/versions/1.0"` To filter the results of your request to files with the
# annotation key-value pair [`external_link`:`external_link_value`], append the
# following filter expression to your request: * "annotations.external_link:
# external_link_value" To filter just for a specific annotation key `
# external_link`, append the following filter expression to your request: * "
# annotations.external_link" If the annotation key or value contains special
# characters, you can escape them by surrounding the value with backticks. For
# example, to filter the results of your request to files with the annotation
# key-value pair [`external.link`:`https://example.com/my-file`], append the
# following filter expression to your request: * "annotations.`external.link`:`
# https://example.com/my-file`" You can also filter with annotations with a
# wildcard to match any number of characters before or after the value: * "
# annotations.*_link:`*example.com*`"
# @param [String] order_by
# The field to order the results by.
# @param [Fixnum] page_size
Expand Down Expand Up @@ -1469,10 +1490,21 @@ def get_project_location_repository_package_tag(name, fields: nil, quota_user: n
# projects/p1/locations/us-central1/repositories/repo1/packages/pkg1`.
# @param [String] filter
# An expression for filtering the results of the request. Filter rules are case
# insensitive. The fields eligible for filtering are: * `version` An example of
# using a filter: * `version="projects/p1/locations/us-central1/repositories/
# repo1/packages/pkg1/versions/1.0"` --> Tags that are applied to the version `1.
# 0` in package `pkg1`.
# insensitive. The fields eligible for filtering are: * `name` * `version`
# Examples of using a filter: To filter the results of your request to tags with
# the name "my-tag" in package "my-package" in repository "my-repo" in project "
# my-project" in the us-central region, append the following filter expression
# to your request: * `name="projects/my-project/locations/us-central1/
# repositories/my-repo/packages/my-package/tags/my-tag"` You can also use
# wildcards to match any number of characters before or after the value: * `name=
# "projects/my-project/locations/us-central1/repositories/my-repo/packages/my-
# package/tags/my*"` * `name="projects/my-project/locations/us-central1/
# repositories/my-repo/packages/my-package/tags/*tag"` * `name="projects/my-
# project/locations/us-central1/repositories/my-repo/packages/my-package/tags/*
# tag*"` To filter the results of your request to tags applied to the version `1.
# 0` in package `my-package`, append the following filter expression to your
# request: * `version="projects/my-project/locations/us-central1/repositories/my-
# repo/packages/my-package/versions/1.0"`
# @param [Fixnum] page_size
# The maximum number of tags to return. Maximum page size is 1,000.
# @param [String] page_token
Expand Down

0 comments on commit 6494b3c

Please sign in to comment.