public interface RecrawlUrisResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFailedUris(int index)
URIs that were not crawled before the LRO terminated.
|
com.google.protobuf.ByteString |
getFailedUrisBytes(int index)
URIs that were not crawled before the LRO terminated.
|
int |
getFailedUrisCount()
URIs that were not crawled before the LRO terminated.
|
List<String> |
getFailedUrisList()
URIs that were not crawled before the LRO terminated.
|
RecrawlUrisResponse.FailureInfo |
getFailureSamples(int index)
Details for a sample of up to 10 `failed_uris`.
|
int |
getFailureSamplesCount()
Details for a sample of up to 10 `failed_uris`.
|
List<RecrawlUrisResponse.FailureInfo> |
getFailureSamplesList()
Details for a sample of up to 10 `failed_uris`.
|
RecrawlUrisResponse.FailureInfoOrBuilder |
getFailureSamplesOrBuilder(int index)
Details for a sample of up to 10 `failed_uris`.
|
List<? extends RecrawlUrisResponse.FailureInfoOrBuilder> |
getFailureSamplesOrBuilderList()
Details for a sample of up to 10 `failed_uris`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<RecrawlUrisResponse.FailureInfo> getFailureSamplesList()
Details for a sample of up to 10 `failed_uris`.
repeated .google.cloud.discoveryengine.v1beta.RecrawlUrisResponse.FailureInfo failure_samples = 1;
RecrawlUrisResponse.FailureInfo getFailureSamples(int index)
Details for a sample of up to 10 `failed_uris`.
repeated .google.cloud.discoveryengine.v1beta.RecrawlUrisResponse.FailureInfo failure_samples = 1;
int getFailureSamplesCount()
Details for a sample of up to 10 `failed_uris`.
repeated .google.cloud.discoveryengine.v1beta.RecrawlUrisResponse.FailureInfo failure_samples = 1;
List<? extends RecrawlUrisResponse.FailureInfoOrBuilder> getFailureSamplesOrBuilderList()
Details for a sample of up to 10 `failed_uris`.
repeated .google.cloud.discoveryengine.v1beta.RecrawlUrisResponse.FailureInfo failure_samples = 1;
RecrawlUrisResponse.FailureInfoOrBuilder getFailureSamplesOrBuilder(int index)
Details for a sample of up to 10 `failed_uris`.
repeated .google.cloud.discoveryengine.v1beta.RecrawlUrisResponse.FailureInfo failure_samples = 1;
List<String> getFailedUrisList()
URIs that were not crawled before the LRO terminated.
repeated string failed_uris = 2;int getFailedUrisCount()
URIs that were not crawled before the LRO terminated.
repeated string failed_uris = 2;String getFailedUris(int index)
URIs that were not crawled before the LRO terminated.
repeated string failed_uris = 2;index - The index of the element to return.com.google.protobuf.ByteString getFailedUrisBytes(int index)
URIs that were not crawled before the LRO terminated.
repeated string failed_uris = 2;index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.