public interface TagTemplateFieldOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Optional.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Optional.
|
FieldType |
getType()
Required.
|
FieldTypeOrBuilder |
getTypeOrBuilder()
Required.
|
boolean |
hasType()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDisplayName()
Optional. The display name for this field. Default value is an empty string.
string display_name = 1;com.google.protobuf.ByteString getDisplayNameBytes()
Optional. The display name for this field. Default value is an empty string.
string display_name = 1;boolean hasType()
Required. The type of value this tag field can contain.
.google.cloud.datacatalog.v1beta1.FieldType type = 2;FieldType getType()
Required. The type of value this tag field can contain.
.google.cloud.datacatalog.v1beta1.FieldType type = 2;FieldTypeOrBuilder getTypeOrBuilder()
Required. The type of value this tag field can contain.
.google.cloud.datacatalog.v1beta1.FieldType type = 2;Copyright © 2019 Google LLC. All rights reserved.