public final class RecrawlUrisRequest extends com.google.protobuf.GeneratedMessageV3 implements RecrawlUrisRequestOrBuilder
Request message for [SiteSearchEngineService.RecrawlUris][google.cloud.discoveryengine.v1beta.SiteSearchEngineService.RecrawlUris] method.Protobuf type
google.cloud.discoveryengine.v1beta.RecrawlUrisRequest| Modifier and Type | Class and Description |
|---|---|
static class |
RecrawlUrisRequest.Builder
Request message for
[SiteSearchEngineService.RecrawlUris][google.cloud.discoveryengine.v1beta.SiteSearchEngineService.RecrawlUris]
method.
|
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 |
SITE_CREDENTIAL_FIELD_NUMBER |
static int |
SITE_SEARCH_ENGINE_FIELD_NUMBER |
static int |
URIS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static RecrawlUrisRequest |
getDefaultInstance() |
RecrawlUrisRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<RecrawlUrisRequest> |
getParserForType() |
int |
getSerializedSize() |
String |
getSiteCredential()
Optional.
|
com.google.protobuf.ByteString |
getSiteCredentialBytes()
Optional.
|
String |
getSiteSearchEngine()
Required.
|
com.google.protobuf.ByteString |
getSiteSearchEngineBytes()
Required.
|
String |
getUris(int index)
Required.
|
com.google.protobuf.ByteString |
getUrisBytes(int index)
Required.
|
int |
getUrisCount()
Required.
|
com.google.protobuf.ProtocolStringList |
getUrisList()
Required.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RecrawlUrisRequest.Builder |
newBuilder() |
static RecrawlUrisRequest.Builder |
newBuilder(RecrawlUrisRequest prototype) |
RecrawlUrisRequest.Builder |
newBuilderForType() |
protected RecrawlUrisRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static RecrawlUrisRequest |
parseDelimitedFrom(InputStream input) |
static RecrawlUrisRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecrawlUrisRequest |
parseFrom(byte[] data) |
static RecrawlUrisRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecrawlUrisRequest |
parseFrom(ByteBuffer data) |
static RecrawlUrisRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecrawlUrisRequest |
parseFrom(com.google.protobuf.ByteString data) |
static RecrawlUrisRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecrawlUrisRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RecrawlUrisRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecrawlUrisRequest |
parseFrom(InputStream input) |
static RecrawlUrisRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RecrawlUrisRequest> |
parser() |
RecrawlUrisRequest.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 SITE_SEARCH_ENGINE_FIELD_NUMBER
public static final int URIS_FIELD_NUMBER
public static final int SITE_CREDENTIAL_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 String getSiteSearchEngine()
Required. Full resource name of the [SiteSearchEngine][google.cloud.discoveryengine.v1beta.SiteSearchEngine], such as `projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine`.
string site_search_engine = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getSiteSearchEngine in interface RecrawlUrisRequestOrBuilderpublic com.google.protobuf.ByteString getSiteSearchEngineBytes()
Required. Full resource name of the [SiteSearchEngine][google.cloud.discoveryengine.v1beta.SiteSearchEngine], such as `projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine`.
string site_search_engine = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getSiteSearchEngineBytes in interface RecrawlUrisRequestOrBuilderpublic com.google.protobuf.ProtocolStringList getUrisList()
Required. List of URIs to crawl. At most 10K URIs are supported, otherwise an INVALID_ARGUMENT error is thrown. Each URI should match at least one [TargetSite][google.cloud.discoveryengine.v1beta.TargetSite] in `site_search_engine`.
repeated string uris = 2 [(.google.api.field_behavior) = REQUIRED];getUrisList in interface RecrawlUrisRequestOrBuilderpublic int getUrisCount()
Required. List of URIs to crawl. At most 10K URIs are supported, otherwise an INVALID_ARGUMENT error is thrown. Each URI should match at least one [TargetSite][google.cloud.discoveryengine.v1beta.TargetSite] in `site_search_engine`.
repeated string uris = 2 [(.google.api.field_behavior) = REQUIRED];getUrisCount in interface RecrawlUrisRequestOrBuilderpublic String getUris(int index)
Required. List of URIs to crawl. At most 10K URIs are supported, otherwise an INVALID_ARGUMENT error is thrown. Each URI should match at least one [TargetSite][google.cloud.discoveryengine.v1beta.TargetSite] in `site_search_engine`.
repeated string uris = 2 [(.google.api.field_behavior) = REQUIRED];getUris in interface RecrawlUrisRequestOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getUrisBytes(int index)
Required. List of URIs to crawl. At most 10K URIs are supported, otherwise an INVALID_ARGUMENT error is thrown. Each URI should match at least one [TargetSite][google.cloud.discoveryengine.v1beta.TargetSite] in `site_search_engine`.
repeated string uris = 2 [(.google.api.field_behavior) = REQUIRED];getUrisBytes in interface RecrawlUrisRequestOrBuilderindex - The index of the value to return.public String getSiteCredential()
Optional. Full resource name of the [SiteCredential][], such as `projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine/siteCredentials/*`. Only set to crawl private URIs.
string site_credential = 5 [(.google.api.field_behavior) = OPTIONAL];getSiteCredential in interface RecrawlUrisRequestOrBuilderpublic com.google.protobuf.ByteString getSiteCredentialBytes()
Optional. Full resource name of the [SiteCredential][], such as `projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine/siteCredentials/*`. Only set to crawl private URIs.
string site_credential = 5 [(.google.api.field_behavior) = OPTIONAL];getSiteCredentialBytes in interface RecrawlUrisRequestOrBuilderpublic 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 RecrawlUrisRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RecrawlUrisRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RecrawlUrisRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RecrawlUrisRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RecrawlUrisRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RecrawlUrisRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RecrawlUrisRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static RecrawlUrisRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RecrawlUrisRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RecrawlUrisRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RecrawlUrisRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RecrawlUrisRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RecrawlUrisRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RecrawlUrisRequest.Builder newBuilder()
public static RecrawlUrisRequest.Builder newBuilder(RecrawlUrisRequest prototype)
public RecrawlUrisRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RecrawlUrisRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static RecrawlUrisRequest getDefaultInstance()
public static com.google.protobuf.Parser<RecrawlUrisRequest> parser()
public com.google.protobuf.Parser<RecrawlUrisRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public RecrawlUrisRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.