Class: Google::Cloud::ArtifactRegistry::V1::ListFilesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::ListFilesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/file.rb
Overview
The request to list files.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
An expression for filtering the results of the request.
-
#order_by ⇒ ::String
The field to order the results by.
-
#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
Required.
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
.
106 107 108 109 |
# File 'proto_docs/google/devtools/artifactregistry/v1/file.rb', line 106 class ListFilesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns The field to order the results by.
106 107 108 109 |
# File 'proto_docs/google/devtools/artifactregistry/v1/file.rb', line 106 class ListFilesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The maximum number of files to return.
106 107 108 109 |
# File 'proto_docs/google/devtools/artifactregistry/v1/file.rb', line 106 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.
106 107 108 109 |
# File 'proto_docs/google/devtools/artifactregistry/v1/file.rb', line 106 class ListFilesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The name of the repository whose files will be listed. For example: "projects/p1/locations/us-central1/repositories/repo1.
106 107 108 109 |
# File 'proto_docs/google/devtools/artifactregistry/v1/file.rb', line 106 class ListFilesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |