Interface FlowImportStrategyOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    FlowImportStrategy, FlowImportStrategy.Builder

    public interface FlowImportStrategyOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ImportStrategy getGlobalImportStrategy()
      Optional.
      int getGlobalImportStrategyValue()
      Optional.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getGlobalImportStrategyValue

        int getGlobalImportStrategyValue()
         Optional. Global flow import strategy for resource conflict resolution. The
         import 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.v3beta1.ImportStrategy global_import_strategy = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The enum numeric value on the wire for globalImportStrategy.
      • getGlobalImportStrategy

        ImportStrategy getGlobalImportStrategy()
         Optional. Global flow import strategy for resource conflict resolution. The
         import 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.v3beta1.ImportStrategy global_import_strategy = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The globalImportStrategy.