Package com.google.cloud.retail.v2beta
Interface ExportProductsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExportProductsResponse,ExportProductsResponse.Builder
public interface ExportProductsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.rpc.StatusgetErrorSamples(int index)A sample of errors encountered while processing the request.intgetErrorSamplesCount()A sample of errors encountered while processing the request.List<com.google.rpc.Status>getErrorSamplesList()A sample of errors encountered while processing the request.com.google.rpc.StatusOrBuildergetErrorSamplesOrBuilder(int index)A sample of errors encountered while processing the request.List<? extends com.google.rpc.StatusOrBuilder>getErrorSamplesOrBuilderList()A sample of errors encountered while processing the request.ExportErrorsConfiggetErrorsConfig()This field is never set.ExportErrorsConfigOrBuildergetErrorsConfigOrBuilder()This field is never set.OutputResultgetOutputResult()Output result indicating where the data were exported to.OutputResultOrBuildergetOutputResultOrBuilder()Output result indicating where the data were exported to.booleanhasErrorsConfig()This field is never set.booleanhasOutputResult()Output result indicating where the data were exported to.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getErrorSamplesList
List<com.google.rpc.Status> getErrorSamplesList()
A sample of errors encountered while processing the request.
repeated .google.rpc.Status error_samples = 1;
-
getErrorSamples
com.google.rpc.Status getErrorSamples(int index)
A sample of errors encountered while processing the request.
repeated .google.rpc.Status error_samples = 1;
-
getErrorSamplesCount
int getErrorSamplesCount()
A sample of errors encountered while processing the request.
repeated .google.rpc.Status error_samples = 1;
-
getErrorSamplesOrBuilderList
List<? extends com.google.rpc.StatusOrBuilder> getErrorSamplesOrBuilderList()
A sample of errors encountered while processing the request.
repeated .google.rpc.Status error_samples = 1;
-
getErrorSamplesOrBuilder
com.google.rpc.StatusOrBuilder getErrorSamplesOrBuilder(int index)
A sample of errors encountered while processing the request.
repeated .google.rpc.Status error_samples = 1;
-
hasErrorsConfig
boolean hasErrorsConfig()
This field is never set.
.google.cloud.retail.v2beta.ExportErrorsConfig errors_config = 2;- Returns:
- Whether the errorsConfig field is set.
-
getErrorsConfig
ExportErrorsConfig getErrorsConfig()
This field is never set.
.google.cloud.retail.v2beta.ExportErrorsConfig errors_config = 2;- Returns:
- The errorsConfig.
-
getErrorsConfigOrBuilder
ExportErrorsConfigOrBuilder getErrorsConfigOrBuilder()
This field is never set.
.google.cloud.retail.v2beta.ExportErrorsConfig errors_config = 2;
-
hasOutputResult
boolean hasOutputResult()
Output result indicating where the data were exported to.
.google.cloud.retail.v2beta.OutputResult output_result = 3;- Returns:
- Whether the outputResult field is set.
-
getOutputResult
OutputResult getOutputResult()
Output result indicating where the data were exported to.
.google.cloud.retail.v2beta.OutputResult output_result = 3;- Returns:
- The outputResult.
-
getOutputResultOrBuilder
OutputResultOrBuilder getOutputResultOrBuilder()
Output result indicating where the data were exported to.
.google.cloud.retail.v2beta.OutputResult output_result = 3;
-
-