public static final class FlowImportStrategy.Builder extends GeneratedMessageV3.Builder<FlowImportStrategy.Builder> implements FlowImportStrategyOrBuilder
The flow import strategy used for resource conflict resolution associated
with an ImportFlowRequest.
Protobuf type google.cloud.dialogflow.cx.v3.FlowImportStrategy
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public FlowImportStrategy.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public FlowImportStrategy build()
buildPartial()
public FlowImportStrategy buildPartial()
clear()
public FlowImportStrategy.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public FlowImportStrategy.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearGlobalImportStrategy()
public FlowImportStrategy.Builder clearGlobalImportStrategy()
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];
clearOneof(Descriptors.OneofDescriptor oneof)
public FlowImportStrategy.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public FlowImportStrategy.Builder clone()
Overrides
getDefaultInstanceForType()
public FlowImportStrategy getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getGlobalImportStrategy()
public 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];
getGlobalImportStrategyValue()
public 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 |
Type |
Description |
int |
The enum numeric value on the wire for globalImportStrategy.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(FlowImportStrategy other)
public FlowImportStrategy.Builder mergeFrom(FlowImportStrategy other)
public FlowImportStrategy.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public FlowImportStrategy.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final FlowImportStrategy.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public FlowImportStrategy.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setGlobalImportStrategy(ImportStrategy value)
public FlowImportStrategy.Builder setGlobalImportStrategy(ImportStrategy value)
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];
Parameter |
Name |
Description |
value |
ImportStrategy
The globalImportStrategy to set.
|
setGlobalImportStrategyValue(int value)
public FlowImportStrategy.Builder setGlobalImportStrategyValue(int value)
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];
Parameter |
Name |
Description |
value |
int
The enum numeric value on the wire for globalImportStrategy to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public FlowImportStrategy.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final FlowImportStrategy.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides