public final class BatchRunTestCasesResponse extends GeneratedMessageV3 implements BatchRunTestCasesResponseOrBuilder
The response message for
TestCases.BatchRunTestCases.
Protobuf type google.cloud.dialogflow.cx.v3.BatchRunTestCasesResponse
Static Fields
RESULTS_FIELD_NUMBER
public static final int RESULTS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static BatchRunTestCasesResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static BatchRunTestCasesResponse.Builder newBuilder()
Returns
newBuilder(BatchRunTestCasesResponse prototype)
public static BatchRunTestCasesResponse.Builder newBuilder(BatchRunTestCasesResponse prototype)
Parameter
Returns
public static BatchRunTestCasesResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static BatchRunTestCasesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static BatchRunTestCasesResponse parseFrom(byte[] data)
Parameter
Name |
Description |
data |
byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchRunTestCasesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static BatchRunTestCasesResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchRunTestCasesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BatchRunTestCasesResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static BatchRunTestCasesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BatchRunTestCasesResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static BatchRunTestCasesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static BatchRunTestCasesResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BatchRunTestCasesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<BatchRunTestCasesResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public BatchRunTestCasesResponse getDefaultInstanceForType()
Returns
getParserForType()
public Parser<BatchRunTestCasesResponse> getParserForType()
Returns
Overrides
getResults(int index)
public TestCaseResult getResults(int index)
The test case results. The detailed
conversation
turns are
empty in this response.
repeated .google.cloud.dialogflow.cx.v3.TestCaseResult results = 1;
Parameter
Name |
Description |
index |
int
|
Returns
getResultsCount()
public int getResultsCount()
The test case results. The detailed
conversation
turns are
empty in this response.
repeated .google.cloud.dialogflow.cx.v3.TestCaseResult results = 1;
Returns
getResultsList()
public List<TestCaseResult> getResultsList()
The test case results. The detailed
conversation
turns are
empty in this response.
repeated .google.cloud.dialogflow.cx.v3.TestCaseResult results = 1;
Returns
getResultsOrBuilder(int index)
public TestCaseResultOrBuilder getResultsOrBuilder(int index)
The test case results. The detailed
conversation
turns are
empty in this response.
repeated .google.cloud.dialogflow.cx.v3.TestCaseResult results = 1;
Parameter
Name |
Description |
index |
int
|
Returns
getResultsOrBuilderList()
public List<? extends TestCaseResultOrBuilder> getResultsOrBuilderList()
The test case results. The detailed
conversation
turns are
empty in this response.
repeated .google.cloud.dialogflow.cx.v3.TestCaseResult results = 1;
Returns
Type |
Description |
List<? extends com.google.cloud.dialogflow.cx.v3.TestCaseResultOrBuilder> |
|
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public BatchRunTestCasesResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BatchRunTestCasesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public BatchRunTestCasesResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions