Class Google::Cloud::ArtifactRegistry::V1beta2::CreateTagRequest (v0.4.0)

The request to create a new tag.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — The name of the parent resource where the tag will be created.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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.

#tag

def tag() -> ::Google::Cloud::ArtifactRegistry::V1beta2::Tag
Returns

#tag=

def tag=(value) -> ::Google::Cloud::ArtifactRegistry::V1beta2::Tag
Parameter
Returns

#tag_id

def tag_id() -> ::String
Returns
  • (::String) — The tag id to use for this repository.

#tag_id=

def tag_id=(value) -> ::String
Parameter
  • value (::String) — The tag id to use for this repository.
Returns
  • (::String) — The tag id to use for this repository.