public final class DiscoveryEvent extends GeneratedMessageV3 implements DiscoveryEventOrBuilder
The payload associated with Discovery data processing.
Protobuf type google.cloud.dataplex.v1.DiscoveryEvent
Static Fields
ACTION_FIELD_NUMBER
public static final int ACTION_FIELD_NUMBER
Field Value
ASSET_ID_FIELD_NUMBER
public static final int ASSET_ID_FIELD_NUMBER
Field Value
CONFIG_FIELD_NUMBER
public static final int CONFIG_FIELD_NUMBER
Field Value
DATA_LOCATION_FIELD_NUMBER
public static final int DATA_LOCATION_FIELD_NUMBER
Field Value
ENTITY_FIELD_NUMBER
public static final int ENTITY_FIELD_NUMBER
Field Value
LAKE_ID_FIELD_NUMBER
public static final int LAKE_ID_FIELD_NUMBER
Field Value
MESSAGE_FIELD_NUMBER
public static final int MESSAGE_FIELD_NUMBER
Field Value
PARTITION_FIELD_NUMBER
public static final int PARTITION_FIELD_NUMBER
Field Value
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Field Value
ZONE_ID_FIELD_NUMBER
public static final int ZONE_ID_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static DiscoveryEvent getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static DiscoveryEvent.Builder newBuilder()
Returns
newBuilder(DiscoveryEvent prototype)
public static DiscoveryEvent.Builder newBuilder(DiscoveryEvent prototype)
Parameter
Returns
public static DiscoveryEvent parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static DiscoveryEvent parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static DiscoveryEvent parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DiscoveryEvent parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static DiscoveryEvent parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DiscoveryEvent parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static DiscoveryEvent parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static DiscoveryEvent parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static DiscoveryEvent parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static DiscoveryEvent parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static DiscoveryEvent parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DiscoveryEvent parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<DiscoveryEvent> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getAction()
public DiscoveryEvent.ActionDetails getAction()
Details about the action associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.ActionDetails action = 23;
Returns
getActionOrBuilder()
public DiscoveryEvent.ActionDetailsOrBuilder getActionOrBuilder()
Details about the action associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.ActionDetails action = 23;
Returns
getAssetId()
public String getAssetId()
The id of the associated asset.
string asset_id = 4;
Returns
Type | Description |
String | The assetId.
|
getAssetIdBytes()
public ByteString getAssetIdBytes()
The id of the associated asset.
string asset_id = 4;
Returns
getConfig()
public DiscoveryEvent.ConfigDetails getConfig()
Details about discovery configuration in effect.
.google.cloud.dataplex.v1.DiscoveryEvent.ConfigDetails config = 20;
Returns
getConfigOrBuilder()
public DiscoveryEvent.ConfigDetailsOrBuilder getConfigOrBuilder()
Details about discovery configuration in effect.
.google.cloud.dataplex.v1.DiscoveryEvent.ConfigDetails config = 20;
Returns
getDataLocation()
public String getDataLocation()
The data location associated with the event.
string data_location = 5;
Returns
Type | Description |
String | The dataLocation.
|
getDataLocationBytes()
public ByteString getDataLocationBytes()
The data location associated with the event.
string data_location = 5;
Returns
Type | Description |
ByteString | The bytes for dataLocation.
|
getDefaultInstanceForType()
public DiscoveryEvent getDefaultInstanceForType()
Returns
getDetailsCase()
public DiscoveryEvent.DetailsCase getDetailsCase()
Returns
getEntity()
public DiscoveryEvent.EntityDetails getEntity()
Details about the entity associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.EntityDetails entity = 21;
Returns
getEntityOrBuilder()
public DiscoveryEvent.EntityDetailsOrBuilder getEntityOrBuilder()
Details about the entity associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.EntityDetails entity = 21;
Returns
getLakeId()
public String getLakeId()
The id of the associated lake.
string lake_id = 2;
Returns
Type | Description |
String | The lakeId.
|
getLakeIdBytes()
public ByteString getLakeIdBytes()
The id of the associated lake.
string lake_id = 2;
Returns
getMessage()
public String getMessage()
The log message.
string message = 1;
Returns
Type | Description |
String | The message.
|
getMessageBytes()
public ByteString getMessageBytes()
The log message.
string message = 1;
Returns
getParserForType()
public Parser<DiscoveryEvent> getParserForType()
Returns
Overrides
getPartition()
public DiscoveryEvent.PartitionDetails getPartition()
Details about the partition associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.PartitionDetails partition = 22;
Returns
getPartitionOrBuilder()
public DiscoveryEvent.PartitionDetailsOrBuilder getPartitionOrBuilder()
Details about the partition associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.PartitionDetails partition = 22;
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getType()
public DiscoveryEvent.EventType getType()
The type of the event being logged.
.google.cloud.dataplex.v1.DiscoveryEvent.EventType type = 10;
Returns
getTypeValue()
public 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.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getZoneId()
public String getZoneId()
The id of the associated zone.
string zone_id = 3;
Returns
Type | Description |
String | The zoneId.
|
getZoneIdBytes()
public ByteString getZoneIdBytes()
The id of the associated zone.
string zone_id = 3;
Returns
hasAction()
public 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 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 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 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.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public DiscoveryEvent.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DiscoveryEvent.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public DiscoveryEvent.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions