Class: Google::Cloud::ArtifactRegistry::V1::ListRepositoriesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/artifactregistry/v1/repository.rb

Overview

The request to list repositories.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns The maximum number of repositories to return. Maximum page size is 1,000.

Returns:

  • (::Integer)

    The maximum number of repositories to return. Maximum page size is 1,000.



535
536
537
538
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 535

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

#page_token::String

Returns The next_page_token value returned from a previous list request, if any.

Returns:

  • (::String)

    The next_page_token value returned from a previous list request, if any.



535
536
537
538
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 535

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

#parent::String

Returns Required. The name of the parent resource whose repositories will be listed.

Returns:

  • (::String)

    Required. The name of the parent resource whose repositories will be listed.



535
536
537
538
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 535

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