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

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

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

        public SearchCaseClassificationsRequest 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<SearchCaseClassificationsRequest.Builder>
      • getQuery

        public String getQuery()
         An expression written in the Google Cloud filter language. If non-empty,
         then only cases whose fields match the filter are returned. If empty, then
         no messages are filtered out.
         
        string query = 1;
        Specified by:
        getQuery in interface SearchCaseClassificationsRequestOrBuilder
        Returns:
        The query.
      • getQueryBytes

        public com.google.protobuf.ByteString getQueryBytes()
         An expression written in the Google Cloud filter language. If non-empty,
         then only cases whose fields match the filter are returned. If empty, then
         no messages are filtered out.
         
        string query = 1;
        Specified by:
        getQueryBytes in interface SearchCaseClassificationsRequestOrBuilder
        Returns:
        The bytes for query.
      • setQuery

        public SearchCaseClassificationsRequest.Builder setQuery​(String value)
         An expression written in the Google Cloud filter language. If non-empty,
         then only cases whose fields match the filter are returned. If empty, then
         no messages are filtered out.
         
        string query = 1;
        Parameters:
        value - The query to set.
        Returns:
        This builder for chaining.
      • clearQuery

        public SearchCaseClassificationsRequest.Builder clearQuery()
         An expression written in the Google Cloud filter language. If non-empty,
         then only cases whose fields match the filter are returned. If empty, then
         no messages are filtered out.
         
        string query = 1;
        Returns:
        This builder for chaining.
      • setQueryBytes

        public SearchCaseClassificationsRequest.Builder setQueryBytes​(com.google.protobuf.ByteString value)
         An expression written in the Google Cloud filter language. If non-empty,
         then only cases whose fields match the filter are returned. If empty, then
         no messages are filtered out.
         
        string query = 1;
        Parameters:
        value - The bytes for query to set.
        Returns:
        This builder for chaining.
      • setPageSize

        public SearchCaseClassificationsRequest.Builder setPageSize​(int value)
         The maximum number of cases fetched with each request.
         
        int32 page_size = 2;
        Parameters:
        value - The pageSize to set.
        Returns:
        This builder for chaining.
      • getPageTokenBytes

        public com.google.protobuf.ByteString getPageTokenBytes()
         A token identifying the page of results to return. If unspecified, the
         first page is retrieved.
         
        string page_token = 3;
        Specified by:
        getPageTokenBytes in interface SearchCaseClassificationsRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public SearchCaseClassificationsRequest.Builder setPageToken​(String value)
         A token identifying the page of results to return. If unspecified, the
         first page is retrieved.
         
        string page_token = 3;
        Parameters:
        value - The pageToken to set.
        Returns:
        This builder for chaining.
      • clearPageToken

        public SearchCaseClassificationsRequest.Builder clearPageToken()
         A token identifying the page of results to return. If unspecified, the
         first page is retrieved.
         
        string page_token = 3;
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public SearchCaseClassificationsRequest.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         A token identifying the page of results to return. If unspecified, the
         first page is retrieved.
         
        string page_token = 3;
        Parameters:
        value - The bytes for pageToken to set.
        Returns:
        This builder for chaining.