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 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;