Class: Google::Cloud::PubSub::V1::IngestionFailureEvent::CloudStorageFailure

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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