Navigation Menu

Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
docs: mark jobs as required for BatchUpdateJobsRequest (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and chingor13 committed Nov 12, 2019
1 parent 09f56d3 commit b098490
Show file tree
Hide file tree
Showing 14 changed files with 273 additions and 205 deletions.
Expand Up @@ -1184,7 +1184,7 @@ public final UnaryCallable<BatchCreateJobsRequest, Operation> batchCreateJobsCal
* <p>The format is "projects/{project_id}/tenants/{tenant_id}". For example,
* "projects/foo/tenant/bar". If tenant id is unspecified, a default tenant is created. For
* example, "projects/foo".
* @param jobs The jobs to be updated.
* @param jobs Required. The jobs to be updated.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
@BetaApi(
Expand Down
Expand Up @@ -46,8 +46,8 @@ public enum AvailabilitySignalType implements com.google.protobuf.ProtocolMessag
* In the context of
* [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals],
* this signal is related to the candidate's most recent application.
* [last_update_time][Profile.availability_signals.last_update_time] is
* calculated from
* [last_update_time][google.cloud.talent.v4beta1.AvailabilitySignal.last_update_time]
* is calculated from
* max([Application.create_time][google.cloud.talent.v4beta1.Application.create_time])
* from all [Application][google.cloud.talent.v4beta1.Application] records
* where [Application.source][google.cloud.talent.v4beta1.Application.source]
Expand All @@ -61,7 +61,8 @@ public enum AvailabilitySignalType implements com.google.protobuf.ProtocolMessag
* [AvailabilityFilter][google.cloud.talent.v4beta1.AvailabilityFilter], the
* filter is applied on
* [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals]
* where [type][Profile.availability_signals.type] is JOB_APPLICATION.
* where [type][google.cloud.talent.v4beta1.AvailabilitySignal.type] is
* JOB_APPLICATION.
* </pre>
*
* <code>JOB_APPLICATION = 1;</code>
Expand All @@ -74,19 +75,20 @@ public enum AvailabilitySignalType implements com.google.protobuf.ProtocolMessag
* Resume update signal.
* In the context of
* [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals],
* this signal is related to the candidates most recent update to their
* this signal is related to the candidate's most recent update to their
* resume. For a
* [SummarizedProfile.summary][google.cloud.talent.v4beta1.SummarizedProfile.summary],
* [last_update_time][Profile.availability_signals.last_update_time] is
* calculated from
* [last_update_time][google.cloud.talent.v4beta1.AvailabilitySignal.last_update_time]
* is calculated from
* max([Profile.resume_update_time][google.cloud.talent.v4beta1.Profile.resume_update_time])
* from all
* [SummarizedProfile.profiles][google.cloud.talent.v4beta1.SummarizedProfile.profiles].
* In the context of
* [AvailabilityFilter][google.cloud.talent.v4beta1.AvailabilityFilter], the
* filter is applied on
* [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals]
* where [type][Profile.availability_signals.type] is RESUME_UPDATE.
* where [type][google.cloud.talent.v4beta1.AvailabilitySignal.type] is
* RESUME_UPDATE.
* </pre>
*
* <code>RESUME_UPDATE = 2;</code>
Expand All @@ -99,19 +101,20 @@ public enum AvailabilitySignalType implements com.google.protobuf.ProtocolMessag
* Candidate update signal.
* In the context of
* [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals],
* this signal is related to the candidates most recent update to their
* this signal is related to the candidate's most recent update to their
* profile. For a
* [SummarizedProfile.summary][google.cloud.talent.v4beta1.SummarizedProfile.summary],
* [last_update_time][Profile.availability_signals.last_update_time] is
* calculated from
* [last_update_time][google.cloud.talent.v4beta1.AvailabilitySignal.last_update_time]
* is calculated from
* max([Profile.candidate_update_time][google.cloud.talent.v4beta1.Profile.candidate_update_time])
* from all
* [SummarizedProfile.profiles][google.cloud.talent.v4beta1.SummarizedProfile.profiles].
* In the context of
* [AvailabilityFilter][google.cloud.talent.v4beta1.AvailabilityFilter], the
* filter is applied on
* [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals]
* where [type][Profile.availability_signals.type] is CANDIDATE_UPDATE.
* where [type][google.cloud.talent.v4beta1.AvailabilitySignal.type] is
* CANDIDATE_UPDATE.
* </pre>
*
* <code>CANDIDATE_UPDATE = 3;</code>
Expand All @@ -124,9 +127,9 @@ public enum AvailabilitySignalType implements com.google.protobuf.ProtocolMessag
* Client submission signal.
* In the context of
* [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals],
* this signal is related to the candidates most recent submission.
* [last_update_time][Profile.availability_signals.last_update_time] is
* calculated from
* this signal is related to the candidate's most recent submission.
* [last_update_time][google.cloud.talent.v4beta1.AvailabilitySignal.last_update_time]
* is calculated from
* max([Application.create_time][google.cloud.talent.v4beta1.Application.create_time])
* from all [Application][google.cloud.talent.v4beta1.Application] records
* where [Application.stage][google.cloud.talent.v4beta1.Application.stage] is
Expand All @@ -140,7 +143,8 @@ public enum AvailabilitySignalType implements com.google.protobuf.ProtocolMessag
* [AvailabilityFilter][google.cloud.talent.v4beta1.AvailabilityFilter], the
* filter is applied on
* [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals]
* where [type][Profile.availability_signals.type] is CLIENT_SUBMISSION.
* where [type][google.cloud.talent.v4beta1.AvailabilitySignal.type] is
* CLIENT_SUBMISSION.
* </pre>
*
* <code>CLIENT_SUBMISSION = 4;</code>
Expand All @@ -167,8 +171,8 @@ public enum AvailabilitySignalType implements com.google.protobuf.ProtocolMessag
* In the context of
* [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals],
* this signal is related to the candidate's most recent application.
* [last_update_time][Profile.availability_signals.last_update_time] is
* calculated from
* [last_update_time][google.cloud.talent.v4beta1.AvailabilitySignal.last_update_time]
* is calculated from
* max([Application.create_time][google.cloud.talent.v4beta1.Application.create_time])
* from all [Application][google.cloud.talent.v4beta1.Application] records
* where [Application.source][google.cloud.talent.v4beta1.Application.source]
Expand All @@ -182,7 +186,8 @@ public enum AvailabilitySignalType implements com.google.protobuf.ProtocolMessag
* [AvailabilityFilter][google.cloud.talent.v4beta1.AvailabilityFilter], the
* filter is applied on
* [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals]
* where [type][Profile.availability_signals.type] is JOB_APPLICATION.
* where [type][google.cloud.talent.v4beta1.AvailabilitySignal.type] is
* JOB_APPLICATION.
* </pre>
*
* <code>JOB_APPLICATION = 1;</code>
Expand All @@ -195,19 +200,20 @@ public enum AvailabilitySignalType implements com.google.protobuf.ProtocolMessag
* Resume update signal.
* In the context of
* [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals],
* this signal is related to the candidates most recent update to their
* this signal is related to the candidate's most recent update to their
* resume. For a
* [SummarizedProfile.summary][google.cloud.talent.v4beta1.SummarizedProfile.summary],
* [last_update_time][Profile.availability_signals.last_update_time] is
* calculated from
* [last_update_time][google.cloud.talent.v4beta1.AvailabilitySignal.last_update_time]
* is calculated from
* max([Profile.resume_update_time][google.cloud.talent.v4beta1.Profile.resume_update_time])
* from all
* [SummarizedProfile.profiles][google.cloud.talent.v4beta1.SummarizedProfile.profiles].
* In the context of
* [AvailabilityFilter][google.cloud.talent.v4beta1.AvailabilityFilter], the
* filter is applied on
* [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals]
* where [type][Profile.availability_signals.type] is RESUME_UPDATE.
* where [type][google.cloud.talent.v4beta1.AvailabilitySignal.type] is
* RESUME_UPDATE.
* </pre>
*
* <code>RESUME_UPDATE = 2;</code>
Expand All @@ -220,19 +226,20 @@ public enum AvailabilitySignalType implements com.google.protobuf.ProtocolMessag
* Candidate update signal.
* In the context of
* [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals],
* this signal is related to the candidates most recent update to their
* this signal is related to the candidate's most recent update to their
* profile. For a
* [SummarizedProfile.summary][google.cloud.talent.v4beta1.SummarizedProfile.summary],
* [last_update_time][Profile.availability_signals.last_update_time] is
* calculated from
* [last_update_time][google.cloud.talent.v4beta1.AvailabilitySignal.last_update_time]
* is calculated from
* max([Profile.candidate_update_time][google.cloud.talent.v4beta1.Profile.candidate_update_time])
* from all
* [SummarizedProfile.profiles][google.cloud.talent.v4beta1.SummarizedProfile.profiles].
* In the context of
* [AvailabilityFilter][google.cloud.talent.v4beta1.AvailabilityFilter], the
* filter is applied on
* [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals]
* where [type][Profile.availability_signals.type] is CANDIDATE_UPDATE.
* where [type][google.cloud.talent.v4beta1.AvailabilitySignal.type] is
* CANDIDATE_UPDATE.
* </pre>
*
* <code>CANDIDATE_UPDATE = 3;</code>
Expand All @@ -245,9 +252,9 @@ public enum AvailabilitySignalType implements com.google.protobuf.ProtocolMessag
* Client submission signal.
* In the context of
* [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals],
* this signal is related to the candidates most recent submission.
* [last_update_time][Profile.availability_signals.last_update_time] is
* calculated from
* this signal is related to the candidate's most recent submission.
* [last_update_time][google.cloud.talent.v4beta1.AvailabilitySignal.last_update_time]
* is calculated from
* max([Application.create_time][google.cloud.talent.v4beta1.Application.create_time])
* from all [Application][google.cloud.talent.v4beta1.Application] records
* where [Application.stage][google.cloud.talent.v4beta1.Application.stage] is
Expand All @@ -261,7 +268,8 @@ public enum AvailabilitySignalType implements com.google.protobuf.ProtocolMessag
* [AvailabilityFilter][google.cloud.talent.v4beta1.AvailabilityFilter], the
* filter is applied on
* [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals]
* where [type][Profile.availability_signals.type] is CLIENT_SUBMISSION.
* where [type][google.cloud.talent.v4beta1.AvailabilitySignal.type] is
* CLIENT_SUBMISSION.
* </pre>
*
* <code>CLIENT_SUBMISSION = 4;</code>
Expand Down

0 comments on commit b098490

Please sign in to comment.