Interface FlowImportStrategyOrBuilder (0.52.0)

public interface FlowImportStrategyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGlobalImportStrategy()

public abstract ImportStrategy getGlobalImportStrategy()

Optional. Import strategy for resource conflict resolution, applied globally throughout the flow. It will be applied for all display name conflicts in the imported content. If not specified, 'CREATE_NEW' is assumed.

.google.cloud.dialogflow.cx.v3.ImportStrategy global_import_strategy = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ImportStrategy

The globalImportStrategy.

getGlobalImportStrategyValue()

public abstract int getGlobalImportStrategyValue()

Optional. Import strategy for resource conflict resolution, applied globally throughout the flow. It will be applied for all display name conflicts in the imported content. If not specified, 'CREATE_NEW' is assumed.

.google.cloud.dialogflow.cx.v3.ImportStrategy global_import_strategy = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The enum numeric value on the wire for globalImportStrategy.