public interface ImportErrorsConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDestinationCase()
public abstract ImportErrorsConfig.DestinationCase getDestinationCase()| Type | Description |
| ImportErrorsConfig.DestinationCase |
getGcsPrefix()
public abstract String getGcsPrefix() Google Cloud Storage path for import errors. This must be an empty,
existing Cloud Storage bucket. Import errors will be written to a file in
this bucket, one per line, as a JSON-encoded
google.rpc.Status message.
string gcs_prefix = 1;
| Type | Description |
| String | The gcsPrefix. |
getGcsPrefixBytes()
public abstract ByteString getGcsPrefixBytes() Google Cloud Storage path for import errors. This must be an empty,
existing Cloud Storage bucket. Import errors will be written to a file in
this bucket, one per line, as a JSON-encoded
google.rpc.Status message.
string gcs_prefix = 1;
| Type | Description |
| ByteString | The bytes for gcsPrefix. |
hasGcsPrefix()
public abstract boolean hasGcsPrefix() Google Cloud Storage path for import errors. This must be an empty,
existing Cloud Storage bucket. Import errors will be written to a file in
this bucket, one per line, as a JSON-encoded
google.rpc.Status message.
string gcs_prefix = 1;
| Type | Description |
| boolean | Whether the gcsPrefix field is set. |