public interface ExportErrorsConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ExportErrorsConfig.DestinationCase |
getDestinationCase() |
String |
getGcsPrefix()
Google Cloud Storage path for import errors.
|
com.google.protobuf.ByteString |
getGcsPrefixBytes()
Google Cloud Storage path for import errors.
|
boolean |
hasGcsPrefix()
Google Cloud Storage path for import errors.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;com.google.protobuf.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;ExportErrorsConfig.DestinationCase getDestinationCase()
Copyright © 2024 Google LLC. All rights reserved.