Interface DiscoveryEvent.EntityDetailsOrBuilder (1.39.0)

public static interface DiscoveryEvent.EntityDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEntity()

public abstract String getEntity()

The name of the entity resource. The name is the fully-qualified resource name.

string entity = 1;

Returns
TypeDescription
String

The entity.

getEntityBytes()

public abstract ByteString getEntityBytes()

The name of the entity resource. The name is the fully-qualified resource name.

string entity = 1;

Returns
TypeDescription
ByteString

The bytes for entity.

getType()

public abstract DiscoveryEvent.EntityType getType()

The type of the entity resource.

.google.cloud.dataplex.v1.DiscoveryEvent.EntityType type = 2;

Returns
TypeDescription
DiscoveryEvent.EntityType

The type.

getTypeValue()

public abstract int getTypeValue()

The type of the entity resource.

.google.cloud.dataplex.v1.DiscoveryEvent.EntityType type = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for type.