Class: Google::Cloud::ArtifactRegistry::V1::GetDockerImageRequest

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 get docker images.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the docker images.

Returns:

  • (::String)

    Required. The name of the docker images.



115
116
117
118
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 115

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