public interface EntityReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFullyQualifiedName()
Required.
|
com.google.protobuf.ByteString |
getFullyQualifiedNameBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFullyQualifiedName()
Required. [Fully Qualified Name (FQN)](https://cloud.google.com/data-catalog/docs/fully-qualified-names) of the entity.
string fully_qualified_name = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getFullyQualifiedNameBytes()
Required. [Fully Qualified Name (FQN)](https://cloud.google.com/data-catalog/docs/fully-qualified-names) of the entity.
string fully_qualified_name = 1 [(.google.api.field_behavior) = REQUIRED];Copyright © 2023 Google LLC. All rights reserved.