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