public interface PurgeSuggestionDenyListEntriesResponseOrBuilder
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.
|
long |
getPurgeCount()
Number of suggestion deny list entries purged.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getPurgeCount()
Number of suggestion deny list entries purged.
int64 purge_count = 1;List<com.google.rpc.Status> getErrorSamplesList()
A sample of errors encountered while processing the request.
repeated .google.rpc.Status error_samples = 2;com.google.rpc.Status getErrorSamples(int index)
A sample of errors encountered while processing the request.
repeated .google.rpc.Status error_samples = 2;int getErrorSamplesCount()
A sample of errors encountered while processing the request.
repeated .google.rpc.Status error_samples = 2;List<? extends com.google.rpc.StatusOrBuilder> getErrorSamplesOrBuilderList()
A sample of errors encountered while processing the request.
repeated .google.rpc.Status error_samples = 2;com.google.rpc.StatusOrBuilder getErrorSamplesOrBuilder(int index)
A sample of errors encountered while processing the request.
repeated .google.rpc.Status error_samples = 2;Copyright © 2024 Google LLC. All rights reserved.