Send feedback
Class TransitionCoverage.Builder (0.13.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.13.1 keyboard_arrow_down
public static final class TransitionCoverage . Builder extends GeneratedMessageV3 . Builder<TransitionCoverage . Builder > implements TransitionCoverageOrBuilder
Transition coverage represents the percentage of all possible page
transitions (page-level transition routes and event handlers, excluding
transition route groups) present within any of a parent's test cases.
Protobuf type google.cloud.dialogflow.cx.v3.TransitionCoverage
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addAllTransitions(Iterable<? extends TransitionCoverage.Transition> values)
public TransitionCoverage . Builder addAllTransitions ( Iterable <? extends TransitionCoverage . Transition > values )
The list of Transitions present in the agent.
repeated .google.cloud.dialogflow.cx.v3.TransitionCoverage.Transition transitions = 1;
Parameter
Name
Description
values
Iterable <? extends com.google.cloud.dialogflow.cx.v3.TransitionCoverage.Transition >
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TransitionCoverage . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
addTransitions(TransitionCoverage.Transition value)
public TransitionCoverage . Builder addTransitions ( TransitionCoverage . Transition value )
The list of Transitions present in the agent.
repeated .google.cloud.dialogflow.cx.v3.TransitionCoverage.Transition transitions = 1;
Parameter
Returns
addTransitions(TransitionCoverage.Transition.Builder builderForValue)
public TransitionCoverage . Builder addTransitions ( TransitionCoverage . Transition . Builder builderForValue )
The list of Transitions present in the agent.
repeated .google.cloud.dialogflow.cx.v3.TransitionCoverage.Transition transitions = 1;
Parameter
Returns
addTransitions(int index, TransitionCoverage.Transition value)
public TransitionCoverage . Builder addTransitions ( int index , TransitionCoverage . Transition value )
The list of Transitions present in the agent.
repeated .google.cloud.dialogflow.cx.v3.TransitionCoverage.Transition transitions = 1;
Parameters
Returns
addTransitions(int index, TransitionCoverage.Transition.Builder builderForValue)
public TransitionCoverage . Builder addTransitions ( int index , TransitionCoverage . Transition . Builder builderForValue )
The list of Transitions present in the agent.
repeated .google.cloud.dialogflow.cx.v3.TransitionCoverage.Transition transitions = 1;
Parameters
Returns
addTransitionsBuilder()
public TransitionCoverage . Transition . Builder addTransitionsBuilder ()
The list of Transitions present in the agent.
repeated .google.cloud.dialogflow.cx.v3.TransitionCoverage.Transition transitions = 1;
Returns
addTransitionsBuilder(int index)
public TransitionCoverage . Transition . Builder addTransitionsBuilder ( int index )
The list of Transitions present in the agent.
repeated .google.cloud.dialogflow.cx.v3.TransitionCoverage.Transition transitions = 1;
Parameter
Name
Description
index
int
Returns
build()
public TransitionCoverage build ()
Returns
buildPartial()
public TransitionCoverage buildPartial ()
Returns
clear()
public TransitionCoverage . Builder clear ()
Returns
Overrides
clearCoverageScore()
public TransitionCoverage . Builder clearCoverageScore ()
The percent of transitions in the agent that are covered.
float coverage_score = 2;
Returns
clearField(Descriptors.FieldDescriptor field)
public TransitionCoverage . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public TransitionCoverage . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearTransitions()
public TransitionCoverage . Builder clearTransitions ()
The list of Transitions present in the agent.
repeated .google.cloud.dialogflow.cx.v3.TransitionCoverage.Transition transitions = 1;
Returns
clone()
public TransitionCoverage . Builder clone ()
Returns
Overrides
getCoverageScore()
public float getCoverageScore ()
The percent of transitions in the agent that are covered.
float coverage_score = 2;
Returns
Type
Description
float
The coverageScore.
getDefaultInstanceForType()
public TransitionCoverage getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getTransitions(int index)
public TransitionCoverage . Transition getTransitions ( int index )
The list of Transitions present in the agent.
repeated .google.cloud.dialogflow.cx.v3.TransitionCoverage.Transition transitions = 1;
Parameter
Name
Description
index
int
Returns
getTransitionsBuilder(int index)
public TransitionCoverage . Transition . Builder getTransitionsBuilder ( int index )
The list of Transitions present in the agent.
repeated .google.cloud.dialogflow.cx.v3.TransitionCoverage.Transition transitions = 1;
Parameter
Name
Description
index
int
Returns
getTransitionsBuilderList()
public List<TransitionCoverage . Transition . Builder > getTransitionsBuilderList ()
The list of Transitions present in the agent.
repeated .google.cloud.dialogflow.cx.v3.TransitionCoverage.Transition transitions = 1;
Returns
getTransitionsCount()
public int getTransitionsCount ()
The list of Transitions present in the agent.
repeated .google.cloud.dialogflow.cx.v3.TransitionCoverage.Transition transitions = 1;
Returns
getTransitionsList()
public List<TransitionCoverage . Transition > getTransitionsList ()
The list of Transitions present in the agent.
repeated .google.cloud.dialogflow.cx.v3.TransitionCoverage.Transition transitions = 1;
Returns
getTransitionsOrBuilder(int index)
public TransitionCoverage . TransitionOrBuilder getTransitionsOrBuilder ( int index )
The list of Transitions present in the agent.
repeated .google.cloud.dialogflow.cx.v3.TransitionCoverage.Transition transitions = 1;
Parameter
Name
Description
index
int
Returns
getTransitionsOrBuilderList()
public List <? extends TransitionCoverage . TransitionOrBuilder > getTransitionsOrBuilderList ()
The list of Transitions present in the agent.
repeated .google.cloud.dialogflow.cx.v3.TransitionCoverage.Transition transitions = 1;
Returns
Type
Description
List <? extends com.google.cloud.dialogflow.cx.v3.TransitionCoverage.TransitionOrBuilder >
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(TransitionCoverage other)
public TransitionCoverage . Builder mergeFrom ( TransitionCoverage other )
Parameter
Returns
public TransitionCoverage . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public TransitionCoverage . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TransitionCoverage . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
removeTransitions(int index)
public TransitionCoverage . Builder removeTransitions ( int index )
The list of Transitions present in the agent.
repeated .google.cloud.dialogflow.cx.v3.TransitionCoverage.Transition transitions = 1;
Parameter
Name
Description
index
int
Returns
setCoverageScore(float value)
public TransitionCoverage . Builder setCoverageScore ( float value )
The percent of transitions in the agent that are covered.
float coverage_score = 2;
Parameter
Name
Description
value
float
The coverageScore to set.
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public TransitionCoverage . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TransitionCoverage . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setTransitions(int index, TransitionCoverage.Transition value)
public TransitionCoverage . Builder setTransitions ( int index , TransitionCoverage . Transition value )
The list of Transitions present in the agent.
repeated .google.cloud.dialogflow.cx.v3.TransitionCoverage.Transition transitions = 1;
Parameters
Returns
setTransitions(int index, TransitionCoverage.Transition.Builder builderForValue)
public TransitionCoverage . Builder setTransitions ( int index , TransitionCoverage . Transition . Builder builderForValue )
The list of Transitions present in the agent.
repeated .google.cloud.dialogflow.cx.v3.TransitionCoverage.Transition transitions = 1;
Parameters
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final TransitionCoverage . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]