public interface CreateTagRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent()The name of the parent resource where the tag will be created.
string parent = 1;
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes()The name of the parent resource where the tag will be created.
string parent = 1;
| Type | Description |
| ByteString | The bytes for parent. |
getTag()
public abstract Tag getTag()The tag to be created.
.google.devtools.artifactregistry.v1.Tag tag = 3;
| Type | Description |
| Tag | The tag. |
getTagId()
public abstract String getTagId()The tag id to use for this repository.
string tag_id = 2;
| Type | Description |
| String | The tagId. |
getTagIdBytes()
public abstract ByteString getTagIdBytes()The tag id to use for this repository.
string tag_id = 2;
| Type | Description |
| ByteString | The bytes for tagId. |
getTagOrBuilder()
public abstract TagOrBuilder getTagOrBuilder()The tag to be created.
.google.devtools.artifactregistry.v1.Tag tag = 3;
| Type | Description |
| TagOrBuilder |
hasTag()
public abstract boolean hasTag()The tag to be created.
.google.devtools.artifactregistry.v1.Tag tag = 3;
| Type | Description |
| boolean | Whether the tag field is set. |