public interface PurgeArtifactsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getPurgeCount()
The number of Artifacts that this request deleted (or, if `force` is false,
the number of Artifacts that will be deleted).
|
String |
getPurgeSample(int index)
A sample of the Artifact names that will be deleted.
|
com.google.protobuf.ByteString |
getPurgeSampleBytes(int index)
A sample of the Artifact names that will be deleted.
|
int |
getPurgeSampleCount()
A sample of the Artifact names that will be deleted.
|
List<String> |
getPurgeSampleList()
A sample of the Artifact names that will be deleted.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getPurgeCount()
The number of Artifacts that this request deleted (or, if `force` is false, the number of Artifacts that will be deleted). This can be an estimate.
int64 purge_count = 1;List<String> getPurgeSampleList()
A sample of the Artifact names that will be deleted. Only populated if `force` is set to false. The maximum number of samples is 100 (it is possible to return fewer).
repeated string purge_sample = 2 [(.google.api.resource_reference) = { ... }int getPurgeSampleCount()
A sample of the Artifact names that will be deleted. Only populated if `force` is set to false. The maximum number of samples is 100 (it is possible to return fewer).
repeated string purge_sample = 2 [(.google.api.resource_reference) = { ... }String getPurgeSample(int index)
A sample of the Artifact names that will be deleted. Only populated if `force` is set to false. The maximum number of samples is 100 (it is possible to return fewer).
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 the Artifact names that will be deleted. Only populated if `force` is set to false. The maximum number of samples is 100 (it is possible to return fewer).
repeated string purge_sample = 2 [(.google.api.resource_reference) = { ... }index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.