public interface ImportDocumentsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ImportErrorConfig |
getErrorConfig()
Echoes the destination for the complete errors in the request if set.
|
ImportErrorConfigOrBuilder |
getErrorConfigOrBuilder()
Echoes the destination for the complete errors in the request if set.
|
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.
|
boolean |
hasErrorConfig()
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 hasErrorConfig()
Echoes the destination for the complete errors in the request if set.
.google.cloud.discoveryengine.v1alpha.ImportErrorConfig error_config = 2;ImportErrorConfig getErrorConfig()
Echoes the destination for the complete errors in the request if set.
.google.cloud.discoveryengine.v1alpha.ImportErrorConfig error_config = 2;ImportErrorConfigOrBuilder getErrorConfigOrBuilder()
Echoes the destination for the complete errors in the request if set.
.google.cloud.discoveryengine.v1alpha.ImportErrorConfig error_config = 2;Copyright © 2024 Google LLC. All rights reserved.