public interface PurgeErrorConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PurgeErrorConfig.DestinationCase |
getDestinationCase() |
String |
getGcsPrefix()
Cloud Storage prefix for purge errors.
|
com.google.protobuf.ByteString |
getGcsPrefixBytes()
Cloud Storage prefix for purge errors.
|
boolean |
hasGcsPrefix()
Cloud Storage prefix for purge errors.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGcsPrefix()
Cloud Storage prefix for purge errors. This must be an empty, existing Cloud Storage directory. Purge 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 purge errors. This must be an empty, existing Cloud Storage directory. Purge 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 purge errors. This must be an empty, existing Cloud Storage directory. Purge errors are written to sharded files in this directory, one per line, as a JSON-encoded `google.rpc.Status` message.
string gcs_prefix = 1;PurgeErrorConfig.DestinationCase getDestinationCase()
Copyright © 2024 Google LLC. All rights reserved.