Package com.google.cloud.retail.v2beta
Interface ImportErrorsConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImportErrorsConfig
,ImportErrorsConfig.Builder
public interface ImportErrorsConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
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()
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;
- Returns:
- Whether the gcsPrefix field is set.
-
getGcsPrefix
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;
- Returns:
- The gcsPrefix.
-
getGcsPrefixBytes
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;
- Returns:
- The bytes for gcsPrefix.
-
getDestinationCase
ImportErrorsConfig.DestinationCase getDestinationCase()
-
-