Package com.google.cloud.dataplex.v1
Interface DiscoveryEventOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DiscoveryEvent,DiscoveryEvent.Builder
public interface DiscoveryEventOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DiscoveryEvent.ActionDetailsgetAction()Details about the action associated with the event.DiscoveryEvent.ActionDetailsOrBuildergetActionOrBuilder()Details about the action associated with the event.StringgetAssetId()The id of the associated asset.com.google.protobuf.ByteStringgetAssetIdBytes()The id of the associated asset.DiscoveryEvent.ConfigDetailsgetConfig()Details about discovery configuration in effect.DiscoveryEvent.ConfigDetailsOrBuildergetConfigOrBuilder()Details about discovery configuration in effect.StringgetDataLocation()The data location associated with the event.com.google.protobuf.ByteStringgetDataLocationBytes()The data location associated with the event.DiscoveryEvent.DetailsCasegetDetailsCase()DiscoveryEvent.EntityDetailsgetEntity()Details about the entity associated with the event.DiscoveryEvent.EntityDetailsOrBuildergetEntityOrBuilder()Details about the entity associated with the event.StringgetLakeId()The id of the associated lake.com.google.protobuf.ByteStringgetLakeIdBytes()The id of the associated lake.StringgetMessage()The log message.com.google.protobuf.ByteStringgetMessageBytes()The log message.DiscoveryEvent.PartitionDetailsgetPartition()Details about the partition associated with the event.DiscoveryEvent.PartitionDetailsOrBuildergetPartitionOrBuilder()Details about the partition associated with the event.DiscoveryEvent.EventTypegetType()The type of the event being logged.intgetTypeValue()The type of the event being logged.StringgetZoneId()The id of the associated zone.com.google.protobuf.ByteStringgetZoneIdBytes()The id of the associated zone.booleanhasAction()Details about the action associated with the event.booleanhasConfig()Details about discovery configuration in effect.booleanhasEntity()Details about the entity associated with the event.booleanhasPartition()Details about the partition associated with the event.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMessage
String getMessage()
The log message.
string message = 1;- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()
The log message.
string message = 1;- Returns:
- The bytes for message.
-
getLakeId
String getLakeId()
The id of the associated lake.
string lake_id = 2;- Returns:
- The lakeId.
-
getLakeIdBytes
com.google.protobuf.ByteString getLakeIdBytes()
The id of the associated lake.
string lake_id = 2;- Returns:
- The bytes for lakeId.
-
getZoneId
String getZoneId()
The id of the associated zone.
string zone_id = 3;- Returns:
- The zoneId.
-
getZoneIdBytes
com.google.protobuf.ByteString getZoneIdBytes()
The id of the associated zone.
string zone_id = 3;- Returns:
- The bytes for zoneId.
-
getAssetId
String getAssetId()
The id of the associated asset.
string asset_id = 4;- Returns:
- The assetId.
-
getAssetIdBytes
com.google.protobuf.ByteString getAssetIdBytes()
The id of the associated asset.
string asset_id = 4;- Returns:
- The bytes for assetId.
-
getDataLocation
String getDataLocation()
The data location associated with the event.
string data_location = 5;- Returns:
- The dataLocation.
-
getDataLocationBytes
com.google.protobuf.ByteString getDataLocationBytes()
The data location associated with the event.
string data_location = 5;- Returns:
- The bytes for dataLocation.
-
getTypeValue
int getTypeValue()
The type of the event being logged.
.google.cloud.dataplex.v1.DiscoveryEvent.EventType type = 10;- Returns:
- The enum numeric value on the wire for type.
-
getType
DiscoveryEvent.EventType getType()
The type of the event being logged.
.google.cloud.dataplex.v1.DiscoveryEvent.EventType type = 10;- Returns:
- The type.
-
hasConfig
boolean hasConfig()
Details about discovery configuration in effect.
.google.cloud.dataplex.v1.DiscoveryEvent.ConfigDetails config = 20;- Returns:
- Whether the config field is set.
-
getConfig
DiscoveryEvent.ConfigDetails getConfig()
Details about discovery configuration in effect.
.google.cloud.dataplex.v1.DiscoveryEvent.ConfigDetails config = 20;- Returns:
- The config.
-
getConfigOrBuilder
DiscoveryEvent.ConfigDetailsOrBuilder getConfigOrBuilder()
Details about discovery configuration in effect.
.google.cloud.dataplex.v1.DiscoveryEvent.ConfigDetails config = 20;
-
hasEntity
boolean hasEntity()
Details about the entity associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.EntityDetails entity = 21;- Returns:
- Whether the entity field is set.
-
getEntity
DiscoveryEvent.EntityDetails getEntity()
Details about the entity associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.EntityDetails entity = 21;- Returns:
- The entity.
-
getEntityOrBuilder
DiscoveryEvent.EntityDetailsOrBuilder getEntityOrBuilder()
Details about the entity associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.EntityDetails entity = 21;
-
hasPartition
boolean hasPartition()
Details about the partition associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.PartitionDetails partition = 22;- Returns:
- Whether the partition field is set.
-
getPartition
DiscoveryEvent.PartitionDetails getPartition()
Details about the partition associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.PartitionDetails partition = 22;- Returns:
- The partition.
-
getPartitionOrBuilder
DiscoveryEvent.PartitionDetailsOrBuilder getPartitionOrBuilder()
Details about the partition associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.PartitionDetails partition = 22;
-
hasAction
boolean hasAction()
Details about the action associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.ActionDetails action = 23;- Returns:
- Whether the action field is set.
-
getAction
DiscoveryEvent.ActionDetails getAction()
Details about the action associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.ActionDetails action = 23;- Returns:
- The action.
-
getActionOrBuilder
DiscoveryEvent.ActionDetailsOrBuilder getActionOrBuilder()
Details about the action associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.ActionDetails action = 23;
-
getDetailsCase
DiscoveryEvent.DetailsCase getDetailsCase()
-
-