trait IngestionFailureEventOrBuilder extends MessageOrBuilder
- Alphabetic
- By Inheritance
- IngestionFailureEventOrBuilder
- MessageOrBuilder
- MessageLiteOrBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def findInitializationErrors(): List[String]
- Definition Classes
- MessageOrBuilder
- abstract def getAllFields(): Map[FieldDescriptor, AnyRef]
- Definition Classes
- MessageOrBuilder
- abstract def getAwsMskFailure(): AwsMskFailureReason
Optional. Failure when ingesting from Amazon MSK.
Optional. Failure when ingesting from Amazon MSK.
.google.pubsub.v1.IngestionFailureEvent.AwsMskFailureReason aws_msk_failure = 4 [(.google.api.field_behavior) = OPTIONAL];
- returns
The awsMskFailure.
- abstract def getAwsMskFailureOrBuilder(): AwsMskFailureReasonOrBuilder
Optional. Failure when ingesting from Amazon MSK.
Optional. Failure when ingesting from Amazon MSK.
.google.pubsub.v1.IngestionFailureEvent.AwsMskFailureReason aws_msk_failure = 4 [(.google.api.field_behavior) = OPTIONAL];
- abstract def getAzureEventHubsFailure(): AzureEventHubsFailureReason
Optional. Failure when ingesting from Azure Event Hubs.
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.
- abstract def getAzureEventHubsFailureOrBuilder(): AzureEventHubsFailureReasonOrBuilder
Optional. Failure when ingesting from Azure Event Hubs.
Optional. Failure when ingesting from Azure Event Hubs.
.google.pubsub.v1.IngestionFailureEvent.AzureEventHubsFailureReason azure_event_hubs_failure = 5 [(.google.api.field_behavior) = OPTIONAL];
- abstract def getCloudStorageFailure(): CloudStorageFailure
Optional. Failure when ingesting from Cloud Storage.
Optional. Failure when ingesting from Cloud Storage.
.google.pubsub.v1.IngestionFailureEvent.CloudStorageFailure cloud_storage_failure = 3 [(.google.api.field_behavior) = OPTIONAL];
- returns
The cloudStorageFailure.
- abstract def getCloudStorageFailureOrBuilder(): CloudStorageFailureOrBuilder
Optional. Failure when ingesting from Cloud Storage.
Optional. Failure when ingesting from Cloud Storage.
.google.pubsub.v1.IngestionFailureEvent.CloudStorageFailure cloud_storage_failure = 3 [(.google.api.field_behavior) = OPTIONAL];
- abstract def getConfluentCloudFailure(): ConfluentCloudFailureReason
Optional. Failure when ingesting from Confluent Cloud.
Optional. Failure when ingesting from Confluent Cloud.
.google.pubsub.v1.IngestionFailureEvent.ConfluentCloudFailureReason confluent_cloud_failure = 6 [(.google.api.field_behavior) = OPTIONAL];
- returns
The confluentCloudFailure.
- abstract def getConfluentCloudFailureOrBuilder(): ConfluentCloudFailureReasonOrBuilder
Optional. Failure when ingesting from Confluent Cloud.
Optional. Failure when ingesting from Confluent Cloud.
.google.pubsub.v1.IngestionFailureEvent.ConfluentCloudFailureReason confluent_cloud_failure = 6 [(.google.api.field_behavior) = OPTIONAL];
- abstract def getDefaultInstanceForType(): Message
- Definition Classes
- MessageOrBuilder → MessageLiteOrBuilder
- abstract def getDescriptorForType(): Descriptor
- Definition Classes
- MessageOrBuilder
- abstract def getErrorMessage(): String
Required. Error details explaining why ingestion to Pub/Sub has failed.
Required. Error details explaining why ingestion to Pub/Sub has failed.
string error_message = 2 [(.google.api.field_behavior) = REQUIRED];
- returns
The errorMessage.
- abstract def getErrorMessageBytes(): ByteString
Required. Error details explaining why ingestion to Pub/Sub has failed.
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.
- abstract def getFailureCase(): FailureCase
- abstract def getField(arg0: FieldDescriptor): AnyRef
- Definition Classes
- MessageOrBuilder
- abstract def getInitializationErrorString(): String
- Definition Classes
- MessageOrBuilder
- abstract def getOneofFieldDescriptor(arg0: OneofDescriptor): FieldDescriptor
- Definition Classes
- MessageOrBuilder
- abstract def getRepeatedField(arg0: FieldDescriptor, arg1: Int): AnyRef
- Definition Classes
- MessageOrBuilder
- abstract def getRepeatedFieldCount(arg0: FieldDescriptor): Int
- Definition Classes
- MessageOrBuilder
- abstract def getTopic(): String
Required. Name of the import topic. Format is: projects/{project_name}/topics/{topic_name}.
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.
- abstract def getTopicBytes(): ByteString
Required. Name of the import topic. Format is: projects/{project_name}/topics/{topic_name}.
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.
- abstract def getUnknownFields(): UnknownFieldSet
- Definition Classes
- MessageOrBuilder
- abstract def hasAwsMskFailure(): Boolean
Optional. Failure when ingesting from Amazon MSK.
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.
- abstract def hasAzureEventHubsFailure(): Boolean
Optional. Failure when ingesting from Azure Event Hubs.
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.
- abstract def hasCloudStorageFailure(): Boolean
Optional. Failure when ingesting from Cloud Storage.
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.
- abstract def hasConfluentCloudFailure(): Boolean
Optional. Failure when ingesting from Confluent Cloud.
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.
- abstract def hasField(arg0: FieldDescriptor): Boolean
- Definition Classes
- MessageOrBuilder
- abstract def hasOneof(arg0: OneofDescriptor): Boolean
- Definition Classes
- MessageOrBuilder
- abstract def isInitialized(): Boolean
- Definition Classes
- MessageLiteOrBuilder
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()