Interface DiscoveryEventOrBuilder (1.0.1)

public interface DiscoveryEventOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAction()

public abstract DiscoveryEvent.ActionDetails getAction()

Details about the action associated with the event.

.google.cloud.dataplex.v1.DiscoveryEvent.ActionDetails action = 23;

Returns
TypeDescription
DiscoveryEvent.ActionDetails

The action.

getActionOrBuilder()

public abstract DiscoveryEvent.ActionDetailsOrBuilder getActionOrBuilder()

Details about the action associated with the event.

.google.cloud.dataplex.v1.DiscoveryEvent.ActionDetails action = 23;

Returns
TypeDescription
DiscoveryEvent.ActionDetailsOrBuilder

getAssetId()

public abstract String getAssetId()

The id of the associated asset.

string asset_id = 4;

Returns
TypeDescription
String

The assetId.

getAssetIdBytes()

public abstract ByteString getAssetIdBytes()

The id of the associated asset.

string asset_id = 4;

Returns
TypeDescription
ByteString

The bytes for assetId.

getConfig()

public abstract DiscoveryEvent.ConfigDetails getConfig()

Details about discovery configuration in effect.

.google.cloud.dataplex.v1.DiscoveryEvent.ConfigDetails config = 20;

Returns
TypeDescription
DiscoveryEvent.ConfigDetails

The config.

getConfigOrBuilder()

public abstract DiscoveryEvent.ConfigDetailsOrBuilder getConfigOrBuilder()

Details about discovery configuration in effect.

.google.cloud.dataplex.v1.DiscoveryEvent.ConfigDetails config = 20;

Returns
TypeDescription
DiscoveryEvent.ConfigDetailsOrBuilder

getDataLocation()

public abstract String getDataLocation()

The data location associated with the event.

string data_location = 5;

Returns
TypeDescription
String

The dataLocation.

getDataLocationBytes()

public abstract ByteString getDataLocationBytes()

The data location associated with the event.

string data_location = 5;

Returns
TypeDescription
ByteString

The bytes for dataLocation.

getDetailsCase()

public abstract DiscoveryEvent.DetailsCase getDetailsCase()
Returns
TypeDescription
DiscoveryEvent.DetailsCase

getEntity()

public abstract DiscoveryEvent.EntityDetails getEntity()

Details about the entity associated with the event.

.google.cloud.dataplex.v1.DiscoveryEvent.EntityDetails entity = 21;

Returns
TypeDescription
DiscoveryEvent.EntityDetails

The entity.

getEntityOrBuilder()

public abstract DiscoveryEvent.EntityDetailsOrBuilder getEntityOrBuilder()

Details about the entity associated with the event.

.google.cloud.dataplex.v1.DiscoveryEvent.EntityDetails entity = 21;

Returns
TypeDescription
DiscoveryEvent.EntityDetailsOrBuilder

getLakeId()

public abstract String getLakeId()

The id of the associated lake.

string lake_id = 2;

Returns
TypeDescription
String

The lakeId.

getLakeIdBytes()

public abstract ByteString getLakeIdBytes()

The id of the associated lake.

string lake_id = 2;

Returns
TypeDescription
ByteString

The bytes for lakeId.

getMessage()

public abstract String getMessage()

The log message.

string message = 1;

Returns
TypeDescription
String

The message.

getMessageBytes()

public abstract ByteString getMessageBytes()

The log message.

string message = 1;

Returns
TypeDescription
ByteString

The bytes for message.

getPartition()

public abstract DiscoveryEvent.PartitionDetails getPartition()

Details about the partition associated with the event.

.google.cloud.dataplex.v1.DiscoveryEvent.PartitionDetails partition = 22;

Returns
TypeDescription
DiscoveryEvent.PartitionDetails

The partition.

getPartitionOrBuilder()

public abstract DiscoveryEvent.PartitionDetailsOrBuilder getPartitionOrBuilder()

Details about the partition associated with the event.

.google.cloud.dataplex.v1.DiscoveryEvent.PartitionDetails partition = 22;

Returns
TypeDescription
DiscoveryEvent.PartitionDetailsOrBuilder

getType()

public abstract DiscoveryEvent.EventType getType()

The type of the event being logged.

.google.cloud.dataplex.v1.DiscoveryEvent.EventType type = 10;

Returns
TypeDescription
DiscoveryEvent.EventType

The type.

getTypeValue()

public abstract int getTypeValue()

The type of the event being logged.

.google.cloud.dataplex.v1.DiscoveryEvent.EventType type = 10;

Returns
TypeDescription
int

The enum numeric value on the wire for type.

getZoneId()

public abstract String getZoneId()

The id of the associated zone.

string zone_id = 3;

Returns
TypeDescription
String

The zoneId.

getZoneIdBytes()

public abstract ByteString getZoneIdBytes()

The id of the associated zone.

string zone_id = 3;

Returns
TypeDescription
ByteString

The bytes for zoneId.

hasAction()

public abstract boolean hasAction()

Details about the action associated with the event.

.google.cloud.dataplex.v1.DiscoveryEvent.ActionDetails action = 23;

Returns
TypeDescription
boolean

Whether the action field is set.

hasConfig()

public abstract boolean hasConfig()

Details about discovery configuration in effect.

.google.cloud.dataplex.v1.DiscoveryEvent.ConfigDetails config = 20;

Returns
TypeDescription
boolean

Whether the config field is set.

hasEntity()

public abstract boolean hasEntity()

Details about the entity associated with the event.

.google.cloud.dataplex.v1.DiscoveryEvent.EntityDetails entity = 21;

Returns
TypeDescription
boolean

Whether the entity field is set.

hasPartition()

public abstract boolean hasPartition()

Details about the partition associated with the event.

.google.cloud.dataplex.v1.DiscoveryEvent.PartitionDetails partition = 22;

Returns
TypeDescription
boolean

Whether the partition field is set.