Class: Google::Cloud::ArtifactRegistry::V1beta2::ListFilesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1beta2::ListFilesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1beta2/file.rb
Overview
The request to list files.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
An expression for filtering the results of the request.
-
#page_size ⇒ ::Integer
The maximum number of files to return.
-
#page_token ⇒ ::String
The next_page_token value returned from a previous list request, if any.
-
#parent ⇒ ::String
The name of the repository whose files will be listed.
Instance Attribute Details
#filter ⇒ ::String
Returns 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 version1.0
in packagepkg1
.
99 100 101 102 |
# File 'proto_docs/google/devtools/artifactregistry/v1beta2/file.rb', line 99 class ListFilesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The maximum number of files to return.
99 100 101 102 |
# File 'proto_docs/google/devtools/artifactregistry/v1beta2/file.rb', line 99 class ListFilesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The next_page_token value returned from a previous list request, if any.
99 100 101 102 |
# File 'proto_docs/google/devtools/artifactregistry/v1beta2/file.rb', line 99 class ListFilesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns The name of the repository whose files will be listed. For example: "projects/p1/locations/us-central1/repositories/repo1.
99 100 101 102 |
# File 'proto_docs/google/devtools/artifactregistry/v1beta2/file.rb', line 99 class ListFilesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |