public final class EntityReference extends GeneratedMessageV3 implements EntityReferenceOrBuilder
The soft reference to everything you can attach a lineage event to.
Protobuf type google.cloud.datacatalog.lineage.v1.EntityReference
Static Fields
FULLY_QUALIFIED_NAME_FIELD_NUMBER
public static final int FULLY_QUALIFIED_NAME_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static EntityReference getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static EntityReference.Builder newBuilder()
Returns
newBuilder(EntityReference prototype)
public static EntityReference.Builder newBuilder(EntityReference prototype)
Parameter
Returns
public static EntityReference parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static EntityReference parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static EntityReference parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static EntityReference parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static EntityReference parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static EntityReference parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static EntityReference parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static EntityReference parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static EntityReference parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static EntityReference parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static EntityReference parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static EntityReference parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<EntityReference> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public EntityReference getDefaultInstanceForType()
Returns
getFullyQualifiedName()
public String getFullyQualifiedName()
Required. Fully Qualified Name of the entity. Useful for referencing
entities that aren't represented as GCP resources, for example, tables in
Dataproc Metastore API.
Examples:
bigquery:dataset.project_id.dataset_id
bigquery:table.project_id.dataset_id.table_id
pubsub:project_id.topic_id
dataproc_metastore:projectId.locationId.instanceId.databaseId.tableId
string fully_qualified_name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
String | The fullyQualifiedName.
|
getFullyQualifiedNameBytes()
public ByteString getFullyQualifiedNameBytes()
Required. Fully Qualified Name of the entity. Useful for referencing
entities that aren't represented as GCP resources, for example, tables in
Dataproc Metastore API.
Examples:
bigquery:dataset.project_id.dataset_id
bigquery:table.project_id.dataset_id.table_id
pubsub:project_id.topic_id
dataproc_metastore:projectId.locationId.instanceId.databaseId.tableId
string fully_qualified_name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
ByteString | The bytes for fullyQualifiedName.
|
getParserForType()
public Parser<EntityReference> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public EntityReference.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected EntityReference.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public EntityReference.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions