Interface UpdateTagRequestOrBuilder (1.40.0)

public interface UpdateTagRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTag()

public abstract Tag getTag()

The tag that replaces the resource on the server.

.google.devtools.artifactregistry.v1beta2.Tag tag = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
FieldMaskOrBuilder

hasTag()

public abstract boolean hasTag()

The tag that replaces the resource on the server.

.google.devtools.artifactregistry.v1beta2.Tag tag = 1;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the updateMask field is set.