Interface SearchJobsResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    SearchJobsResponse, SearchJobsResponse.Builder

    public interface SearchJobsResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getMatchingJobsList

        List<SearchJobsResponse.MatchingJob> getMatchingJobsList()
         The Job entities that match the specified
         [SearchJobsRequest][google.cloud.talent.v4beta1.SearchJobsRequest].
         
        repeated .google.cloud.talent.v4beta1.SearchJobsResponse.MatchingJob matching_jobs = 1;
      • getMatchingJobs

        SearchJobsResponse.MatchingJob getMatchingJobs​(int index)
         The Job entities that match the specified
         [SearchJobsRequest][google.cloud.talent.v4beta1.SearchJobsRequest].
         
        repeated .google.cloud.talent.v4beta1.SearchJobsResponse.MatchingJob matching_jobs = 1;
      • getMatchingJobsCount

        int getMatchingJobsCount()
         The Job entities that match the specified
         [SearchJobsRequest][google.cloud.talent.v4beta1.SearchJobsRequest].
         
        repeated .google.cloud.talent.v4beta1.SearchJobsResponse.MatchingJob matching_jobs = 1;
      • getMatchingJobsOrBuilderList

        List<? extends SearchJobsResponse.MatchingJobOrBuilder> getMatchingJobsOrBuilderList()
         The Job entities that match the specified
         [SearchJobsRequest][google.cloud.talent.v4beta1.SearchJobsRequest].
         
        repeated .google.cloud.talent.v4beta1.SearchJobsResponse.MatchingJob matching_jobs = 1;
      • getMatchingJobsOrBuilder

        SearchJobsResponse.MatchingJobOrBuilder getMatchingJobsOrBuilder​(int index)
         The Job entities that match the specified
         [SearchJobsRequest][google.cloud.talent.v4beta1.SearchJobsRequest].
         
        repeated .google.cloud.talent.v4beta1.SearchJobsResponse.MatchingJob matching_jobs = 1;
      • getHistogramQueryResultsList

        List<HistogramQueryResult> getHistogramQueryResultsList()
         The histogram results that match with specified
         [SearchJobsRequest.histogram_queries][google.cloud.talent.v4beta1.SearchJobsRequest.histogram_queries].
         
        repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 2;
      • getHistogramQueryResults

        HistogramQueryResult getHistogramQueryResults​(int index)
         The histogram results that match with specified
         [SearchJobsRequest.histogram_queries][google.cloud.talent.v4beta1.SearchJobsRequest.histogram_queries].
         
        repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 2;
      • getHistogramQueryResultsCount

        int getHistogramQueryResultsCount()
         The histogram results that match with specified
         [SearchJobsRequest.histogram_queries][google.cloud.talent.v4beta1.SearchJobsRequest.histogram_queries].
         
        repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 2;
      • getHistogramQueryResultsOrBuilderList

        List<? extends HistogramQueryResultOrBuilder> getHistogramQueryResultsOrBuilderList()
         The histogram results that match with specified
         [SearchJobsRequest.histogram_queries][google.cloud.talent.v4beta1.SearchJobsRequest.histogram_queries].
         
        repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 2;
      • getHistogramQueryResultsOrBuilder

        HistogramQueryResultOrBuilder getHistogramQueryResultsOrBuilder​(int index)
         The histogram results that match with specified
         [SearchJobsRequest.histogram_queries][google.cloud.talent.v4beta1.SearchJobsRequest.histogram_queries].
         
        repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 2;
      • getNextPageToken

        String getNextPageToken()
         The token that specifies the starting position of the next page of results.
         This field is empty if there are no more results.
         
        string next_page_token = 3;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         The token that specifies the starting position of the next page of results.
         This field is empty if there are no more results.
         
        string next_page_token = 3;
        Returns:
        The bytes for nextPageToken.
      • getLocationFiltersList

        List<Location> getLocationFiltersList()
         The location filters that the service applied to the specified query. If
         any filters are lat-lng based, the
         [Location.location_type][google.cloud.talent.v4beta1.Location.location_type]
         is
         [Location.LocationType.LOCATION_TYPE_UNSPECIFIED][google.cloud.talent.v4beta1.Location.LocationType.LOCATION_TYPE_UNSPECIFIED].
         
        repeated .google.cloud.talent.v4beta1.Location location_filters = 4;
      • getLocationFilters

        Location getLocationFilters​(int index)
         The location filters that the service applied to the specified query. If
         any filters are lat-lng based, the
         [Location.location_type][google.cloud.talent.v4beta1.Location.location_type]
         is
         [Location.LocationType.LOCATION_TYPE_UNSPECIFIED][google.cloud.talent.v4beta1.Location.LocationType.LOCATION_TYPE_UNSPECIFIED].
         
        repeated .google.cloud.talent.v4beta1.Location location_filters = 4;
      • getLocationFiltersCount

        int getLocationFiltersCount()
         The location filters that the service applied to the specified query. If
         any filters are lat-lng based, the
         [Location.location_type][google.cloud.talent.v4beta1.Location.location_type]
         is
         [Location.LocationType.LOCATION_TYPE_UNSPECIFIED][google.cloud.talent.v4beta1.Location.LocationType.LOCATION_TYPE_UNSPECIFIED].
         
        repeated .google.cloud.talent.v4beta1.Location location_filters = 4;
      • getLocationFiltersOrBuilderList

        List<? extends LocationOrBuilder> getLocationFiltersOrBuilderList()
         The location filters that the service applied to the specified query. If
         any filters are lat-lng based, the
         [Location.location_type][google.cloud.talent.v4beta1.Location.location_type]
         is
         [Location.LocationType.LOCATION_TYPE_UNSPECIFIED][google.cloud.talent.v4beta1.Location.LocationType.LOCATION_TYPE_UNSPECIFIED].
         
        repeated .google.cloud.talent.v4beta1.Location location_filters = 4;
      • getLocationFiltersOrBuilder

        LocationOrBuilder getLocationFiltersOrBuilder​(int index)
         The location filters that the service applied to the specified query. If
         any filters are lat-lng based, the
         [Location.location_type][google.cloud.talent.v4beta1.Location.location_type]
         is
         [Location.LocationType.LOCATION_TYPE_UNSPECIFIED][google.cloud.talent.v4beta1.Location.LocationType.LOCATION_TYPE_UNSPECIFIED].
         
        repeated .google.cloud.talent.v4beta1.Location location_filters = 4;
      • getEstimatedTotalSize

        int getEstimatedTotalSize()
         An estimation of the number of jobs that match the specified query.
        
         This number isn't guaranteed to be accurate. For accurate results,
         see
         [SearchJobsResponse.total_size][google.cloud.talent.v4beta1.SearchJobsResponse.total_size].
         
        int32 estimated_total_size = 5;
        Returns:
        The estimatedTotalSize.
      • getTotalSize

        int getTotalSize()
         The precise result count with limit 100,000.
         
        int32 total_size = 6;
        Returns:
        The totalSize.
      • hasMetadata

        boolean hasMetadata()
         Additional information for the API invocation, such as the request
         tracking id.
         
        .google.cloud.talent.v4beta1.ResponseMetadata metadata = 7;
        Returns:
        Whether the metadata field is set.
      • getMetadata

        ResponseMetadata getMetadata()
         Additional information for the API invocation, such as the request
         tracking id.
         
        .google.cloud.talent.v4beta1.ResponseMetadata metadata = 7;
        Returns:
        The metadata.
      • getMetadataOrBuilder

        ResponseMetadataOrBuilder getMetadataOrBuilder()
         Additional information for the API invocation, such as the request
         tracking id.
         
        .google.cloud.talent.v4beta1.ResponseMetadata metadata = 7;
      • getBroadenedQueryJobsCount

        int getBroadenedQueryJobsCount()
         If query broadening is enabled, we may append additional results from the
         broadened query. This number indicates how many of the jobs returned in the
         jobs field are from the broadened query. These results are always at the
         end of the jobs list. In particular, a value of 0, or if the field isn't
         set, all the jobs in the jobs list are from the original
         (without broadening) query. If this field is non-zero, subsequent requests
         with offset after this result set should contain all broadened results.
         
        int32 broadened_query_jobs_count = 8;
        Returns:
        The broadenedQueryJobsCount.
      • hasSpellCorrection

        boolean hasSpellCorrection()
         The spell checking result, and correction.
         
        .google.cloud.talent.v4beta1.SpellingCorrection spell_correction = 9;
        Returns:
        Whether the spellCorrection field is set.
      • getSpellCorrection

        SpellingCorrection getSpellCorrection()
         The spell checking result, and correction.
         
        .google.cloud.talent.v4beta1.SpellingCorrection spell_correction = 9;
        Returns:
        The spellCorrection.
      • getSpellCorrectionOrBuilder

        SpellingCorrectionOrBuilder getSpellCorrectionOrBuilder()
         The spell checking result, and correction.
         
        .google.cloud.talent.v4beta1.SpellingCorrection spell_correction = 9;