Reference documentation and code samples for the Cloud Pub/Sub V1 API class Google::Cloud::PubSub::V1::IngestionFailureEvent::CloudStorageFailure.
Failure when ingesting from a Cloud Storage source.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#api_violation_reason
def api_violation_reason() -> ::Google::Cloud::PubSub::V1::IngestionFailureEvent::ApiViolationReason
Returns
- (::Google::Cloud::PubSub::V1::IngestionFailureEvent::ApiViolationReason) — Optional. The Pub/Sub API limits prevented the desired message from being published.
#api_violation_reason=
def api_violation_reason=(value) -> ::Google::Cloud::PubSub::V1::IngestionFailureEvent::ApiViolationReason
Parameter
- value (::Google::Cloud::PubSub::V1::IngestionFailureEvent::ApiViolationReason) — Optional. The Pub/Sub API limits prevented the desired message from being published.
Returns
- (::Google::Cloud::PubSub::V1::IngestionFailureEvent::ApiViolationReason) — Optional. The Pub/Sub API limits prevented the desired message from being published.
#avro_failure_reason
def avro_failure_reason() -> ::Google::Cloud::PubSub::V1::IngestionFailureEvent::AvroFailureReason
Returns
- (::Google::Cloud::PubSub::V1::IngestionFailureEvent::AvroFailureReason) — Optional. Failure encountered when parsing an Avro file.
#avro_failure_reason=
def avro_failure_reason=(value) -> ::Google::Cloud::PubSub::V1::IngestionFailureEvent::AvroFailureReason
Parameter
- value (::Google::Cloud::PubSub::V1::IngestionFailureEvent::AvroFailureReason) — Optional. Failure encountered when parsing an Avro file.
Returns
- (::Google::Cloud::PubSub::V1::IngestionFailureEvent::AvroFailureReason) — Optional. Failure encountered when parsing an Avro file.
#bucket
def bucket() -> ::String
Returns
- (::String) — Optional. Name of the Cloud Storage bucket used for ingestion.
#bucket=
def bucket=(value) -> ::String
Parameter
- value (::String) — Optional. Name of the Cloud Storage bucket used for ingestion.
Returns
- (::String) — Optional. Name of the Cloud Storage bucket used for ingestion.
#object_generation
def object_generation() -> ::Integer
Returns
- (::Integer) — Optional. Generation of the Cloud Storage object which contained the section that couldn't be ingested.
#object_generation=
def object_generation=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. Generation of the Cloud Storage object which contained the section that couldn't be ingested.
Returns
- (::Integer) — Optional. Generation of the Cloud Storage object which contained the section that couldn't be ingested.
#object_name
def object_name() -> ::String
Returns
- (::String) — Optional. Name of the Cloud Storage object which contained the section that couldn't be ingested.
#object_name=
def object_name=(value) -> ::String
Parameter
- value (::String) — Optional. Name of the Cloud Storage object which contained the section that couldn't be ingested.
Returns
- (::String) — Optional. Name of the Cloud Storage object which contained the section that couldn't be ingested.