Reference documentation and code samples for the Artifact Registry V1 API class Google::Cloud::ArtifactRegistry::V1::ListFilesResponse.
The response from listing files.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#files
def files() -> ::Array<::Google::Cloud::ArtifactRegistry::V1::File>
    Returns
    
  - (::Array<::Google::Cloud::ArtifactRegistry::V1::File>) — The files returned.
 
#files=
def files=(value) -> ::Array<::Google::Cloud::ArtifactRegistry::V1::File>
    Parameter
    
  - value (::Array<::Google::Cloud::ArtifactRegistry::V1::File>) — The files returned.
 
    Returns
    
  - (::Array<::Google::Cloud::ArtifactRegistry::V1::File>) — The files returned.
 
#next_page_token
def next_page_token() -> ::String
    Returns
    
  - (::String) — The token to retrieve the next page of files, or empty if there are no more files to return.
 
#next_page_token=
def next_page_token=(value) -> ::String
    Parameter
    
  - value (::String) — The token to retrieve the next page of files, or empty if there are no more files to return.
 
    Returns
    
- (::String) — The token to retrieve the next page of files, or empty if there are no more files to return.