public interface PurgeDocumentsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getPurgeCount()
The total count of documents purged as a result of the operation.
|
String |
getPurgeSample(int index)
A sample of document names that will be deleted.
|
com.google.protobuf.ByteString |
getPurgeSampleBytes(int index)
A sample of document names that will be deleted.
|
int |
getPurgeSampleCount()
A sample of document names that will be deleted.
|
List<String> |
getPurgeSampleList()
A sample of document names that will be deleted.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getPurgeCount()
The total count of documents purged as a result of the operation.
int64 purge_count = 1;
List<String> getPurgeSampleList()
A sample of document names that will be deleted. Only populated if `force` is set to false. A max of 100 names will be returned and the names are chosen at random.
repeated string purge_sample = 2 [(.google.api.resource_reference) = { ... }
int getPurgeSampleCount()
A sample of document names that will be deleted. Only populated if `force` is set to false. A max of 100 names will be returned and the names are chosen at random.
repeated string purge_sample = 2 [(.google.api.resource_reference) = { ... }
String getPurgeSample(int index)
A sample of document names that will be deleted. Only populated if `force` is set to false. A max of 100 names will be returned and the names are chosen at random.
repeated string purge_sample = 2 [(.google.api.resource_reference) = { ... }
index
- The index of the element to return.com.google.protobuf.ByteString getPurgeSampleBytes(int index)
A sample of document names that will be deleted. Only populated if `force` is set to false. A max of 100 names will be returned and the names are chosen at random.
repeated string purge_sample = 2 [(.google.api.resource_reference) = { ... }
index
- The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.