Package com.google.cloud.retail.v2alpha
Interface ImportCompletionDataResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImportCompletionDataResponse
,ImportCompletionDataResponse.Builder
public interface ImportCompletionDataResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.rpc.Status
getErrorSamples(int index)
A sample of errors encountered while processing the request.int
getErrorSamplesCount()
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.StatusOrBuilder
getErrorSamplesOrBuilder(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.-
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;
-
-