public interface UpdateTagTemplateFieldRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
TagTemplateField |
getTagTemplateField()
Required.
|
TagTemplateFieldOrBuilder |
getTagTemplateFieldOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Optional.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Optional.
|
boolean |
hasTagTemplateField()
Required.
|
boolean |
hasUpdateMask()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The name of the tag template field. For example,
"projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}/fields/{tag_template_field_id}".
string name = 1;com.google.protobuf.ByteString getNameBytes()
Required. The name of the tag template field. For example,
"projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}/fields/{tag_template_field_id}".
string name = 1;boolean hasTagTemplateField()
Required. The template to update.
.google.cloud.datacatalog.v1beta1.TagTemplateField tag_template_field = 2;TagTemplateField getTagTemplateField()
Required. The template to update.
.google.cloud.datacatalog.v1beta1.TagTemplateField tag_template_field = 2;TagTemplateFieldOrBuilder getTagTemplateFieldOrBuilder()
Required. The template to update.
.google.cloud.datacatalog.v1beta1.TagTemplateField tag_template_field = 2;boolean hasUpdateMask()
Optional. The field mask specifies the parts of the template to overwrite. Allowed fields: * display_name * type.enum_type If update_mask is omitted, all of the allowed fields above will be updated. When updating an enum type, the provided values will be merged with the existing values. Therefore, enum values can only be added, existing enum values cannot be deleted nor renamed.
.google.protobuf.FieldMask update_mask = 3;com.google.protobuf.FieldMask getUpdateMask()
Optional. The field mask specifies the parts of the template to overwrite. Allowed fields: * display_name * type.enum_type If update_mask is omitted, all of the allowed fields above will be updated. When updating an enum type, the provided values will be merged with the existing values. Therefore, enum values can only be added, existing enum values cannot be deleted nor renamed.
.google.protobuf.FieldMask update_mask = 3;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. The field mask specifies the parts of the template to overwrite. Allowed fields: * display_name * type.enum_type If update_mask is omitted, all of the allowed fields above will be updated. When updating an enum type, the provided values will be merged with the existing values. Therefore, enum values can only be added, existing enum values cannot be deleted nor renamed.
.google.protobuf.FieldMask update_mask = 3;Copyright © 2019 Google LLC. All rights reserved.