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 |
getInvalidUris3(int index)
Unique URIs in the request that have invalid format.
|
com.google.protobuf.ByteString |
getInvalidUris3Bytes(int index)
Unique URIs in the request that have invalid format.
|
int |
getInvalidUris3Count()
Unique URIs in the request that have invalid format.
|
List<String> |
getInvalidUris3List()
Unique URIs in the request that have invalid format.
|
int |
getInvalidUrisCount8()
Total number of unique URIs in the request that have invalid format.
|
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.
|
String |
getUrisNotMatchingTargetSites9(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 |
getUrisNotMatchingTargetSites9Bytes(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 |
getUrisNotMatchingTargetSites9Count()
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> |
getUrisNotMatchingTargetSites9List()
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 |
getUrisNotMatchingTargetSitesCount10()
Total number of URIs that don't match any TargetSites.
|
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> getInvalidUris3List()
Unique URIs in the request that have invalid format. Sample limited to 1000.
repeated string invalid_uris = 3;int getInvalidUris3Count()
Unique URIs in the request that have invalid format. Sample limited to 1000.
repeated string invalid_uris = 3;String getInvalidUris3(int index)
Unique URIs in the request that have invalid format. Sample limited to 1000.
repeated string invalid_uris = 3;index - The index of the element to return.com.google.protobuf.ByteString getInvalidUris3Bytes(int index)
Unique URIs in the request that have invalid format. Sample limited to 1000.
repeated string invalid_uris = 3;index - The index of the value to return.int getInvalidUrisCount8()
Total number of unique URIs in the request that have invalid format.
int32 invalid_uris_count = 8;List<String> getUrisNotMatchingTargetSites9List()
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. Sample limited to 1000.
repeated string uris_not_matching_target_sites = 9;int getUrisNotMatchingTargetSites9Count()
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. Sample limited to 1000.
repeated string uris_not_matching_target_sites = 9;String getUrisNotMatchingTargetSites9(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. Sample limited to 1000.
repeated string uris_not_matching_target_sites = 9;index - The index of the element to return.com.google.protobuf.ByteString getUrisNotMatchingTargetSites9Bytes(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. Sample limited to 1000.
repeated string uris_not_matching_target_sites = 9;index - The index of the value to return.int getUrisNotMatchingTargetSitesCount10()
Total number of URIs that don't match any TargetSites.
int32 uris_not_matching_target_sites_count = 10;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 © 2025 Google LLC. All rights reserved.