public static interface DiscoveryEvent.EntityDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEntity()
public abstract String getEntity()The name of the entity resource. The name is the fully-qualified resource name.
string entity = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
DiscoveryEvent.EntityType |
The type. |
getTypeValue()
public abstract int getTypeValue()The type of the entity resource.
.google.cloud.dataplex.v1.DiscoveryEvent.EntityType type = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for type. |