Class: Google::Cloud::ArtifactRegistry::V1beta2::ListFilesResponse

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

Instance Attribute Details

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

Returns The files returned.

Returns:



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.

Returns:

  • (::String)

    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