Class: Google::Cloud::ArtifactRegistry::V1::ListFilesResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#files::Array<::Google::Cloud::ArtifactRegistry::V1::File>

Returns The files returned.

Returns:



119
120
121
122
# File 'proto_docs/google/devtools/artifactregistry/v1/file.rb', line 119

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.

Returns:

  • (::String)

    The token to retrieve the next page of files, or empty if there are no more files to return.



119
120
121
122
# File 'proto_docs/google/devtools/artifactregistry/v1/file.rb', line 119

class ListFilesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end