public final class RecrawlUrisMetadata extends com.google.protobuf.GeneratedMessageV3 implements RecrawlUrisMetadataOrBuilder
Metadata related to the progress of the [SiteSearchEngineService.RecrawlUris][google.cloud.discoveryengine.v1beta.SiteSearchEngineService.RecrawlUris] operation. This will be returned by the google.longrunning.Operation.metadata field.Protobuf type
google.cloud.discoveryengine.v1beta.RecrawlUrisMetadata| Modifier and Type | Class and Description |
|---|---|
static class |
RecrawlUrisMetadata.Builder
Metadata related to the progress of the
[SiteSearchEngineService.RecrawlUris][google.cloud.discoveryengine.v1beta.SiteSearchEngineService.RecrawlUris]
operation.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CREATE_TIME_FIELD_NUMBER |
static int |
INVALID_URIS_COUNT_FIELD_NUMBER |
static int |
INVALID_URIS_FIELD_NUMBER |
static int |
PENDING_COUNT_FIELD_NUMBER |
static int |
QUOTA_EXCEEDED_COUNT_FIELD_NUMBER |
static int |
SUCCESS_COUNT_FIELD_NUMBER |
static int |
UPDATE_TIME_FIELD_NUMBER |
static int |
URIS_NOT_MATCHING_TARGET_SITES_COUNT_FIELD_NUMBER |
static int |
URIS_NOT_MATCHING_TARGET_SITES_FIELD_NUMBER |
static int |
VALID_URIS_COUNT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
com.google.protobuf.Timestamp |
getCreateTime()
Operation create time.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Operation create time.
|
static RecrawlUrisMetadata |
getDefaultInstance() |
RecrawlUrisMetadata |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.ProtocolStringList |
getInvalidUris3List()
Unique URIs in the request that have invalid format.
|
int |
getInvalidUrisCount8()
Total number of unique URIs in the request that have invalid format.
|
com.google.protobuf.Parser<RecrawlUrisMetadata> |
getParserForType() |
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 |
getSerializedSize() |
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.
|
com.google.protobuf.ProtocolStringList |
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.
|
int |
hashCode() |
boolean |
hasUpdateTime()
Operation last update time.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RecrawlUrisMetadata.Builder |
newBuilder() |
static RecrawlUrisMetadata.Builder |
newBuilder(RecrawlUrisMetadata prototype) |
RecrawlUrisMetadata.Builder |
newBuilderForType() |
protected RecrawlUrisMetadata.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static RecrawlUrisMetadata |
parseDelimitedFrom(InputStream input) |
static RecrawlUrisMetadata |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecrawlUrisMetadata |
parseFrom(byte[] data) |
static RecrawlUrisMetadata |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecrawlUrisMetadata |
parseFrom(ByteBuffer data) |
static RecrawlUrisMetadata |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecrawlUrisMetadata |
parseFrom(com.google.protobuf.ByteString data) |
static RecrawlUrisMetadata |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecrawlUrisMetadata |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RecrawlUrisMetadata |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecrawlUrisMetadata |
parseFrom(InputStream input) |
static RecrawlUrisMetadata |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RecrawlUrisMetadata> |
parser() |
RecrawlUrisMetadata.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int CREATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
public static final int INVALID_URIS_FIELD_NUMBER
public static final int INVALID_URIS_COUNT_FIELD_NUMBER
public static final int URIS_NOT_MATCHING_TARGET_SITES_FIELD_NUMBER
public static final int URIS_NOT_MATCHING_TARGET_SITES_COUNT_FIELD_NUMBER
public static final int VALID_URIS_COUNT_FIELD_NUMBER
public static final int SUCCESS_COUNT_FIELD_NUMBER
public static final int PENDING_COUNT_FIELD_NUMBER
public static final int QUOTA_EXCEEDED_COUNT_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasCreateTime()
Operation create time.
.google.protobuf.Timestamp create_time = 1;hasCreateTime in interface RecrawlUrisMetadataOrBuilderpublic com.google.protobuf.Timestamp getCreateTime()
Operation create time.
.google.protobuf.Timestamp create_time = 1;getCreateTime in interface RecrawlUrisMetadataOrBuilderpublic com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Operation create time.
.google.protobuf.Timestamp create_time = 1;getCreateTimeOrBuilder in interface RecrawlUrisMetadataOrBuilderpublic boolean hasUpdateTime()
Operation last update time. If the operation is done, this is also the finish time.
.google.protobuf.Timestamp update_time = 2;hasUpdateTime in interface RecrawlUrisMetadataOrBuilderpublic 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;getUpdateTime in interface RecrawlUrisMetadataOrBuilderpublic 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;getUpdateTimeOrBuilder in interface RecrawlUrisMetadataOrBuilderpublic com.google.protobuf.ProtocolStringList getInvalidUris3List()
Unique URIs in the request that have invalid format. Sample limited to 1000.
repeated string invalid_uris = 3;getInvalidUris3List in interface RecrawlUrisMetadataOrBuilderpublic int getInvalidUris3Count()
Unique URIs in the request that have invalid format. Sample limited to 1000.
repeated string invalid_uris = 3;getInvalidUris3Count in interface RecrawlUrisMetadataOrBuilderpublic String getInvalidUris3(int index)
Unique URIs in the request that have invalid format. Sample limited to 1000.
repeated string invalid_uris = 3;getInvalidUris3 in interface RecrawlUrisMetadataOrBuilderindex - The index of the element to return.public 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;getInvalidUris3Bytes in interface RecrawlUrisMetadataOrBuilderindex - The index of the value to return.public int getInvalidUrisCount8()
Total number of unique URIs in the request that have invalid format.
int32 invalid_uris_count = 8;getInvalidUrisCount8 in interface RecrawlUrisMetadataOrBuilderpublic com.google.protobuf.ProtocolStringList 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;getUrisNotMatchingTargetSites9List in interface RecrawlUrisMetadataOrBuilderpublic 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;getUrisNotMatchingTargetSites9Count in interface RecrawlUrisMetadataOrBuilderpublic 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;getUrisNotMatchingTargetSites9 in interface RecrawlUrisMetadataOrBuilderindex - The index of the element to return.public 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;getUrisNotMatchingTargetSites9Bytes in interface RecrawlUrisMetadataOrBuilderindex - The index of the value to return.public int getUrisNotMatchingTargetSitesCount10()
Total number of URIs that don't match any TargetSites.
int32 uris_not_matching_target_sites_count = 10;getUrisNotMatchingTargetSitesCount10 in interface RecrawlUrisMetadataOrBuilderpublic int getValidUrisCount()
Total number of unique URIs in the request that are not in invalid_uris.
int32 valid_uris_count = 4;getValidUrisCount in interface RecrawlUrisMetadataOrBuilderpublic int getSuccessCount()
Total number of URIs that have been crawled so far.
int32 success_count = 5;getSuccessCount in interface RecrawlUrisMetadataOrBuilderpublic int getPendingCount()
Total number of URIs that have yet to be crawled.
int32 pending_count = 6;getPendingCount in interface RecrawlUrisMetadataOrBuilderpublic int getQuotaExceededCount()
Total number of URIs that were rejected due to insufficient indexing resources.
int32 quota_exceeded_count = 7;getQuotaExceededCount in interface RecrawlUrisMetadataOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static RecrawlUrisMetadata parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RecrawlUrisMetadata parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RecrawlUrisMetadata parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RecrawlUrisMetadata parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RecrawlUrisMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RecrawlUrisMetadata parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RecrawlUrisMetadata parseFrom(InputStream input) throws IOException
IOExceptionpublic static RecrawlUrisMetadata parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RecrawlUrisMetadata parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RecrawlUrisMetadata parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RecrawlUrisMetadata parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RecrawlUrisMetadata parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RecrawlUrisMetadata.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RecrawlUrisMetadata.Builder newBuilder()
public static RecrawlUrisMetadata.Builder newBuilder(RecrawlUrisMetadata prototype)
public RecrawlUrisMetadata.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RecrawlUrisMetadata.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static RecrawlUrisMetadata getDefaultInstance()
public static com.google.protobuf.Parser<RecrawlUrisMetadata> parser()
public com.google.protobuf.Parser<RecrawlUrisMetadata> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public RecrawlUrisMetadata getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.