Package com.google.cloud.retail.v2alpha
Interface ExportErrorsConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExportErrorsConfig,ExportErrorsConfig.Builder
public interface ExportErrorsConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExportErrorsConfig.DestinationCasegetDestinationCase()StringgetGcsPrefix()Google Cloud Storage path for import errors.com.google.protobuf.ByteStringgetGcsPrefixBytes()Google Cloud Storage path for import errors.booleanhasGcsPrefix()Google Cloud Storage path 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 path for import errors. This must be an empty, existing Cloud Storage bucket. Export errors will be written to a file in this bucket, 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 path for import errors. This must be an empty, existing Cloud Storage bucket. Export errors will be written to a file in this bucket, 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 path for import errors. This must be an empty, existing Cloud Storage bucket. Export errors will be written to a file in this bucket, one per line, as a JSON-encoded `google.rpc.Status` message.
string gcs_prefix = 1;- Returns:
- The bytes for gcsPrefix.
-
getDestinationCase
ExportErrorsConfig.DestinationCase getDestinationCase()
-
-