Interface IngestionFailureEventOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
IngestionFailureEvent, IngestionFailureEvent.Builder

public interface IngestionFailureEventOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getTopic

      String getTopic()
       Required. Name of the import topic. Format is:
       projects/{project_name}/topics/{topic_name}.
       
      string topic = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The topic.
    • getTopicBytes

      com.google.protobuf.ByteString getTopicBytes()
       Required. Name of the import topic. Format is:
       projects/{project_name}/topics/{topic_name}.
       
      string topic = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for topic.
    • getErrorMessage

      String getErrorMessage()
       Required. Error details explaining why ingestion to Pub/Sub has failed.
       
      string error_message = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The errorMessage.
    • getErrorMessageBytes

      com.google.protobuf.ByteString getErrorMessageBytes()
       Required. Error details explaining why ingestion to Pub/Sub has failed.
       
      string error_message = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for errorMessage.
    • hasCloudStorageFailure

      boolean hasCloudStorageFailure()
       Optional. Failure when ingesting from Cloud Storage.
       
      .google.pubsub.v1.IngestionFailureEvent.CloudStorageFailure cloud_storage_failure = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the cloudStorageFailure field is set.
    • getCloudStorageFailure

       Optional. Failure when ingesting from Cloud Storage.
       
      .google.pubsub.v1.IngestionFailureEvent.CloudStorageFailure cloud_storage_failure = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The cloudStorageFailure.
    • getCloudStorageFailureOrBuilder

      IngestionFailureEvent.CloudStorageFailureOrBuilder getCloudStorageFailureOrBuilder()
       Optional. Failure when ingesting from Cloud Storage.
       
      .google.pubsub.v1.IngestionFailureEvent.CloudStorageFailure cloud_storage_failure = 3 [(.google.api.field_behavior) = OPTIONAL];
    • hasAwsMskFailure

      boolean hasAwsMskFailure()
       Optional. Failure when ingesting from Amazon MSK.
       
      .google.pubsub.v1.IngestionFailureEvent.AwsMskFailureReason aws_msk_failure = 4 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the awsMskFailure field is set.
    • getAwsMskFailure

       Optional. Failure when ingesting from Amazon MSK.
       
      .google.pubsub.v1.IngestionFailureEvent.AwsMskFailureReason aws_msk_failure = 4 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The awsMskFailure.
    • getAwsMskFailureOrBuilder

       Optional. Failure when ingesting from Amazon MSK.
       
      .google.pubsub.v1.IngestionFailureEvent.AwsMskFailureReason aws_msk_failure = 4 [(.google.api.field_behavior) = OPTIONAL];
    • hasAzureEventHubsFailure

      boolean hasAzureEventHubsFailure()
       Optional. Failure when ingesting from Azure Event Hubs.
       
      .google.pubsub.v1.IngestionFailureEvent.AzureEventHubsFailureReason azure_event_hubs_failure = 5 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the azureEventHubsFailure field is set.
    • getAzureEventHubsFailure

       Optional. Failure when ingesting from Azure Event Hubs.
       
      .google.pubsub.v1.IngestionFailureEvent.AzureEventHubsFailureReason azure_event_hubs_failure = 5 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The azureEventHubsFailure.
    • getAzureEventHubsFailureOrBuilder

       Optional. Failure when ingesting from Azure Event Hubs.
       
      .google.pubsub.v1.IngestionFailureEvent.AzureEventHubsFailureReason azure_event_hubs_failure = 5 [(.google.api.field_behavior) = OPTIONAL];
    • hasConfluentCloudFailure

      boolean hasConfluentCloudFailure()
       Optional. Failure when ingesting from Confluent Cloud.
       
      .google.pubsub.v1.IngestionFailureEvent.ConfluentCloudFailureReason confluent_cloud_failure = 6 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the confluentCloudFailure field is set.
    • getConfluentCloudFailure

       Optional. Failure when ingesting from Confluent Cloud.
       
      .google.pubsub.v1.IngestionFailureEvent.ConfluentCloudFailureReason confluent_cloud_failure = 6 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The confluentCloudFailure.
    • getConfluentCloudFailureOrBuilder

       Optional. Failure when ingesting from Confluent Cloud.
       
      .google.pubsub.v1.IngestionFailureEvent.ConfluentCloudFailureReason confluent_cloud_failure = 6 [(.google.api.field_behavior) = OPTIONAL];
    • hasAwsKinesisFailure

      boolean hasAwsKinesisFailure()
       Optional. Failure when ingesting from AWS Kinesis.
       
      .google.pubsub.v1.IngestionFailureEvent.AwsKinesisFailureReason aws_kinesis_failure = 7 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the awsKinesisFailure field is set.
    • getAwsKinesisFailure

       Optional. Failure when ingesting from AWS Kinesis.
       
      .google.pubsub.v1.IngestionFailureEvent.AwsKinesisFailureReason aws_kinesis_failure = 7 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The awsKinesisFailure.
    • getAwsKinesisFailureOrBuilder

       Optional. Failure when ingesting from AWS Kinesis.
       
      .google.pubsub.v1.IngestionFailureEvent.AwsKinesisFailureReason aws_kinesis_failure = 7 [(.google.api.field_behavior) = OPTIONAL];
    • getFailureCase