Class SearchCasesRequest.Builder

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

    public static final class SearchCasesRequest.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<SearchCasesRequest.Builder>
    implements SearchCasesRequestOrBuilder
     The request message for the SearchCases endpoint.
     
    Protobuf type google.cloud.support.v2.SearchCasesRequest
    • 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<SearchCasesRequest.Builder>
      • clear

        public SearchCasesRequest.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<SearchCasesRequest.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<SearchCasesRequest.Builder>
      • getDefaultInstanceForType

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

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

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

        public SearchCasesRequest.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<SearchCasesRequest.Builder>
      • setField

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

        public SearchCasesRequest.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<SearchCasesRequest.Builder>
      • clearOneof

        public SearchCasesRequest.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<SearchCasesRequest.Builder>
      • setRepeatedField

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

        public SearchCasesRequest.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<SearchCasesRequest.Builder>
      • mergeFrom

        public SearchCasesRequest.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<SearchCasesRequest.Builder>
      • isInitialized

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

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

        public String getParent()
         The fully qualified name of parent resource to search cases under.
         
        string parent = 4;
        Specified by:
        getParent in interface SearchCasesRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         The fully qualified name of parent resource to search cases under.
         
        string parent = 4;
        Specified by:
        getParentBytes in interface SearchCasesRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public SearchCasesRequest.Builder setParent​(String value)
         The fully qualified name of parent resource to search cases under.
         
        string parent = 4;
        Parameters:
        value - The parent to set.
        Returns:
        This builder for chaining.
      • clearParent

        public SearchCasesRequest.Builder clearParent()
         The fully qualified name of parent resource to search cases under.
         
        string parent = 4;
        Returns:
        This builder for chaining.
      • setParentBytes

        public SearchCasesRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         The fully qualified name of parent resource to search cases under.
         
        string parent = 4;
        Parameters:
        value - The bytes for parent to set.
        Returns:
        This builder for chaining.
      • getQuery

        public String getQuery()
         An expression written in filter language.
        
         A query uses the following fields with the operators equals (`=`) and
         `AND`:
        
         - `organization`: An organization name in the form
         `organizations/<organization_id>`.
         - `project`: A project name in the form `projects/<project_id>`.
         - `state`: The accepted values are `OPEN` or `CLOSED`.
         - `priority`: The accepted values are `P0`, `P1`, `P2`, `P3`, or `P4`. You
         can specify multiple values for priority using the `OR` operator. For
         example, `priority=P1 OR priority=P2`.
         - `creator.email`: The email address of the case creator.
         - `billingAccount`: A billing account in the form
         `billingAccounts/<billing_account_id>`
        
         You must specify either `organization` or `project`.
        
         To search across `displayName`, `description`, and comments, use a global
         restriction with no keyword or operator. For example, `"my search"`.
        
         To search only cases updated after a certain date, use `update_time`
         restricted with that particular date, time, and timezone in ISO datetime
         format. For example, `update_time>"2020-01-01T00:00:00-05:00"`.
         `update_time` only supports the greater than operator (`>`).
        
         Examples:
        
         - `organization="organizations/123456789"`
         - `project="projects/my-project-id"`
         - `project="projects/123456789"`
         - `billing_account="billingAccounts/123456-A0B0C0-CUZ789"`
         - `organization="organizations/123456789" AND state=CLOSED`
         - `project="projects/my-project-id" AND creator.email="tester@example.com"`
         - `project="projects/my-project-id" AND (priority=P0 OR priority=P1)`
         
        string query = 1;
        Specified by:
        getQuery in interface SearchCasesRequestOrBuilder
        Returns:
        The query.
      • getQueryBytes

        public com.google.protobuf.ByteString getQueryBytes()
         An expression written in filter language.
        
         A query uses the following fields with the operators equals (`=`) and
         `AND`:
        
         - `organization`: An organization name in the form
         `organizations/<organization_id>`.
         - `project`: A project name in the form `projects/<project_id>`.
         - `state`: The accepted values are `OPEN` or `CLOSED`.
         - `priority`: The accepted values are `P0`, `P1`, `P2`, `P3`, or `P4`. You
         can specify multiple values for priority using the `OR` operator. For
         example, `priority=P1 OR priority=P2`.
         - `creator.email`: The email address of the case creator.
         - `billingAccount`: A billing account in the form
         `billingAccounts/<billing_account_id>`
        
         You must specify either `organization` or `project`.
        
         To search across `displayName`, `description`, and comments, use a global
         restriction with no keyword or operator. For example, `"my search"`.
        
         To search only cases updated after a certain date, use `update_time`
         restricted with that particular date, time, and timezone in ISO datetime
         format. For example, `update_time>"2020-01-01T00:00:00-05:00"`.
         `update_time` only supports the greater than operator (`>`).
        
         Examples:
        
         - `organization="organizations/123456789"`
         - `project="projects/my-project-id"`
         - `project="projects/123456789"`
         - `billing_account="billingAccounts/123456-A0B0C0-CUZ789"`
         - `organization="organizations/123456789" AND state=CLOSED`
         - `project="projects/my-project-id" AND creator.email="tester@example.com"`
         - `project="projects/my-project-id" AND (priority=P0 OR priority=P1)`
         
        string query = 1;
        Specified by:
        getQueryBytes in interface SearchCasesRequestOrBuilder
        Returns:
        The bytes for query.
      • setQuery

        public SearchCasesRequest.Builder setQuery​(String value)
         An expression written in filter language.
        
         A query uses the following fields with the operators equals (`=`) and
         `AND`:
        
         - `organization`: An organization name in the form
         `organizations/<organization_id>`.
         - `project`: A project name in the form `projects/<project_id>`.
         - `state`: The accepted values are `OPEN` or `CLOSED`.
         - `priority`: The accepted values are `P0`, `P1`, `P2`, `P3`, or `P4`. You
         can specify multiple values for priority using the `OR` operator. For
         example, `priority=P1 OR priority=P2`.
         - `creator.email`: The email address of the case creator.
         - `billingAccount`: A billing account in the form
         `billingAccounts/<billing_account_id>`
        
         You must specify either `organization` or `project`.
        
         To search across `displayName`, `description`, and comments, use a global
         restriction with no keyword or operator. For example, `"my search"`.
        
         To search only cases updated after a certain date, use `update_time`
         restricted with that particular date, time, and timezone in ISO datetime
         format. For example, `update_time>"2020-01-01T00:00:00-05:00"`.
         `update_time` only supports the greater than operator (`>`).
        
         Examples:
        
         - `organization="organizations/123456789"`
         - `project="projects/my-project-id"`
         - `project="projects/123456789"`
         - `billing_account="billingAccounts/123456-A0B0C0-CUZ789"`
         - `organization="organizations/123456789" AND state=CLOSED`
         - `project="projects/my-project-id" AND creator.email="tester@example.com"`
         - `project="projects/my-project-id" AND (priority=P0 OR priority=P1)`
         
        string query = 1;
        Parameters:
        value - The query to set.
        Returns:
        This builder for chaining.
      • clearQuery

        public SearchCasesRequest.Builder clearQuery()
         An expression written in filter language.
        
         A query uses the following fields with the operators equals (`=`) and
         `AND`:
        
         - `organization`: An organization name in the form
         `organizations/<organization_id>`.
         - `project`: A project name in the form `projects/<project_id>`.
         - `state`: The accepted values are `OPEN` or `CLOSED`.
         - `priority`: The accepted values are `P0`, `P1`, `P2`, `P3`, or `P4`. You
         can specify multiple values for priority using the `OR` operator. For
         example, `priority=P1 OR priority=P2`.
         - `creator.email`: The email address of the case creator.
         - `billingAccount`: A billing account in the form
         `billingAccounts/<billing_account_id>`
        
         You must specify either `organization` or `project`.
        
         To search across `displayName`, `description`, and comments, use a global
         restriction with no keyword or operator. For example, `"my search"`.
        
         To search only cases updated after a certain date, use `update_time`
         restricted with that particular date, time, and timezone in ISO datetime
         format. For example, `update_time>"2020-01-01T00:00:00-05:00"`.
         `update_time` only supports the greater than operator (`>`).
        
         Examples:
        
         - `organization="organizations/123456789"`
         - `project="projects/my-project-id"`
         - `project="projects/123456789"`
         - `billing_account="billingAccounts/123456-A0B0C0-CUZ789"`
         - `organization="organizations/123456789" AND state=CLOSED`
         - `project="projects/my-project-id" AND creator.email="tester@example.com"`
         - `project="projects/my-project-id" AND (priority=P0 OR priority=P1)`
         
        string query = 1;
        Returns:
        This builder for chaining.
      • setQueryBytes

        public SearchCasesRequest.Builder setQueryBytes​(com.google.protobuf.ByteString value)
         An expression written in filter language.
        
         A query uses the following fields with the operators equals (`=`) and
         `AND`:
        
         - `organization`: An organization name in the form
         `organizations/<organization_id>`.
         - `project`: A project name in the form `projects/<project_id>`.
         - `state`: The accepted values are `OPEN` or `CLOSED`.
         - `priority`: The accepted values are `P0`, `P1`, `P2`, `P3`, or `P4`. You
         can specify multiple values for priority using the `OR` operator. For
         example, `priority=P1 OR priority=P2`.
         - `creator.email`: The email address of the case creator.
         - `billingAccount`: A billing account in the form
         `billingAccounts/<billing_account_id>`
        
         You must specify either `organization` or `project`.
        
         To search across `displayName`, `description`, and comments, use a global
         restriction with no keyword or operator. For example, `"my search"`.
        
         To search only cases updated after a certain date, use `update_time`
         restricted with that particular date, time, and timezone in ISO datetime
         format. For example, `update_time>"2020-01-01T00:00:00-05:00"`.
         `update_time` only supports the greater than operator (`>`).
        
         Examples:
        
         - `organization="organizations/123456789"`
         - `project="projects/my-project-id"`
         - `project="projects/123456789"`
         - `billing_account="billingAccounts/123456-A0B0C0-CUZ789"`
         - `organization="organizations/123456789" AND state=CLOSED`
         - `project="projects/my-project-id" AND creator.email="tester@example.com"`
         - `project="projects/my-project-id" AND (priority=P0 OR priority=P1)`
         
        string query = 1;
        Parameters:
        value - The bytes for query to set.
        Returns:
        This builder for chaining.
      • getPageSize

        public int getPageSize()
         The maximum number of cases fetched with each request. The default page
         size is 10.
         
        int32 page_size = 2;
        Specified by:
        getPageSize in interface SearchCasesRequestOrBuilder
        Returns:
        The pageSize.
      • setPageSize

        public SearchCasesRequest.Builder setPageSize​(int value)
         The maximum number of cases fetched with each request. The default page
         size is 10.
         
        int32 page_size = 2;
        Parameters:
        value - The pageSize to set.
        Returns:
        This builder for chaining.
      • clearPageSize

        public SearchCasesRequest.Builder clearPageSize()
         The maximum number of cases fetched with each request. The default page
         size is 10.
         
        int32 page_size = 2;
        Returns:
        This builder for chaining.
      • getPageToken

        public String getPageToken()
         A token identifying the page of results to return. If unspecified, the
         first page is retrieved.
         
        string page_token = 3;
        Specified by:
        getPageToken in interface SearchCasesRequestOrBuilder
        Returns:
        The pageToken.
      • 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 SearchCasesRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public SearchCasesRequest.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 SearchCasesRequest.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 SearchCasesRequest.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.
      • setUnknownFields

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

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