gcsPrefix property

String? gcsPrefix
getter/setter pair

Google Cloud Storage prefix for import errors.

This must be an empty, existing Cloud Storage directory. Import errors are written to sharded files in this directory, one per line, as a JSON-encoded google.rpc.Status message.

Implementation

core.String? gcsPrefix;