Class GcsDestination (3.8.3)

GcsDestination(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The Google Cloud Storage location for the output content.

Attribute

NameDescription
output_uri_prefix str
Required. There must be no files under 'output_uri_prefix'. 'output_uri_prefix' must end with "/" and start with "gs://", otherwise an INVALID_ARGUMENT (400) error is returned.

Inheritance

builtins.object > proto.message.Message > GcsDestination