public interface EnableAdvancedSiteSearchRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getSiteSearchEngine()
Required.
|
com.google.protobuf.ByteString |
getSiteSearchEngineBytes()
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/{project}/locations/{location}/dataStores/{data_store_id}/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/{project}/locations/{location}/dataStores/{data_store_id}/siteSearchEngine`.
string site_search_engine = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Copyright © 2025 Google LLC. All rights reserved.