public interface RecrawlUrisRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
List<String> |
getUrisList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
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) = { ... }
List<String> 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];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];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];index - The index of the element to return.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];index - The index of the value to return.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];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];Copyright © 2025 Google LLC. All rights reserved.