Send feedback
Class IngestionFailureEvent.AwsKinesisFailureReason (1.140.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public static final class IngestionFailureEvent . AwsKinesisFailureReason extends GeneratedMessageV3 implements IngestionFailureEvent . AwsKinesisFailureReasonOrBuilder
Failure when ingesting from an AWS Kinesis source.
Protobuf type google.pubsub.v1.IngestionFailureEvent.AwsKinesisFailureReason
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
PARTITION_KEY_FIELD_NUMBER
public static final int PARTITION_KEY_FIELD_NUMBER
Field Value
Type
Description
int
SCHEMA_VIOLATION_REASON_FIELD_NUMBER
public static final int SCHEMA_VIOLATION_REASON_FIELD_NUMBER
Field Value
Type
Description
int
SEQUENCE_NUMBER_FIELD_NUMBER
public static final int SEQUENCE_NUMBER_FIELD_NUMBER
Field Value
Type
Description
int
STREAM_ARN_FIELD_NUMBER
public static final int STREAM_ARN_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static IngestionFailureEvent . AwsKinesisFailureReason getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static IngestionFailureEvent . AwsKinesisFailureReason . Builder newBuilder ()
newBuilder(IngestionFailureEvent.AwsKinesisFailureReason prototype)
public static IngestionFailureEvent . AwsKinesisFailureReason . Builder newBuilder ( IngestionFailureEvent . AwsKinesisFailureReason prototype )
public static IngestionFailureEvent . AwsKinesisFailureReason parseDelimitedFrom ( InputStream input )
public static IngestionFailureEvent . AwsKinesisFailureReason parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static IngestionFailureEvent . AwsKinesisFailureReason parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static IngestionFailureEvent . AwsKinesisFailureReason parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static IngestionFailureEvent . AwsKinesisFailureReason parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static IngestionFailureEvent . AwsKinesisFailureReason parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static IngestionFailureEvent . AwsKinesisFailureReason parseFrom ( CodedInputStream input )
public static IngestionFailureEvent . AwsKinesisFailureReason parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static IngestionFailureEvent . AwsKinesisFailureReason parseFrom ( InputStream input )
public static IngestionFailureEvent . AwsKinesisFailureReason parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static IngestionFailureEvent . AwsKinesisFailureReason parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static IngestionFailureEvent . AwsKinesisFailureReason parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<IngestionFailureEvent . AwsKinesisFailureReason > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public IngestionFailureEvent . AwsKinesisFailureReason getDefaultInstanceForType ()
getParserForType()
public Parser<IngestionFailureEvent . AwsKinesisFailureReason > getParserForType ()
Overrides
getPartitionKey()
public String getPartitionKey ()
Optional. The partition key of the message that failed to be ingested.
string partition_key = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
String
The partitionKey.
getPartitionKeyBytes()
public ByteString getPartitionKeyBytes ()
Optional. The partition key of the message that failed to be ingested.
string partition_key = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
ByteString
The bytes for partitionKey.
getReasonCase()
public IngestionFailureEvent . AwsKinesisFailureReason . ReasonCase getReasonCase ()
getSchemaViolationReason()
public IngestionFailureEvent . SchemaViolationReason getSchemaViolationReason ()
Optional. The Pub/Sub message failed schema validation.
.google.pubsub.v1.IngestionFailureEvent.SchemaViolationReason schema_violation_reason = 4 [(.google.api.field_behavior) = OPTIONAL];
getSchemaViolationReasonOrBuilder()
public IngestionFailureEvent . SchemaViolationReasonOrBuilder getSchemaViolationReasonOrBuilder ()
Optional. The Pub/Sub message failed schema validation.
.google.pubsub.v1.IngestionFailureEvent.SchemaViolationReason schema_violation_reason = 4 [(.google.api.field_behavior) = OPTIONAL];
getSequenceNumber()
public String getSequenceNumber ()
Optional. The sequence number of the message that failed to be ingested.
string sequence_number = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
String
The sequenceNumber.
getSequenceNumberBytes()
public ByteString getSequenceNumberBytes ()
Optional. The sequence number of the message that failed to be ingested.
string sequence_number = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
ByteString
The bytes for sequenceNumber.
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getStreamArn()
public String getStreamArn ()
Optional. The stream ARN of the Kinesis stream being ingested from.
string stream_arn = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
String
The streamArn.
getStreamArnBytes()
public ByteString getStreamArnBytes ()
Optional. The stream ARN of the Kinesis stream being ingested from.
string stream_arn = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
ByteString
The bytes for streamArn.
hasSchemaViolationReason()
public boolean hasSchemaViolationReason ()
Optional. The Pub/Sub message failed schema validation.
.google.pubsub.v1.IngestionFailureEvent.SchemaViolationReason schema_violation_reason = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
Whether the schemaViolationReason field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public IngestionFailureEvent . AwsKinesisFailureReason . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected IngestionFailureEvent . AwsKinesisFailureReason . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public IngestionFailureEvent . AwsKinesisFailureReason . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-12 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[],[]]