Class BatchRunTestCasesRequest.Builder

  • All Implemented Interfaces:
    BatchRunTestCasesRequestOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    BatchRunTestCasesRequest

    public static final class BatchRunTestCasesRequest.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<BatchRunTestCasesRequest.Builder>
    implements BatchRunTestCasesRequestOrBuilder
     The request message for
     [TestCases.BatchRunTestCases][google.cloud.dialogflow.cx.v3beta1.TestCases.BatchRunTestCases].
     
    Protobuf type google.cloud.dialogflow.cx.v3beta1.BatchRunTestCasesRequest
    • 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<BatchRunTestCasesRequest.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<BatchRunTestCasesRequest.Builder>
      • getDefaultInstanceForType

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

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

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

        public BatchRunTestCasesRequest.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<BatchRunTestCasesRequest.Builder>
      • addRepeatedField

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

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

        public BatchRunTestCasesRequest.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<BatchRunTestCasesRequest.Builder>
        Throws:
        IOException
      • getParent

        public String getParent()
         Required. Agent name. Format: `projects/<Project ID>/locations/<Location
         ID>/agents/ <AgentID>`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface BatchRunTestCasesRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. Agent name. Format: `projects/<Project ID>/locations/<Location
         ID>/agents/ <AgentID>`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface BatchRunTestCasesRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public BatchRunTestCasesRequest.Builder setParent​(String value)
         Required. Agent name. Format: `projects/<Project ID>/locations/<Location
         ID>/agents/ <AgentID>`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The parent to set.
        Returns:
        This builder for chaining.
      • clearParent

        public BatchRunTestCasesRequest.Builder clearParent()
         Required. Agent name. Format: `projects/<Project ID>/locations/<Location
         ID>/agents/ <AgentID>`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public BatchRunTestCasesRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. Agent name. Format: `projects/<Project ID>/locations/<Location
         ID>/agents/ <AgentID>`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for parent to set.
        Returns:
        This builder for chaining.
      • getEnvironment

        public String getEnvironment()
         Optional. If not set, draft environment is assumed. Format:
         `projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/environments/<Environment ID>`.
         
        string environment = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
        Specified by:
        getEnvironment in interface BatchRunTestCasesRequestOrBuilder
        Returns:
        The environment.
      • getEnvironmentBytes

        public com.google.protobuf.ByteString getEnvironmentBytes()
         Optional. If not set, draft environment is assumed. Format:
         `projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/environments/<Environment ID>`.
         
        string environment = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
        Specified by:
        getEnvironmentBytes in interface BatchRunTestCasesRequestOrBuilder
        Returns:
        The bytes for environment.
      • setEnvironment

        public BatchRunTestCasesRequest.Builder setEnvironment​(String value)
         Optional. If not set, draft environment is assumed. Format:
         `projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/environments/<Environment ID>`.
         
        string environment = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The environment to set.
        Returns:
        This builder for chaining.
      • clearEnvironment

        public BatchRunTestCasesRequest.Builder clearEnvironment()
         Optional. If not set, draft environment is assumed. Format:
         `projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/environments/<Environment ID>`.
         
        string environment = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setEnvironmentBytes

        public BatchRunTestCasesRequest.Builder setEnvironmentBytes​(com.google.protobuf.ByteString value)
         Optional. If not set, draft environment is assumed. Format:
         `projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/environments/<Environment ID>`.
         
        string environment = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for environment to set.
        Returns:
        This builder for chaining.
      • getTestCasesList

        public com.google.protobuf.ProtocolStringList getTestCasesList()
         Required. Format: `projects/<Project ID>/locations/<Location
         ID>/agents/<Agent ID>/testCases/<TestCase ID>`.
         
        repeated string test_cases = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getTestCasesList in interface BatchRunTestCasesRequestOrBuilder
        Returns:
        A list containing the testCases.
      • getTestCasesCount

        public int getTestCasesCount()
         Required. Format: `projects/<Project ID>/locations/<Location
         ID>/agents/<Agent ID>/testCases/<TestCase ID>`.
         
        repeated string test_cases = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getTestCasesCount in interface BatchRunTestCasesRequestOrBuilder
        Returns:
        The count of testCases.
      • getTestCases

        public String getTestCases​(int index)
         Required. Format: `projects/<Project ID>/locations/<Location
         ID>/agents/<Agent ID>/testCases/<TestCase ID>`.
         
        repeated string test_cases = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getTestCases in interface BatchRunTestCasesRequestOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The testCases at the given index.
      • getTestCasesBytes

        public com.google.protobuf.ByteString getTestCasesBytes​(int index)
         Required. Format: `projects/<Project ID>/locations/<Location
         ID>/agents/<Agent ID>/testCases/<TestCase ID>`.
         
        repeated string test_cases = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getTestCasesBytes in interface BatchRunTestCasesRequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the testCases at the given index.
      • setTestCases

        public BatchRunTestCasesRequest.Builder setTestCases​(int index,
                                                             String value)
         Required. Format: `projects/<Project ID>/locations/<Location
         ID>/agents/<Agent ID>/testCases/<TestCase ID>`.
         
        repeated string test_cases = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        index - The index to set the value at.
        value - The testCases to set.
        Returns:
        This builder for chaining.
      • addTestCases

        public BatchRunTestCasesRequest.Builder addTestCases​(String value)
         Required. Format: `projects/<Project ID>/locations/<Location
         ID>/agents/<Agent ID>/testCases/<TestCase ID>`.
         
        repeated string test_cases = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The testCases to add.
        Returns:
        This builder for chaining.
      • addAllTestCases

        public BatchRunTestCasesRequest.Builder addAllTestCases​(Iterable<String> values)
         Required. Format: `projects/<Project ID>/locations/<Location
         ID>/agents/<Agent ID>/testCases/<TestCase ID>`.
         
        repeated string test_cases = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        values - The testCases to add.
        Returns:
        This builder for chaining.
      • clearTestCases

        public BatchRunTestCasesRequest.Builder clearTestCases()
         Required. Format: `projects/<Project ID>/locations/<Location
         ID>/agents/<Agent ID>/testCases/<TestCase ID>`.
         
        repeated string test_cases = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • addTestCasesBytes

        public BatchRunTestCasesRequest.Builder addTestCasesBytes​(com.google.protobuf.ByteString value)
         Required. Format: `projects/<Project ID>/locations/<Location
         ID>/agents/<Agent ID>/testCases/<TestCase ID>`.
         
        repeated string test_cases = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes of the testCases to add.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final BatchRunTestCasesRequest.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<BatchRunTestCasesRequest.Builder>
      • mergeUnknownFields

        public final BatchRunTestCasesRequest.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<BatchRunTestCasesRequest.Builder>