Class ExportTestCasesRequest.Builder

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

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

        public ExportTestCasesRequest.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<ExportTestCasesRequest.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<ExportTestCasesRequest.Builder>
      • getDefaultInstanceForType

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

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

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

        public ExportTestCasesRequest.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<ExportTestCasesRequest.Builder>
      • clearField

        public ExportTestCasesRequest.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<ExportTestCasesRequest.Builder>
      • clearOneof

        public ExportTestCasesRequest.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ExportTestCasesRequest.Builder>
      • setRepeatedField

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

        public ExportTestCasesRequest.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<ExportTestCasesRequest.Builder>
      • isInitialized

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

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

        public String getParent()
         Required. The agent where to export 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 ExportTestCasesRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. The agent where to export 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 ExportTestCasesRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public ExportTestCasesRequest.Builder setParent​(String value)
         Required. The agent where to export 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 ExportTestCasesRequest.Builder clearParent()
         Required. The agent where to export 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 ExportTestCasesRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. The agent where to export 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.
      • hasGcsUri

        public boolean hasGcsUri()
         The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to
         export the test cases to. The format of this URI must be
         `gs://<bucket-name>/<object-name>`. If unspecified, the serialized test
         cases is returned inline.
        
         Dialogflow performs a write operation for the Cloud Storage object
         on the caller's behalf, so your request authentication must
         have write permissions for the object. For more information, see
         [Dialogflow access
         control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
         
        string gcs_uri = 2;
        Specified by:
        hasGcsUri in interface ExportTestCasesRequestOrBuilder
        Returns:
        Whether the gcsUri field is set.
      • getGcsUri

        public String getGcsUri()
         The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to
         export the test cases to. The format of this URI must be
         `gs://<bucket-name>/<object-name>`. If unspecified, the serialized test
         cases is returned inline.
        
         Dialogflow performs a write operation for the Cloud Storage object
         on the caller's behalf, so your request authentication must
         have write permissions for the object. For more information, see
         [Dialogflow access
         control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
         
        string gcs_uri = 2;
        Specified by:
        getGcsUri in interface ExportTestCasesRequestOrBuilder
        Returns:
        The gcsUri.
      • getGcsUriBytes

        public com.google.protobuf.ByteString getGcsUriBytes()
         The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to
         export the test cases to. The format of this URI must be
         `gs://<bucket-name>/<object-name>`. If unspecified, the serialized test
         cases is returned inline.
        
         Dialogflow performs a write operation for the Cloud Storage object
         on the caller's behalf, so your request authentication must
         have write permissions for the object. For more information, see
         [Dialogflow access
         control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
         
        string gcs_uri = 2;
        Specified by:
        getGcsUriBytes in interface ExportTestCasesRequestOrBuilder
        Returns:
        The bytes for gcsUri.
      • setGcsUri

        public ExportTestCasesRequest.Builder setGcsUri​(String value)
         The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to
         export the test cases to. The format of this URI must be
         `gs://<bucket-name>/<object-name>`. If unspecified, the serialized test
         cases is returned inline.
        
         Dialogflow performs a write operation for the Cloud Storage object
         on the caller's behalf, so your request authentication must
         have write permissions for the object. For more information, see
         [Dialogflow access
         control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
         
        string gcs_uri = 2;
        Parameters:
        value - The gcsUri to set.
        Returns:
        This builder for chaining.
      • clearGcsUri

        public ExportTestCasesRequest.Builder clearGcsUri()
         The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to
         export the test cases to. The format of this URI must be
         `gs://<bucket-name>/<object-name>`. If unspecified, the serialized test
         cases is returned inline.
        
         Dialogflow performs a write operation for the Cloud Storage object
         on the caller's behalf, so your request authentication must
         have write permissions for the object. For more information, see
         [Dialogflow access
         control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
         
        string gcs_uri = 2;
        Returns:
        This builder for chaining.
      • setGcsUriBytes

        public ExportTestCasesRequest.Builder setGcsUriBytes​(com.google.protobuf.ByteString value)
         The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to
         export the test cases to. The format of this URI must be
         `gs://<bucket-name>/<object-name>`. If unspecified, the serialized test
         cases is returned inline.
        
         Dialogflow performs a write operation for the Cloud Storage object
         on the caller's behalf, so your request authentication must
         have write permissions for the object. For more information, see
         [Dialogflow access
         control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
         
        string gcs_uri = 2;
        Parameters:
        value - The bytes for gcsUri to set.
        Returns:
        This builder for chaining.
      • getDataFormatValue

        public int getDataFormatValue()
         The data format of the exported test cases. If not specified, `BLOB` is
         assumed.
         
        .google.cloud.dialogflow.cx.v3beta1.ExportTestCasesRequest.DataFormat data_format = 3;
        Specified by:
        getDataFormatValue in interface ExportTestCasesRequestOrBuilder
        Returns:
        The enum numeric value on the wire for dataFormat.
      • setDataFormatValue

        public ExportTestCasesRequest.Builder setDataFormatValue​(int value)
         The data format of the exported test cases. If not specified, `BLOB` is
         assumed.
         
        .google.cloud.dialogflow.cx.v3beta1.ExportTestCasesRequest.DataFormat data_format = 3;
        Parameters:
        value - The enum numeric value on the wire for dataFormat to set.
        Returns:
        This builder for chaining.
      • setDataFormat

        public ExportTestCasesRequest.Builder setDataFormat​(ExportTestCasesRequest.DataFormat value)
         The data format of the exported test cases. If not specified, `BLOB` is
         assumed.
         
        .google.cloud.dialogflow.cx.v3beta1.ExportTestCasesRequest.DataFormat data_format = 3;
        Parameters:
        value - The dataFormat to set.
        Returns:
        This builder for chaining.
      • clearDataFormat

        public ExportTestCasesRequest.Builder clearDataFormat()
         The data format of the exported test cases. If not specified, `BLOB` is
         assumed.
         
        .google.cloud.dialogflow.cx.v3beta1.ExportTestCasesRequest.DataFormat data_format = 3;
        Returns:
        This builder for chaining.
      • getFilter

        public String getFilter()
         The filter expression used to filter exported test cases, see
         [API Filtering](https://aip.dev/160). The expression is case insensitive
         and supports the following syntax:
        
           name = <value> [OR name = <value>] ...
        
         For example:
        
         *   "name = t1 OR name = t2" matches the test case with the exact resource
             name "t1" or "t2".
         
        string filter = 4;
        Specified by:
        getFilter in interface ExportTestCasesRequestOrBuilder
        Returns:
        The filter.
      • getFilterBytes

        public com.google.protobuf.ByteString getFilterBytes()
         The filter expression used to filter exported test cases, see
         [API Filtering](https://aip.dev/160). The expression is case insensitive
         and supports the following syntax:
        
           name = <value> [OR name = <value>] ...
        
         For example:
        
         *   "name = t1 OR name = t2" matches the test case with the exact resource
             name "t1" or "t2".
         
        string filter = 4;
        Specified by:
        getFilterBytes in interface ExportTestCasesRequestOrBuilder
        Returns:
        The bytes for filter.
      • setFilter

        public ExportTestCasesRequest.Builder setFilter​(String value)
         The filter expression used to filter exported test cases, see
         [API Filtering](https://aip.dev/160). The expression is case insensitive
         and supports the following syntax:
        
           name = <value> [OR name = <value>] ...
        
         For example:
        
         *   "name = t1 OR name = t2" matches the test case with the exact resource
             name "t1" or "t2".
         
        string filter = 4;
        Parameters:
        value - The filter to set.
        Returns:
        This builder for chaining.
      • clearFilter

        public ExportTestCasesRequest.Builder clearFilter()
         The filter expression used to filter exported test cases, see
         [API Filtering](https://aip.dev/160). The expression is case insensitive
         and supports the following syntax:
        
           name = <value> [OR name = <value>] ...
        
         For example:
        
         *   "name = t1 OR name = t2" matches the test case with the exact resource
             name "t1" or "t2".
         
        string filter = 4;
        Returns:
        This builder for chaining.
      • setFilterBytes

        public ExportTestCasesRequest.Builder setFilterBytes​(com.google.protobuf.ByteString value)
         The filter expression used to filter exported test cases, see
         [API Filtering](https://aip.dev/160). The expression is case insensitive
         and supports the following syntax:
        
           name = <value> [OR name = <value>] ...
        
         For example:
        
         *   "name = t1 OR name = t2" matches the test case with the exact resource
             name "t1" or "t2".
         
        string filter = 4;
        Parameters:
        value - The bytes for filter to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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