Interface ImportErrorConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImportErrorConfig
,ImportErrorConfig.Builder
public interface ImportErrorConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGcsPrefix
boolean 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;
- Returns:
- Whether the gcsPrefix field is set.
-
getGcsPrefix
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;
- Returns:
- The gcsPrefix.
-
getGcsPrefixBytes
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;
- Returns:
- The bytes for gcsPrefix.
-
getDestinationCase
ImportErrorConfig.DestinationCase getDestinationCase()
-
-