public final class DiscoveryEvent extends GeneratedMessageV3 implements DiscoveryEventOrBuilder
The payload associated with Discovery data processing.
Protobuf type google.cloud.dataplex.v1.DiscoveryEvent
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
ACTION_FIELD_NUMBER
public static final int ACTION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
ASSET_ID_FIELD_NUMBER
public static final int ASSET_ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
CONFIG_FIELD_NUMBER
public static final int CONFIG_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
DATA_LOCATION_FIELD_NUMBER
public static final int DATA_LOCATION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
ENTITY_FIELD_NUMBER
public static final int ENTITY_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
LAKE_ID_FIELD_NUMBER
public static final int LAKE_ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
MESSAGE_FIELD_NUMBER
public static final int MESSAGE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
PARTITION_FIELD_NUMBER
public static final int PARTITION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
ZONE_ID_FIELD_NUMBER
public static final int ZONE_ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static DiscoveryEvent getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static DiscoveryEvent.Builder newBuilder()
newBuilder(DiscoveryEvent prototype)
public static DiscoveryEvent.Builder newBuilder(DiscoveryEvent prototype)
public static DiscoveryEvent parseDelimitedFrom(InputStream input)
public static DiscoveryEvent parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static DiscoveryEvent parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DiscoveryEvent parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static DiscoveryEvent parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DiscoveryEvent parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DiscoveryEvent parseFrom(CodedInputStream input)
public static DiscoveryEvent parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DiscoveryEvent parseFrom(InputStream input)
public static DiscoveryEvent parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static DiscoveryEvent parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DiscoveryEvent parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<DiscoveryEvent> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getAction()
public DiscoveryEvent.ActionDetails getAction()
Details about the action associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.ActionDetails action = 23;
getActionOrBuilder()
public DiscoveryEvent.ActionDetailsOrBuilder getActionOrBuilder()
Details about the action associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.ActionDetails action = 23;
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 |
---|
Type | Description |
ByteString | The bytes for assetId.
|
getConfig()
public DiscoveryEvent.ConfigDetails getConfig()
Details about discovery configuration in effect.
.google.cloud.dataplex.v1.DiscoveryEvent.ConfigDetails config = 20;
getConfigOrBuilder()
public DiscoveryEvent.ConfigDetailsOrBuilder getConfigOrBuilder()
Details about discovery configuration in effect.
.google.cloud.dataplex.v1.DiscoveryEvent.ConfigDetails config = 20;
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()
getDetailsCase()
public DiscoveryEvent.DetailsCase getDetailsCase()
getEntity()
public DiscoveryEvent.EntityDetails getEntity()
Details about the entity associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.EntityDetails entity = 21;
getEntityOrBuilder()
public DiscoveryEvent.EntityDetailsOrBuilder getEntityOrBuilder()
Details about the entity associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.EntityDetails entity = 21;
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 |
---|
Type | Description |
ByteString | The bytes for lakeId.
|
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 |
---|
Type | Description |
ByteString | The bytes for message.
|
getParserForType()
public Parser<DiscoveryEvent> getParserForType()
Overrides
getPartition()
public DiscoveryEvent.PartitionDetails getPartition()
Details about the partition associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.PartitionDetails partition = 22;
getPartitionOrBuilder()
public DiscoveryEvent.PartitionDetailsOrBuilder getPartitionOrBuilder()
Details about the partition associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.PartitionDetails partition = 22;
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getType()
public DiscoveryEvent.EventType getType()
The type of the event being logged.
.google.cloud.dataplex.v1.DiscoveryEvent.EventType type = 10;
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.
|
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 |
---|
Type | Description |
ByteString | The bytes for zoneId.
|
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 |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public DiscoveryEvent.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DiscoveryEvent.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public DiscoveryEvent.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides