Class BatchDeleteTestCasesRequest.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<BatchDeleteTestCasesRequest.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<BatchDeleteTestCasesRequest.Builder>
      • getDefaultInstanceForType

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

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

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

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

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

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

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

        public BatchDeleteTestCasesRequest.Builder setParent​(String value)
         Required. The agent to delete test cases from.
         Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>`.
         
        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 BatchDeleteTestCasesRequest.Builder clearParent()
         Required. The agent to delete test cases from.
         Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public BatchDeleteTestCasesRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. The agent to delete test cases from.
         Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>`.
         
        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.
      • getNamesList

        public com.google.protobuf.ProtocolStringList getNamesList()
         Required. Format of test case names: `projects/<Project ID>/locations/
         <Location ID>/agents/<AgentID>/testCases/<TestCase ID>`.
         
        repeated string names = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getNamesList in interface BatchDeleteTestCasesRequestOrBuilder
        Returns:
        A list containing the names.
      • getNamesCount

        public int getNamesCount()
         Required. Format of test case names: `projects/<Project ID>/locations/
         <Location ID>/agents/<AgentID>/testCases/<TestCase ID>`.
         
        repeated string names = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getNamesCount in interface BatchDeleteTestCasesRequestOrBuilder
        Returns:
        The count of names.
      • getNames

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

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

        public BatchDeleteTestCasesRequest.Builder setNames​(int index,
                                                            String value)
         Required. Format of test case names: `projects/<Project ID>/locations/
         <Location ID>/agents/<AgentID>/testCases/<TestCase ID>`.
         
        repeated string names = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        index - The index to set the value at.
        value - The names to set.
        Returns:
        This builder for chaining.
      • addNames

        public BatchDeleteTestCasesRequest.Builder addNames​(String value)
         Required. Format of test case names: `projects/<Project ID>/locations/
         <Location ID>/agents/<AgentID>/testCases/<TestCase ID>`.
         
        repeated string names = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The names to add.
        Returns:
        This builder for chaining.
      • addAllNames

        public BatchDeleteTestCasesRequest.Builder addAllNames​(Iterable<String> values)
         Required. Format of test case names: `projects/<Project ID>/locations/
         <Location ID>/agents/<AgentID>/testCases/<TestCase ID>`.
         
        repeated string names = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        values - The names to add.
        Returns:
        This builder for chaining.
      • clearNames

        public BatchDeleteTestCasesRequest.Builder clearNames()
         Required. Format of test case names: `projects/<Project ID>/locations/
         <Location ID>/agents/<AgentID>/testCases/<TestCase ID>`.
         
        repeated string names = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • addNamesBytes

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

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