Interface AdvancedSiteSearchConfigOrBuilder (0.58.0)

public interface AdvancedSiteSearchConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisableAutomaticRefresh()

public abstract boolean getDisableAutomaticRefresh()

If set true, automatic refresh is disabled for the DataStore.

optional bool disable_automatic_refresh = 4;

Returns
Type Description
boolean

The disableAutomaticRefresh.

getDisableInitialIndex()

public abstract boolean getDisableInitialIndex()

If set true, initial indexing is disabled for the DataStore.

optional bool disable_initial_index = 3;

Returns
Type Description
boolean

The disableInitialIndex.

hasDisableAutomaticRefresh()

public abstract boolean hasDisableAutomaticRefresh()

If set true, automatic refresh is disabled for the DataStore.

optional bool disable_automatic_refresh = 4;

Returns
Type Description
boolean

Whether the disableAutomaticRefresh field is set.

hasDisableInitialIndex()

public abstract boolean hasDisableInitialIndex()

If set true, initial indexing is disabled for the DataStore.

optional bool disable_initial_index = 3;

Returns
Type Description
boolean

Whether the disableInitialIndex field is set.