public interface UpdateTagRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Tag |
getTag()
Required.
|
TagOrBuilder |
getTagOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Optional.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Optional.
|
boolean |
hasTag()
Required.
|
boolean |
hasUpdateMask()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTag()
Required. The updated tag.
.google.cloud.datacatalog.v1beta1.Tag tag = 1;Tag getTag()
Required. The updated tag.
.google.cloud.datacatalog.v1beta1.Tag tag = 1;TagOrBuilder getTagOrBuilder()
Required. The updated tag.
.google.cloud.datacatalog.v1beta1.Tag tag = 1;boolean hasUpdateMask()
Optional. 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;com.google.protobuf.FieldMask getUpdateMask()
Optional. 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;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. 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;Copyright © 2019 Google LLC. All rights reserved.