public interface ExportErrorsConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDestinationCase()
public abstract ExportErrorsConfig.DestinationCase getDestinationCase()| Returns | |
|---|---|
| Type | Description |
ExportErrorsConfig.DestinationCase |
|
getGcsPrefix()
public abstract String getGcsPrefix() Google Cloud Storage path for import errors. This must be an empty,
existing Cloud Storage bucket. Export 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;
| Returns | |
|---|---|
| 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. Export 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;
| Returns | |
|---|---|
| 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. Export 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the gcsPrefix field is set. |