Reference documentation and code samples for the Artifact Registry V1 API class Google::Cloud::ArtifactRegistry::V1::CreateTagRequest.
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::V1::Tag
    Returns
    
  - (::Google::Cloud::ArtifactRegistry::V1::Tag) — The tag to be created.
#tag=
def tag=(value) -> ::Google::Cloud::ArtifactRegistry::V1::Tag
    Parameter
    
  - value (::Google::Cloud::ArtifactRegistry::V1::Tag) — The tag to be created.
    Returns
    
  - (::Google::Cloud::ArtifactRegistry::V1::Tag) — The tag to be created.
#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.