Interface UpdateTagRequestOrBuilder (1.8.3)

public interface UpdateTagRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTag()

public abstract Tag getTag()

Required. The updated tag. The "name" field must be set.

.google.cloud.datacatalog.v1beta1.Tag tag = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Tag

The tag.

getTagOrBuilder()

public abstract TagOrBuilder getTagOrBuilder()

Required. The updated tag. The "name" field must be set.

.google.cloud.datacatalog.v1beta1.Tag tag = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
TagOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

The fields to update on the Tag. If absent or empty, all modifiable fields are updated. Currently the only modifiable field is the field fields.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

The fields to update on the Tag. If absent or empty, all modifiable fields are updated. Currently the only modifiable field is the field fields.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMaskOrBuilder

hasTag()

public abstract boolean hasTag()

Required. The updated tag. The "name" field must be set.

.google.cloud.datacatalog.v1beta1.Tag tag = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the tag field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

The fields to update on the Tag. If absent or empty, all modifiable fields are updated. Currently the only modifiable field is the field fields.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
boolean

Whether the updateMask field is set.