public interface ImportProductsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
ImportErrorsConfig |
getErrorsConfig()
Echoes the destination for the complete errors in the request if set.
|
ImportErrorsConfigOrBuilder |
getErrorsConfigOrBuilder()
Echoes the destination for the complete errors in the request if set.
|
boolean |
hasErrorsConfig()
Echoes the destination for the complete errors in the request if set.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<com.google.rpc.Status> getErrorSamplesList()
A sample of errors encountered while processing the request.
repeated .google.rpc.Status error_samples = 1;com.google.rpc.Status getErrorSamples(int index)
A sample of errors encountered while processing the request.
repeated .google.rpc.Status error_samples = 1;int getErrorSamplesCount()
A sample of errors encountered while processing the request.
repeated .google.rpc.Status error_samples = 1;List<? extends com.google.rpc.StatusOrBuilder> getErrorSamplesOrBuilderList()
A sample of errors encountered while processing the request.
repeated .google.rpc.Status error_samples = 1;com.google.rpc.StatusOrBuilder getErrorSamplesOrBuilder(int index)
A sample of errors encountered while processing the request.
repeated .google.rpc.Status error_samples = 1;boolean hasErrorsConfig()
Echoes the destination for the complete errors in the request if set.
.google.cloud.retail.v2beta.ImportErrorsConfig errors_config = 2;ImportErrorsConfig getErrorsConfig()
Echoes the destination for the complete errors in the request if set.
.google.cloud.retail.v2beta.ImportErrorsConfig errors_config = 2;ImportErrorsConfigOrBuilder getErrorsConfigOrBuilder()
Echoes the destination for the complete errors in the request if set.
.google.cloud.retail.v2beta.ImportErrorsConfig errors_config = 2;Copyright © 2024 Google LLC. All rights reserved.