Interface DiscoveryEventOrBuilder (1.41.0)

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
Type Description
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
Type Description
DiscoveryEvent.ActionDetailsOrBuilder

getAssetId()

public abstract String getAssetId()

The id of the associated asset.

string asset_id = 4;

Returns
Type Description
String

The assetId.

getAssetIdBytes()

public abstract ByteString getAssetIdBytes()

The id of the associated asset.

string asset_id = 4;

Returns
Type Description
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
Type Description
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
Type Description
DiscoveryEvent.ConfigDetailsOrBuilder

getDataLocation()

public abstract String getDataLocation()

The data location associated with the event.

string data_location = 5;

Returns
Type Description
String

The dataLocation.

getDataLocationBytes()

public abstract ByteString getDataLocationBytes()

The data location associated with the event.

string data_location = 5;

Returns
Type Description
ByteString

The bytes for dataLocation.

getDetailsCase()

public abstract DiscoveryEvent.DetailsCase getDetailsCase()
Returns
Type Description
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
Type Description
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
Type Description
DiscoveryEvent.EntityDetailsOrBuilder

getLakeId()

public abstract String getLakeId()

The id of the associated lake.

string lake_id = 2;

Returns
Type Description
String

The lakeId.

getLakeIdBytes()

public abstract ByteString getLakeIdBytes()

The id of the associated lake.

string lake_id = 2;

Returns
Type Description
ByteString

The bytes for lakeId.

getMessage()

public abstract String getMessage()

The log message.

string message = 1;

Returns
Type Description
String

The message.

getMessageBytes()

public abstract ByteString getMessageBytes()

The log message.

string message = 1;

Returns
Type Description
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
Type Description
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
Type Description
DiscoveryEvent.PartitionDetailsOrBuilder

getType()

public abstract DiscoveryEvent.EventType getType()

The type of the event being logged.

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

Returns
Type Description
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
Type Description
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
Type Description
String

The zoneId.

getZoneIdBytes()

public abstract ByteString getZoneIdBytes()

The id of the associated zone.

string zone_id = 3;

Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
boolean

Whether the partition field is set.