- 1.51.0 (latest)
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.2
- 1.0.1
- 0.2.2
public interface DiscoveryEventOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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. |