public interface UpdateTagRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTag()
public abstract Tag getTag()The tag that replaces the resource on the server.
.google.devtools.artifactregistry.v1beta2.Tag tag = 1;
| Returns | |
|---|---|
| Type | Description |
Tag |
The tag. |
getTagOrBuilder()
public abstract TagOrBuilder getTagOrBuilder()The tag that replaces the resource on the server.
.google.devtools.artifactregistry.v1beta2.Tag tag = 1;
| Returns | |
|---|---|
| Type | Description |
TagOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask() The update mask applies to the resource. For the FieldMask definition,
see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder() The update mask applies to the resource. For the FieldMask definition,
see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasTag()
public abstract boolean hasTag()The tag that replaces the resource on the server.
.google.devtools.artifactregistry.v1beta2.Tag tag = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the tag field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask() The update mask applies to the resource. For the FieldMask definition,
see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |