Class: Google::Cloud::ArtifactRegistry::V1::ListDockerImagesRequest

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

Overview

The request to list docker images.

Instance Attribute Summary collapse

Instance Attribute Details

#order_by::String

Returns The field to order the results by.

Returns:

  • (::String)

    The field to order the results by.



93
94
95
96
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 93

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

#page_size::Integer

Returns The maximum number of artifacts to return.

Returns:

  • (::Integer)

    The maximum number of artifacts to return.



93
94
95
96
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 93

class ListDockerImagesRequest
  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.



93
94
95
96
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 93

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

#parent::String

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

Returns:

  • (::String)

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



93
94
95
96
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 93

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