Reference documentation and code samples for the Cloud Pub/Sub V1 API class Google::Cloud::PubSub::V1::IngestionFailureEvent::AwsKinesisFailureReason.
Failure when ingesting from an AWS Kinesis source.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#message_transformation_failure_reason
def message_transformation_failure_reason() -> ::Google::Cloud::PubSub::V1::IngestionFailureEvent::MessageTransformationFailureReason
-
(::Google::Cloud::PubSub::V1::IngestionFailureEvent::MessageTransformationFailureReason) — Optional. Failure encountered when applying a message transformation to
the Pub/Sub message.
Note: The following fields are mutually exclusive:
message_transformation_failure_reason
,schema_violation_reason
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#message_transformation_failure_reason=
def message_transformation_failure_reason=(value) -> ::Google::Cloud::PubSub::V1::IngestionFailureEvent::MessageTransformationFailureReason
-
value (::Google::Cloud::PubSub::V1::IngestionFailureEvent::MessageTransformationFailureReason) — Optional. Failure encountered when applying a message transformation to
the Pub/Sub message.
Note: The following fields are mutually exclusive:
message_transformation_failure_reason
,schema_violation_reason
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::PubSub::V1::IngestionFailureEvent::MessageTransformationFailureReason) — Optional. Failure encountered when applying a message transformation to
the Pub/Sub message.
Note: The following fields are mutually exclusive:
message_transformation_failure_reason
,schema_violation_reason
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#partition_key
def partition_key() -> ::String
- (::String) — Optional. The partition key of the message that failed to be ingested.
#partition_key=
def partition_key=(value) -> ::String
- value (::String) — Optional. The partition key of the message that failed to be ingested.
- (::String) — Optional. The partition key of the message that failed to be ingested.
#schema_violation_reason
def schema_violation_reason() -> ::Google::Cloud::PubSub::V1::IngestionFailureEvent::SchemaViolationReason
-
(::Google::Cloud::PubSub::V1::IngestionFailureEvent::SchemaViolationReason) — Optional. The Pub/Sub message failed schema validation.
Note: The following fields are mutually exclusive:
schema_violation_reason
,message_transformation_failure_reason
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#schema_violation_reason=
def schema_violation_reason=(value) -> ::Google::Cloud::PubSub::V1::IngestionFailureEvent::SchemaViolationReason
-
value (::Google::Cloud::PubSub::V1::IngestionFailureEvent::SchemaViolationReason) — Optional. The Pub/Sub message failed schema validation.
Note: The following fields are mutually exclusive:
schema_violation_reason
,message_transformation_failure_reason
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::PubSub::V1::IngestionFailureEvent::SchemaViolationReason) — Optional. The Pub/Sub message failed schema validation.
Note: The following fields are mutually exclusive:
schema_violation_reason
,message_transformation_failure_reason
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#sequence_number
def sequence_number() -> ::String
- (::String) — Optional. The sequence number of the message that failed to be ingested.
#sequence_number=
def sequence_number=(value) -> ::String
- value (::String) — Optional. The sequence number of the message that failed to be ingested.
- (::String) — Optional. The sequence number of the message that failed to be ingested.
#stream_arn
def stream_arn() -> ::String
- (::String) — Optional. The stream ARN of the Kinesis stream being ingested from.
#stream_arn=
def stream_arn=(value) -> ::String
- value (::String) — Optional. The stream ARN of the Kinesis stream being ingested from.
- (::String) — Optional. The stream ARN of the Kinesis stream being ingested from.