Interface CreateTagRequestOrBuilder (1.2.9)

public interface CreateTagRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

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

string parent = 1;

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

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

string parent = 1;

Returns
TypeDescription
ByteString

The bytes for parent.

getTag()

public abstract Tag getTag()

The tag to be created.

.google.devtools.artifactregistry.v1.Tag tag = 3;

Returns
TypeDescription
Tag

The tag.

getTagId()

public abstract String getTagId()

The tag id to use for this repository.

string tag_id = 2;

Returns
TypeDescription
String

The tagId.

getTagIdBytes()

public abstract ByteString getTagIdBytes()

The tag id to use for this repository.

string tag_id = 2;

Returns
TypeDescription
ByteString

The bytes for tagId.

getTagOrBuilder()

public abstract TagOrBuilder getTagOrBuilder()

The tag to be created.

.google.devtools.artifactregistry.v1.Tag tag = 3;

Returns
TypeDescription
TagOrBuilder

hasTag()

public abstract boolean hasTag()

The tag to be created.

.google.devtools.artifactregistry.v1.Tag tag = 3;

Returns
TypeDescription
boolean

Whether the tag field is set.