Class: Google::Cloud::ArtifactRegistry::V1::CreateTagRequest

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

Overview

The request to create a new tag.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns The name of the parent resource where the tag will be created.

Returns:

  • (::String)

    The name of the parent resource where the tag will be created.



122
123
124
125
# File 'proto_docs/google/devtools/artifactregistry/v1/tag.rb', line 122

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

#tag::Google::Cloud::ArtifactRegistry::V1::Tag

Returns The tag to be created.

Returns:



122
123
124
125
# File 'proto_docs/google/devtools/artifactregistry/v1/tag.rb', line 122

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

#tag_id::String

Returns The tag id to use for this repository.

Returns:

  • (::String)

    The tag id to use for this repository.



122
123
124
125
# File 'proto_docs/google/devtools/artifactregistry/v1/tag.rb', line 122

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