Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class AdvancedSiteSearchConfig.
Configuration data for advance site search.
Generated from protobuf message google.cloud.discoveryengine.v1.AdvancedSiteSearchConfig
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ disable_initial_index |
bool
If set true, initial indexing is disabled for the DataStore. |
↳ disable_automatic_refresh |
bool
If set true, automatic refresh is disabled for the DataStore. |
getDisableInitialIndex
If set true, initial indexing is disabled for the DataStore.
Returns | |
---|---|
Type | Description |
bool |
hasDisableInitialIndex
clearDisableInitialIndex
setDisableInitialIndex
If set true, initial indexing is disabled for the DataStore.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getDisableAutomaticRefresh
If set true, automatic refresh is disabled for the DataStore.
Returns | |
---|---|
Type | Description |
bool |
hasDisableAutomaticRefresh
clearDisableAutomaticRefresh
setDisableAutomaticRefresh
If set true, automatic refresh is disabled for the DataStore.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |