public interface RecrawlUrisMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
Operation create time.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Operation create time.
|
String |
getInvalidUris(int index)
Unique URIs in the request that don't match any TargetSite in the
DataStore, only match TargetSites that haven't been fully indexed, or match
a TargetSite with type EXCLUDE.
|
com.google.protobuf.ByteString |
getInvalidUrisBytes(int index)
Unique URIs in the request that don't match any TargetSite in the
DataStore, only match TargetSites that haven't been fully indexed, or match
a TargetSite with type EXCLUDE.
|
int |
getInvalidUrisCount()
Unique URIs in the request that don't match any TargetSite in the
DataStore, only match TargetSites that haven't been fully indexed, or match
a TargetSite with type EXCLUDE.
|
List<String> |
getInvalidUrisList()
Unique URIs in the request that don't match any TargetSite in the
DataStore, only match TargetSites that haven't been fully indexed, or match
a TargetSite with type EXCLUDE.
|
int |
getPendingCount()
Total number of URIs that have yet to be crawled.
|
int |
getQuotaExceededCount()
Total number of URIs that were rejected due to insufficient indexing
resources.
|
int |
getSuccessCount()
Total number of URIs that have been crawled so far.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Operation last update time.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Operation last update time.
|
int |
getValidUrisCount()
Total number of unique URIs in the request that are not in invalid_uris.
|
boolean |
hasCreateTime()
Operation create time.
|
boolean |
hasUpdateTime()
Operation last update time.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCreateTime()
Operation create time.
.google.protobuf.Timestamp create_time = 1;com.google.protobuf.Timestamp getCreateTime()
Operation create time.
.google.protobuf.Timestamp create_time = 1;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Operation create time.
.google.protobuf.Timestamp create_time = 1;boolean hasUpdateTime()
Operation last update time. If the operation is done, this is also the finish time.
.google.protobuf.Timestamp update_time = 2;com.google.protobuf.Timestamp getUpdateTime()
Operation last update time. If the operation is done, this is also the finish time.
.google.protobuf.Timestamp update_time = 2;com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Operation last update time. If the operation is done, this is also the finish time.
.google.protobuf.Timestamp update_time = 2;List<String> getInvalidUrisList()
Unique URIs in the request that don't match any TargetSite in the DataStore, only match TargetSites that haven't been fully indexed, or match a TargetSite with type EXCLUDE.
repeated string invalid_uris = 3;int getInvalidUrisCount()
Unique URIs in the request that don't match any TargetSite in the DataStore, only match TargetSites that haven't been fully indexed, or match a TargetSite with type EXCLUDE.
repeated string invalid_uris = 3;String getInvalidUris(int index)
Unique URIs in the request that don't match any TargetSite in the DataStore, only match TargetSites that haven't been fully indexed, or match a TargetSite with type EXCLUDE.
repeated string invalid_uris = 3;index - The index of the element to return.com.google.protobuf.ByteString getInvalidUrisBytes(int index)
Unique URIs in the request that don't match any TargetSite in the DataStore, only match TargetSites that haven't been fully indexed, or match a TargetSite with type EXCLUDE.
repeated string invalid_uris = 3;index - The index of the value to return.int getValidUrisCount()
Total number of unique URIs in the request that are not in invalid_uris.
int32 valid_uris_count = 4;int getSuccessCount()
Total number of URIs that have been crawled so far.
int32 success_count = 5;int getPendingCount()
Total number of URIs that have yet to be crawled.
int32 pending_count = 6;int getQuotaExceededCount()
Total number of URIs that were rejected due to insufficient indexing resources.
int32 quota_exceeded_count = 7;Copyright © 2024 Google LLC. All rights reserved.