public interface UpdateTagRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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];
| Type | Description |
| 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];
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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];
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the updateMask field is set. |