lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb in google-cloud-talent-0.1.0 vs lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb in google-cloud-talent-0.2.0

- old
+ new

@@ -30,21 +30,20 @@ # @return [String] # Optional. # # The token that specifies the current offset (that is, starting result). # - # Please set the value to - # {Google::Cloud::Talent::V4beta1::ListProfilesResponse#next_page_token ListProfilesResponse#next_page_token} - # to continue the list. + # Please set the value to {Google::Cloud::Talent::V4beta1::ListProfilesResponse#next_page_token ListProfilesResponse#next_page_token} to + # continue the list. # @!attribute [rw] page_size # @return [Integer] # Optional. # # The maximum number of profiles to be returned, at most 100. # # Default is 100 unless a positive number smaller than 100 is specified. - # @!attribute [rw] field_mask + # @!attribute [rw] read_mask # @return [Google::Protobuf::FieldMask] # Optional. # # A field mask to specify the profile fields to be listed in response. # All fields are listed if it is unset. @@ -126,13 +125,13 @@ # * skills # * projects # * publications # * patents # * certifications - # * jobApplications # * recruitingNotes # * customAttributes + # * groupId class UpdateProfileRequest; end # Delete profile request. # @!attribute [rw] name # @return [String] @@ -163,12 +162,11 @@ # users, and must be precise and consistent. # @!attribute [rw] profile_query # @return [Google::Cloud::Talent::V4beta1::ProfileQuery] # Optional. # - # Search query to execute. See - # {Google::Cloud::Talent::V4beta1::ProfileQuery ProfileQuery} for more details. + # Search query to execute. See {Google::Cloud::Talent::V4beta1::ProfileQuery ProfileQuery} for more details. # @!attribute [rw] page_size # @return [Integer] # Optional. # # A limit on the number of profiles returned in the search results. @@ -180,22 +178,20 @@ # Optional. # # The pageToken, similar to offset enables users of the API to paginate # through the search results. To retrieve the first page of results, set the # pageToken to empty. The search response includes a - # {Google::Cloud::Talent::V4beta1::SearchProfilesResponse#next_page_token nextPageToken} - # field that can be used to populate the pageToken field for the next page of - # results. Using pageToken instead of offset increases the performance of the - # API, especially compared to larger offset values. + # {Google::Cloud::Talent::V4beta1::SearchProfilesResponse#next_page_token nextPageToken} field that can be + # used to populate the pageToken field for the next page of results. Using + # pageToken instead of offset increases the performance of the API, + # especially compared to larger offset values. # @!attribute [rw] offset # @return [Integer] # Optional. # # An integer that specifies the current offset (that is, starting result) in - # search results. This field is only considered if - # {Google::Cloud::Talent::V4beta1::SearchProfilesRequest#page_token page_token} - # is unset. + # search results. This field is only considered if {Google::Cloud::Talent::V4beta1::SearchProfilesRequest#page_token page_token} is unset. # # The maximum allowed value is 5000. Otherwise an error is thrown. # # For example, 0 means to search from the first profile, and 10 means to # search from the 11th profile. This can be used for pagination, for example @@ -241,12 +237,11 @@ # @!attribute [rw] histogram_queries # @return [Array<Google::Cloud::Talent::V4beta1::HistogramQuery>] # Optional. # # A list of expressions specifies histogram requests against matching - # profiles for - # {Google::Cloud::Talent::V4beta1::SearchProfilesRequest SearchProfilesRequest}. + # profiles for {Google::Cloud::Talent::V4beta1::SearchProfilesRequest SearchProfilesRequest}. # # The expression syntax looks like a function definition with optional # parameters. # # Function syntax: function_name(histogram_facet[, list of buckets]) @@ -290,38 +285,28 @@ # * job_title: Normalized job titles specified in EmploymentHistory. # * company_name: Normalized company name of profiles to match on. # * institution: The school name. For example, "MIT", # "University of California, Berkeley" # * degree: Highest education degree in ISCED code. Each value in degree - # covers specific level of education, without any expansion to upper nor + # covers a specific level of education, without any expansion to upper nor # lower levels of education degree. # * experience_in_months: experience in months. 0 means 0 month to 1 month # (exclusive). # * application_date: The application date specifies application start dates. - # See - # {Google::Cloud::Talent::V4beta1::ApplicationDateFilter ApplicationDateFilter} - # for more details. - # * application_outcome_reason: The application outcome reason specifies the - # outcome reasons of job application. - # See - # {Google::Cloud::Talent::V4beta1::ApplicationOutcomeReasonFilter ApplicationOutcomeReasonFilter} - # for more details. + # See {Google::Cloud::Talent::V4beta1::ApplicationDateFilter ApplicationDateFilter} for more details. + # * application_outcome_notes: The application outcome reason specifies the + # reasons behind the outcome of the job application. + # See {Google::Cloud::Talent::V4beta1::ApplicationOutcomeNotesFilter ApplicationOutcomeNotesFilter} for more details. # * application_last_stage: The application last stage specifies the last # stage of job application. - # See - # {Google::Cloud::Talent::V4beta1::ApplicationLastStageFilter ApplicationLastStageFilter} - # for more details. + # See {ApplicationLastStageFilter} for more details. # * application_job_title: The application job title specifies the job # applied for in the application. - # See - # {Google::Cloud::Talent::V4beta1::ApplicationJobFilter ApplicationJobFilter} - # for more details. + # See {Google::Cloud::Talent::V4beta1::ApplicationJobFilter ApplicationJobFilter} for more details. # * application_status: The application status specifies the status of job # application. - # See - # {Google::Cloud::Talent::V4beta1::ApplicationStatusFilter ApplicationStatusFilter} - # for more details. + # See {ApplicationStatusFilter} for more details. # * hirable_status: Hirable status specifies the profile's hirable status. # * string_custom_attribute: String custom attributes. Values can be accessed # via square bracket notation like string_custom_attribute["key1"]. # * numeric_custom_attribute: Numeric custom attributes. Values can be # accessed via square bracket notation like numeric_custom_attribute["key1"]. @@ -357,17 +342,15 @@ # @return [Array<Google::Cloud::Talent::V4beta1::HistogramQueryResult>] # The histogram results that match with specified # {Google::Cloud::Talent::V4beta1::SearchProfilesRequest#histogram_queries SearchProfilesRequest#histogram_queries}. # @!attribute [rw] summarized_profiles # @return [Array<Google::Cloud::Talent::V4beta1::SummarizedProfile>] - # The profile entities that match the specified - # {Google::Cloud::Talent::V4beta1::SearchProfilesRequest SearchProfilesRequest}. + # The profile entities that match the specified {Google::Cloud::Talent::V4beta1::SearchProfilesRequest SearchProfilesRequest}. class SearchProfilesResponse; end # Output only. # - # Profile entry with metadata inside - # {Google::Cloud::Talent::V4beta1::SearchProfilesResponse SearchProfilesResponse}. + # Profile entry with metadata inside {Google::Cloud::Talent::V4beta1::SearchProfilesResponse SearchProfilesResponse}. # @!attribute [rw] profiles # @return [Array<Google::Cloud::Talent::V4beta1::Profile>] # A list of profiles that are linked by {Profile#cluster_id}. # @!attribute [rw] summary # @return [Google::Cloud::Talent::V4beta1::Profile] \ No newline at end of file