/*
 * Copyright 2020 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/dataplex/v1/logs.proto

package com.google.cloud.dataplex.v1;

public interface DiscoveryEventOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.dataplex.v1.DiscoveryEvent)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * <pre>
   * The log message.
   * </pre>
   *
   * <code>string message = 1;</code>
   *
   * @return The message.
   */
  java.lang.String getMessage();
  /**
   *
   *
   * <pre>
   * The log message.
   * </pre>
   *
   * <code>string message = 1;</code>
   *
   * @return The bytes for message.
   */
  com.google.protobuf.ByteString getMessageBytes();

  /**
   *
   *
   * <pre>
   * The id of the associated lake.
   * </pre>
   *
   * <code>string lake_id = 2;</code>
   *
   * @return The lakeId.
   */
  java.lang.String getLakeId();
  /**
   *
   *
   * <pre>
   * The id of the associated lake.
   * </pre>
   *
   * <code>string lake_id = 2;</code>
   *
   * @return The bytes for lakeId.
   */
  com.google.protobuf.ByteString getLakeIdBytes();

  /**
   *
   *
   * <pre>
   * The id of the associated zone.
   * </pre>
   *
   * <code>string zone_id = 3;</code>
   *
   * @return The zoneId.
   */
  java.lang.String getZoneId();
  /**
   *
   *
   * <pre>
   * The id of the associated zone.
   * </pre>
   *
   * <code>string zone_id = 3;</code>
   *
   * @return The bytes for zoneId.
   */
  com.google.protobuf.ByteString getZoneIdBytes();

  /**
   *
   *
   * <pre>
   * The id of the associated asset.
   * </pre>
   *
   * <code>string asset_id = 4;</code>
   *
   * @return The assetId.
   */
  java.lang.String getAssetId();
  /**
   *
   *
   * <pre>
   * The id of the associated asset.
   * </pre>
   *
   * <code>string asset_id = 4;</code>
   *
   * @return The bytes for assetId.
   */
  com.google.protobuf.ByteString getAssetIdBytes();

  /**
   *
   *
   * <pre>
   * The data location associated with the event.
   * </pre>
   *
   * <code>string data_location = 5;</code>
   *
   * @return The dataLocation.
   */
  java.lang.String getDataLocation();
  /**
   *
   *
   * <pre>
   * The data location associated with the event.
   * </pre>
   *
   * <code>string data_location = 5;</code>
   *
   * @return The bytes for dataLocation.
   */
  com.google.protobuf.ByteString getDataLocationBytes();

  /**
   *
   *
   * <pre>
   * The type of the event being logged.
   * </pre>
   *
   * <code>.google.cloud.dataplex.v1.DiscoveryEvent.EventType type = 10;</code>
   *
   * @return The enum numeric value on the wire for type.
   */
  int getTypeValue();
  /**
   *
   *
   * <pre>
   * The type of the event being logged.
   * </pre>
   *
   * <code>.google.cloud.dataplex.v1.DiscoveryEvent.EventType type = 10;</code>
   *
   * @return The type.
   */
  com.google.cloud.dataplex.v1.DiscoveryEvent.EventType getType();

  /**
   *
   *
   * <pre>
   * Details about discovery configuration in effect.
   * </pre>
   *
   * <code>.google.cloud.dataplex.v1.DiscoveryEvent.ConfigDetails config = 20;</code>
   *
   * @return Whether the config field is set.
   */
  boolean hasConfig();
  /**
   *
   *
   * <pre>
   * Details about discovery configuration in effect.
   * </pre>
   *
   * <code>.google.cloud.dataplex.v1.DiscoveryEvent.ConfigDetails config = 20;</code>
   *
   * @return The config.
   */
  com.google.cloud.dataplex.v1.DiscoveryEvent.ConfigDetails getConfig();
  /**
   *
   *
   * <pre>
   * Details about discovery configuration in effect.
   * </pre>
   *
   * <code>.google.cloud.dataplex.v1.DiscoveryEvent.ConfigDetails config = 20;</code>
   */
  com.google.cloud.dataplex.v1.DiscoveryEvent.ConfigDetailsOrBuilder getConfigOrBuilder();

  /**
   *
   *
   * <pre>
   * Details about the entity associated with the event.
   * </pre>
   *
   * <code>.google.cloud.dataplex.v1.DiscoveryEvent.EntityDetails entity = 21;</code>
   *
   * @return Whether the entity field is set.
   */
  boolean hasEntity();
  /**
   *
   *
   * <pre>
   * Details about the entity associated with the event.
   * </pre>
   *
   * <code>.google.cloud.dataplex.v1.DiscoveryEvent.EntityDetails entity = 21;</code>
   *
   * @return The entity.
   */
  com.google.cloud.dataplex.v1.DiscoveryEvent.EntityDetails getEntity();
  /**
   *
   *
   * <pre>
   * Details about the entity associated with the event.
   * </pre>
   *
   * <code>.google.cloud.dataplex.v1.DiscoveryEvent.EntityDetails entity = 21;</code>
   */
  com.google.cloud.dataplex.v1.DiscoveryEvent.EntityDetailsOrBuilder getEntityOrBuilder();

  /**
   *
   *
   * <pre>
   * Details about the partition associated with the event.
   * </pre>
   *
   * <code>.google.cloud.dataplex.v1.DiscoveryEvent.PartitionDetails partition = 22;</code>
   *
   * @return Whether the partition field is set.
   */
  boolean hasPartition();
  /**
   *
   *
   * <pre>
   * Details about the partition associated with the event.
   * </pre>
   *
   * <code>.google.cloud.dataplex.v1.DiscoveryEvent.PartitionDetails partition = 22;</code>
   *
   * @return The partition.
   */
  com.google.cloud.dataplex.v1.DiscoveryEvent.PartitionDetails getPartition();
  /**
   *
   *
   * <pre>
   * Details about the partition associated with the event.
   * </pre>
   *
   * <code>.google.cloud.dataplex.v1.DiscoveryEvent.PartitionDetails partition = 22;</code>
   */
  com.google.cloud.dataplex.v1.DiscoveryEvent.PartitionDetailsOrBuilder getPartitionOrBuilder();

  /**
   *
   *
   * <pre>
   * Details about the action associated with the event.
   * </pre>
   *
   * <code>.google.cloud.dataplex.v1.DiscoveryEvent.ActionDetails action = 23;</code>
   *
   * @return Whether the action field is set.
   */
  boolean hasAction();
  /**
   *
   *
   * <pre>
   * Details about the action associated with the event.
   * </pre>
   *
   * <code>.google.cloud.dataplex.v1.DiscoveryEvent.ActionDetails action = 23;</code>
   *
   * @return The action.
   */
  com.google.cloud.dataplex.v1.DiscoveryEvent.ActionDetails getAction();
  /**
   *
   *
   * <pre>
   * Details about the action associated with the event.
   * </pre>
   *
   * <code>.google.cloud.dataplex.v1.DiscoveryEvent.ActionDetails action = 23;</code>
   */
  com.google.cloud.dataplex.v1.DiscoveryEvent.ActionDetailsOrBuilder getActionOrBuilder();

  public com.google.cloud.dataplex.v1.DiscoveryEvent.DetailsCase getDetailsCase();
}
