Class: Google::Cloud::ArtifactRegistry::V1beta2::ListFilesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1beta2::ListFilesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1beta2/file.rb
Overview
The response from listing files.
Instance Attribute Summary collapse
-
#files ⇒ ::Array<::Google::Cloud::ArtifactRegistry::V1beta2::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::V1beta2::File>
Returns The files returned.
112 113 114 115 |
# File 'proto_docs/google/devtools/artifactregistry/v1beta2/file.rb', line 112 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.
112 113 114 115 |
# File 'proto_docs/google/devtools/artifactregistry/v1beta2/file.rb', line 112 class ListFilesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |