Class: Google::Cloud::ArtifactRegistry::V1::ListFilesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::ListFilesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/file.rb
Overview
The response from listing files.
Instance Attribute Summary collapse
-
#files ⇒ ::Array<::Google::Cloud::ArtifactRegistry::V1::File>
The files returned.
-
#next_page_token ⇒ ::String
The token to retrieve the next page of files, or empty if there are no more files to return.
Instance Attribute Details
#files ⇒ ::Array<::Google::Cloud::ArtifactRegistry::V1::File>
Returns The files returned.
169 170 171 172 |
# File 'proto_docs/google/devtools/artifactregistry/v1/file.rb', line 169 class ListFilesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns The token to retrieve the next page of files, or empty if there are no more files to return.
169 170 171 172 |
# File 'proto_docs/google/devtools/artifactregistry/v1/file.rb', line 169 class ListFilesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |