Class: Google::Cloud::PubSub::V1::IngestionFailureEvent::CloudStorageFailure
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::IngestionFailureEvent::CloudStorageFailure
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/pubsub/v1/pubsub.rb
Overview
Failure when ingesting from a Cloud Storage source.
Instance Attribute Summary collapse
-
#api_violation_reason ⇒ ::Google::Cloud::PubSub::V1::IngestionFailureEvent::ApiViolationReason
Optional.
-
#avro_failure_reason ⇒ ::Google::Cloud::PubSub::V1::IngestionFailureEvent::AvroFailureReason
Optional.
-
#bucket ⇒ ::String
Optional.
-
#object_generation ⇒ ::Integer
Optional.
-
#object_name ⇒ ::String
Optional.
Instance Attribute Details
#api_violation_reason ⇒ ::Google::Cloud::PubSub::V1::IngestionFailureEvent::ApiViolationReason
Returns Optional. The Pub/Sub API limits prevented the desired message from being published.
323 324 325 326 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 323 class CloudStorageFailure include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#avro_failure_reason ⇒ ::Google::Cloud::PubSub::V1::IngestionFailureEvent::AvroFailureReason
Returns Optional. Failure encountered when parsing an Avro file.
323 324 325 326 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 323 class CloudStorageFailure include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#bucket ⇒ ::String
Returns Optional. Name of the Cloud Storage bucket used for ingestion.
323 324 325 326 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 323 class CloudStorageFailure include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#object_generation ⇒ ::Integer
Returns Optional. Generation of the Cloud Storage object which contained the section that couldn't be ingested.
323 324 325 326 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 323 class CloudStorageFailure include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#object_name ⇒ ::String
Returns Optional. Name of the Cloud Storage object which contained the section that couldn't be ingested.
323 324 325 326 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 323 class CloudStorageFailure include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |