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

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

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

        public SearchExampleComparisonsRequest 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<SearchExampleComparisonsRequest.Builder>
      • getParent

        public String getParent()
         Required. Name of the [Evaluation][google.cloud.datalabeling.v1beta1.Evaluation] resource to search for example
         comparisons from. Format:
        
         "projects/<var>{project_id}</var>/datasets/<var>{dataset_id}</var>/evaluations/<var>{evaluation_id}</var>"
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface SearchExampleComparisonsRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. Name of the [Evaluation][google.cloud.datalabeling.v1beta1.Evaluation] resource to search for example
         comparisons from. Format:
        
         "projects/<var>{project_id}</var>/datasets/<var>{dataset_id}</var>/evaluations/<var>{evaluation_id}</var>"
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface SearchExampleComparisonsRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public SearchExampleComparisonsRequest.Builder setParent​(String value)
         Required. Name of the [Evaluation][google.cloud.datalabeling.v1beta1.Evaluation] resource to search for example
         comparisons from. Format:
        
         "projects/<var>{project_id}</var>/datasets/<var>{dataset_id}</var>/evaluations/<var>{evaluation_id}</var>"
         
        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 SearchExampleComparisonsRequest.Builder clearParent()
         Required. Name of the [Evaluation][google.cloud.datalabeling.v1beta1.Evaluation] resource to search for example
         comparisons from. Format:
        
         "projects/<var>{project_id}</var>/datasets/<var>{dataset_id}</var>/evaluations/<var>{evaluation_id}</var>"
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public SearchExampleComparisonsRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. Name of the [Evaluation][google.cloud.datalabeling.v1beta1.Evaluation] resource to search for example
         comparisons from. Format:
        
         "projects/<var>{project_id}</var>/datasets/<var>{dataset_id}</var>/evaluations/<var>{evaluation_id}</var>"
         
        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.
      • getPageSize

        public int getPageSize()
         Optional. Requested page size. Server may return fewer results than
         requested. Default value is 100.
         
        int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getPageSize in interface SearchExampleComparisonsRequestOrBuilder
        Returns:
        The pageSize.
      • setPageSize

        public SearchExampleComparisonsRequest.Builder setPageSize​(int value)
         Optional. Requested page size. Server may return fewer results than
         requested. Default value is 100.
         
        int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The pageSize to set.
        Returns:
        This builder for chaining.
      • clearPageSize

        public SearchExampleComparisonsRequest.Builder clearPageSize()
         Optional. Requested page size. Server may return fewer results than
         requested. Default value is 100.
         
        int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • getPageToken

        public String getPageToken()
         Optional. A token identifying a page of results for the server to return.
         Typically obtained by the
         [nextPageToken][SearchExampleComparisons.next_page_token] of the response
         to a previous search rquest.
        
         If you don't specify this field, the API call requests the first page of
         the search.
         
        string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getPageToken in interface SearchExampleComparisonsRequestOrBuilder
        Returns:
        The pageToken.
      • getPageTokenBytes

        public com.google.protobuf.ByteString getPageTokenBytes()
         Optional. A token identifying a page of results for the server to return.
         Typically obtained by the
         [nextPageToken][SearchExampleComparisons.next_page_token] of the response
         to a previous search rquest.
        
         If you don't specify this field, the API call requests the first page of
         the search.
         
        string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getPageTokenBytes in interface SearchExampleComparisonsRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public SearchExampleComparisonsRequest.Builder setPageToken​(String value)
         Optional. A token identifying a page of results for the server to return.
         Typically obtained by the
         [nextPageToken][SearchExampleComparisons.next_page_token] of the response
         to a previous search rquest.
        
         If you don't specify this field, the API call requests the first page of
         the search.
         
        string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The pageToken to set.
        Returns:
        This builder for chaining.
      • clearPageToken

        public SearchExampleComparisonsRequest.Builder clearPageToken()
         Optional. A token identifying a page of results for the server to return.
         Typically obtained by the
         [nextPageToken][SearchExampleComparisons.next_page_token] of the response
         to a previous search rquest.
        
         If you don't specify this field, the API call requests the first page of
         the search.
         
        string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public SearchExampleComparisonsRequest.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         Optional. A token identifying a page of results for the server to return.
         Typically obtained by the
         [nextPageToken][SearchExampleComparisons.next_page_token] of the response
         to a previous search rquest.
        
         If you don't specify this field, the API call requests the first page of
         the search.
         
        string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes for pageToken to set.
        Returns:
        This builder for chaining.