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- 
        (::String) — 
An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are:
nameowner
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 version1.0in packagepkg1.
 
#filter=
def filter=(value) -> ::String- 
        value (::String) — 
An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are:
nameowner
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 version1.0in packagepkg1.
 
- 
        (::String) — 
An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are:
nameowner
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 version1.0in packagepkg1.
 
#order_by
def order_by() -> ::String- (::String) — The field to order the results by.
 
#order_by=
def order_by=(value) -> ::String- value (::String) — The field to order the results by.
 
- (::String) — The field to order the results by.
 
#page_size
def page_size() -> ::Integer- (::Integer) — The maximum number of files to return.
 
#page_size=
def page_size=(value) -> ::Integer- value (::Integer) — The maximum number of files to return.
 
- (::Integer) — The maximum number of files to return.
 
#page_token
def page_token() -> ::String- (::String) — The next_page_token value returned from a previous list request, if any.
 
#page_token=
def page_token=(value) -> ::String- value (::String) — The next_page_token value returned from a previous list request, if any.
 
- (::String) — The next_page_token value returned from a previous list request, if any.
 
#parent
def parent() -> ::String- (::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- value (::String) — Required. The name of the repository whose files will be listed. For example: "projects/p1/locations/us-central1/repositories/repo1
 
- (::String) — Required. The name of the repository whose files will be listed. For example: "projects/p1/locations/us-central1/repositories/repo1