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