Interface UpdateTagRequestOrBuilder (1.6.2)

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.v1.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.v1.Tag tag = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
TagOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Names of fields whose values to overwrite on a tag. Currently, a tag has the only modifiable field with the name fields. In general, if this parameter is absent or empty, all modifiable fields are overwritten. If such fields are non-required and omitted in the request body, their values are emptied.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Names of fields whose values to overwrite on a tag. Currently, a tag has the only modifiable field with the name fields. In general, if this parameter is absent or empty, all modifiable fields are overwritten. If such fields are non-required and omitted in the request body, their values are emptied.

.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.v1.Tag tag = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the tag field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Names of fields whose values to overwrite on a tag. Currently, a tag has the only modifiable field with the name fields. In general, if this parameter is absent or empty, all modifiable fields are overwritten. If such fields are non-required and omitted in the request body, their values are emptied.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
boolean

Whether the updateMask field is set.