Artifact Registry V1 API - Class Google::Cloud::ArtifactRegistry::V1::ListFilesRequest (v0.13.0)

Reference documentation and code samples for the Artifact Registry V1 API class Google::Cloud::ArtifactRegistry::V1::ListFilesRequest.

The request to list files.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) —

    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.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) —

    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.
Returns
  • (::String) —

    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.

#order_by

def order_by() -> ::String
Returns
  • (::String) — The field to order the results by.

#order_by=

def order_by=(value) -> ::String
Parameter
  • value (::String) — The field to order the results by.
Returns
  • (::String) — The field to order the results by.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — The maximum number of files to return.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The maximum number of files to return.
Returns
  • (::Integer) — The maximum number of files to return.

#page_token

def page_token() -> ::String
Returns
  • (::String) — The next_page_token value returned from a previous list request, if any.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — The next_page_token value returned from a previous list request, if any.
Returns
  • (::String) — The next_page_token value returned from a previous list request, if any.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The name of the repository whose files will be listed. For example: "projects/p1/locations/us-central1/repositories/repo1

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the repository whose files will be listed. For example: "projects/p1/locations/us-central1/repositories/repo1
Returns
  • (::String) — Required. The name of the repository whose files will be listed. For example: "projects/p1/locations/us-central1/repositories/repo1