CloudStorageFailure(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Failure when ingesting from a Cloud Storage source.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
bucket
:noindex: |
str
Optional. Name of the Cloud Storage bucket used for ingestion. |
object_name
:noindex: |
str
Optional. Name of the Cloud Storage object which contained the section that couldn't be ingested. |
object_generation
:noindex: |
int
Optional. Generation of the Cloud Storage object which contained the section that couldn't be ingested. |
avro_failure_reason
:noindex: |
google.pubsub_v1.types.IngestionFailureEvent.AvroFailureReason
Optional. Failure encountered when parsing an Avro file. This field is a member of oneof _ reason .
|
api_violation_reason
:noindex: |
google.pubsub_v1.types.IngestionFailureEvent.ApiViolationReason
Optional. The Pub/Sub API limits prevented the desired message from being published. This field is a member of oneof _ reason .
|