Interface Control.PromoteActionOrBuilder (0.58.0)

public static interface Control.PromoteActionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataStore()

public abstract String getDataStore()

Required. Data store with which this promotion is attached to.

string data_store = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The dataStore.

getDataStoreBytes()

public abstract ByteString getDataStoreBytes()

Required. Data store with which this promotion is attached to.

string data_store = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for dataStore.

getSearchLinkPromotion()

public abstract SearchLinkPromotion getSearchLinkPromotion()

Required. Promotion attached to this action.

.google.cloud.discoveryengine.v1.SearchLinkPromotion search_link_promotion = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SearchLinkPromotion

The searchLinkPromotion.

getSearchLinkPromotionOrBuilder()

public abstract SearchLinkPromotionOrBuilder getSearchLinkPromotionOrBuilder()

Required. Promotion attached to this action.

.google.cloud.discoveryengine.v1.SearchLinkPromotion search_link_promotion = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SearchLinkPromotionOrBuilder

hasSearchLinkPromotion()

public abstract boolean hasSearchLinkPromotion()

Required. Promotion attached to this action.

.google.cloud.discoveryengine.v1.SearchLinkPromotion search_link_promotion = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the searchLinkPromotion field is set.