Class BatchRunTestCasesResponse.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<BatchRunTestCasesResponse.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<BatchRunTestCasesResponse.Builder>
      • getDefaultInstanceForType

        public BatchRunTestCasesResponse getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public BatchRunTestCasesResponse build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public BatchRunTestCasesResponse buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public BatchRunTestCasesResponse.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                  int index,
                                                                  Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchRunTestCasesResponse.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<BatchRunTestCasesResponse.Builder>
      • mergeFrom

        public BatchRunTestCasesResponse.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<BatchRunTestCasesResponse.Builder>
        Throws:
        IOException
      • getResultsList

        public List<TestCaseResult> getResultsList()
         The test case results. The detailed
         [conversation
         turns][google.cloud.dialogflow.cx.v3beta1.TestCaseResult.conversation_turns]
         are empty in this response.
         
        repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult results = 1;
        Specified by:
        getResultsList in interface BatchRunTestCasesResponseOrBuilder
      • getResultsCount

        public int getResultsCount()
         The test case results. The detailed
         [conversation
         turns][google.cloud.dialogflow.cx.v3beta1.TestCaseResult.conversation_turns]
         are empty in this response.
         
        repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult results = 1;
        Specified by:
        getResultsCount in interface BatchRunTestCasesResponseOrBuilder
      • getResults

        public TestCaseResult getResults​(int index)
         The test case results. The detailed
         [conversation
         turns][google.cloud.dialogflow.cx.v3beta1.TestCaseResult.conversation_turns]
         are empty in this response.
         
        repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult results = 1;
        Specified by:
        getResults in interface BatchRunTestCasesResponseOrBuilder
      • setResults

        public BatchRunTestCasesResponse.Builder setResults​(int index,
                                                            TestCaseResult value)
         The test case results. The detailed
         [conversation
         turns][google.cloud.dialogflow.cx.v3beta1.TestCaseResult.conversation_turns]
         are empty in this response.
         
        repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult results = 1;
      • setResults

        public BatchRunTestCasesResponse.Builder setResults​(int index,
                                                            TestCaseResult.Builder builderForValue)
         The test case results. The detailed
         [conversation
         turns][google.cloud.dialogflow.cx.v3beta1.TestCaseResult.conversation_turns]
         are empty in this response.
         
        repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult results = 1;
      • addResults

        public BatchRunTestCasesResponse.Builder addResults​(TestCaseResult value)
         The test case results. The detailed
         [conversation
         turns][google.cloud.dialogflow.cx.v3beta1.TestCaseResult.conversation_turns]
         are empty in this response.
         
        repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult results = 1;
      • addResults

        public BatchRunTestCasesResponse.Builder addResults​(int index,
                                                            TestCaseResult value)
         The test case results. The detailed
         [conversation
         turns][google.cloud.dialogflow.cx.v3beta1.TestCaseResult.conversation_turns]
         are empty in this response.
         
        repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult results = 1;
      • addResults

        public BatchRunTestCasesResponse.Builder addResults​(TestCaseResult.Builder builderForValue)
         The test case results. The detailed
         [conversation
         turns][google.cloud.dialogflow.cx.v3beta1.TestCaseResult.conversation_turns]
         are empty in this response.
         
        repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult results = 1;
      • addResults

        public BatchRunTestCasesResponse.Builder addResults​(int index,
                                                            TestCaseResult.Builder builderForValue)
         The test case results. The detailed
         [conversation
         turns][google.cloud.dialogflow.cx.v3beta1.TestCaseResult.conversation_turns]
         are empty in this response.
         
        repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult results = 1;
      • addAllResults

        public BatchRunTestCasesResponse.Builder addAllResults​(Iterable<? extends TestCaseResult> values)
         The test case results. The detailed
         [conversation
         turns][google.cloud.dialogflow.cx.v3beta1.TestCaseResult.conversation_turns]
         are empty in this response.
         
        repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult results = 1;
      • clearResults

        public BatchRunTestCasesResponse.Builder clearResults()
         The test case results. The detailed
         [conversation
         turns][google.cloud.dialogflow.cx.v3beta1.TestCaseResult.conversation_turns]
         are empty in this response.
         
        repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult results = 1;
      • removeResults

        public BatchRunTestCasesResponse.Builder removeResults​(int index)
         The test case results. The detailed
         [conversation
         turns][google.cloud.dialogflow.cx.v3beta1.TestCaseResult.conversation_turns]
         are empty in this response.
         
        repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult results = 1;
      • getResultsBuilder

        public TestCaseResult.Builder getResultsBuilder​(int index)
         The test case results. The detailed
         [conversation
         turns][google.cloud.dialogflow.cx.v3beta1.TestCaseResult.conversation_turns]
         are empty in this response.
         
        repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult results = 1;
      • getResultsOrBuilder

        public TestCaseResultOrBuilder getResultsOrBuilder​(int index)
         The test case results. The detailed
         [conversation
         turns][google.cloud.dialogflow.cx.v3beta1.TestCaseResult.conversation_turns]
         are empty in this response.
         
        repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult results = 1;
        Specified by:
        getResultsOrBuilder in interface BatchRunTestCasesResponseOrBuilder
      • addResultsBuilder

        public TestCaseResult.Builder addResultsBuilder()
         The test case results. The detailed
         [conversation
         turns][google.cloud.dialogflow.cx.v3beta1.TestCaseResult.conversation_turns]
         are empty in this response.
         
        repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult results = 1;
      • addResultsBuilder

        public TestCaseResult.Builder addResultsBuilder​(int index)
         The test case results. The detailed
         [conversation
         turns][google.cloud.dialogflow.cx.v3beta1.TestCaseResult.conversation_turns]
         are empty in this response.
         
        repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult results = 1;
      • getResultsBuilderList

        public List<TestCaseResult.Builder> getResultsBuilderList()
         The test case results. The detailed
         [conversation
         turns][google.cloud.dialogflow.cx.v3beta1.TestCaseResult.conversation_turns]
         are empty in this response.
         
        repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult results = 1;
      • setUnknownFields

        public final BatchRunTestCasesResponse.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BatchRunTestCasesResponse.Builder>
      • mergeUnknownFields

        public final BatchRunTestCasesResponse.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BatchRunTestCasesResponse.Builder>