- 0.63.0 (latest)
- 0.62.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.7
- 0.13.1
- 0.12.1
- 0.11.5
public static final class VersionVariants.Variant.Builder extends GeneratedMessageV3.Builder<VersionVariants.Variant.Builder> implements VersionVariants.VariantOrBuilder
A single flow version with specified traffic allocation.
Protobuf type google.cloud.dialogflow.cx.v3beta1.VersionVariants.Variant
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > VersionVariants.Variant.BuilderImplements
VersionVariants.VariantOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public VersionVariants.Variant.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
VersionVariants.Variant.Builder |
build()
public VersionVariants.Variant build()
Type | Description |
VersionVariants.Variant |
buildPartial()
public VersionVariants.Variant buildPartial()
Type | Description |
VersionVariants.Variant |
clear()
public VersionVariants.Variant.Builder clear()
Type | Description |
VersionVariants.Variant.Builder |
clearField(Descriptors.FieldDescriptor field)
public VersionVariants.Variant.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
VersionVariants.Variant.Builder |
clearIsControlGroup()
public VersionVariants.Variant.Builder clearIsControlGroup()
Whether the variant is for the control group.
bool is_control_group = 3;
Type | Description |
VersionVariants.Variant.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public VersionVariants.Variant.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
VersionVariants.Variant.Builder |
clearTrafficAllocation()
public VersionVariants.Variant.Builder clearTrafficAllocation()
Percentage of the traffic which should be routed to this version of flow. Traffic allocation for a single flow must sum up to 1.0.
float traffic_allocation = 2;
Type | Description |
VersionVariants.Variant.Builder | This builder for chaining. |
clearVersion()
public VersionVariants.Variant.Builder clearVersion()
The name of the flow version.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>/versions/<Version ID>
.
string version = 1;
Type | Description |
VersionVariants.Variant.Builder | This builder for chaining. |
clone()
public VersionVariants.Variant.Builder clone()
Type | Description |
VersionVariants.Variant.Builder |
getDefaultInstanceForType()
public VersionVariants.Variant getDefaultInstanceForType()
Type | Description |
VersionVariants.Variant |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getIsControlGroup()
public boolean getIsControlGroup()
Whether the variant is for the control group.
bool is_control_group = 3;
Type | Description |
boolean | The isControlGroup. |
getTrafficAllocation()
public float getTrafficAllocation()
Percentage of the traffic which should be routed to this version of flow. Traffic allocation for a single flow must sum up to 1.0.
float traffic_allocation = 2;
Type | Description |
float | The trafficAllocation. |
getVersion()
public String getVersion()
The name of the flow version.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>/versions/<Version ID>
.
string version = 1;
Type | Description |
String | The version. |
getVersionBytes()
public ByteString getVersionBytes()
The name of the flow version.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>/versions/<Version ID>
.
string version = 1;
Type | Description |
ByteString | The bytes for version. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(VersionVariants.Variant other)
public VersionVariants.Variant.Builder mergeFrom(VersionVariants.Variant other)
Name | Description |
other | VersionVariants.Variant |
Type | Description |
VersionVariants.Variant.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public VersionVariants.Variant.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
VersionVariants.Variant.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public VersionVariants.Variant.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
VersionVariants.Variant.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final VersionVariants.Variant.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
VersionVariants.Variant.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public VersionVariants.Variant.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
VersionVariants.Variant.Builder |
setIsControlGroup(boolean value)
public VersionVariants.Variant.Builder setIsControlGroup(boolean value)
Whether the variant is for the control group.
bool is_control_group = 3;
Name | Description |
value | boolean The isControlGroup to set. |
Type | Description |
VersionVariants.Variant.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public VersionVariants.Variant.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
VersionVariants.Variant.Builder |
setTrafficAllocation(float value)
public VersionVariants.Variant.Builder setTrafficAllocation(float value)
Percentage of the traffic which should be routed to this version of flow. Traffic allocation for a single flow must sum up to 1.0.
float traffic_allocation = 2;
Name | Description |
value | float The trafficAllocation to set. |
Type | Description |
VersionVariants.Variant.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final VersionVariants.Variant.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
VersionVariants.Variant.Builder |
setVersion(String value)
public VersionVariants.Variant.Builder setVersion(String value)
The name of the flow version.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>/versions/<Version ID>
.
string version = 1;
Name | Description |
value | String The version to set. |
Type | Description |
VersionVariants.Variant.Builder | This builder for chaining. |
setVersionBytes(ByteString value)
public VersionVariants.Variant.Builder setVersionBytes(ByteString value)
The name of the flow version.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>/versions/<Version ID>
.
string version = 1;
Name | Description |
value | ByteString The bytes for version to set. |
Type | Description |
VersionVariants.Variant.Builder | This builder for chaining. |