From b0984906ece41add04c47136fb8c6579284cffe2 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 12 Nov 2019 12:49:21 -0800 Subject: [PATCH] docs: mark jobs as required for BatchUpdateJobsRequest (#15) --- .../talent/v4beta1/JobServiceClient.java | 2 +- .../v4beta1/AvailabilitySignalType.java | 68 +++++---- .../v4beta1/BatchUpdateJobsRequest.java | 138 +++++++++++------ .../BatchUpdateJobsRequestOrBuilder.java | 30 ++-- .../cloud/talent/v4beta1/JobServiceProto.java | 140 +++++++++--------- .../cloud/talent/v4beta1/LocationFilter.java | 28 ++-- .../v4beta1/LocationFilterOrBuilder.java | 8 +- .../google/cloud/talent/v4beta1/Phone.java | 4 +- .../google/cloud/talent/v4beta1/Resume.java | 4 +- .../google/cloud/talent/v4beta1/common.proto | 34 +++-- .../google/cloud/talent/v4beta1/filters.proto | 4 +- .../cloud/talent/v4beta1/job_service.proto | 4 +- .../google/cloud/talent/v4beta1/profile.proto | 4 +- synth.metadata | 10 +- 14 files changed, 273 insertions(+), 205 deletions(-) diff --git a/google-cloud-talent/src/main/java/com/google/cloud/talent/v4beta1/JobServiceClient.java b/google-cloud-talent/src/main/java/com/google/cloud/talent/v4beta1/JobServiceClient.java index 999fc454..7104a847 100644 --- a/google-cloud-talent/src/main/java/com/google/cloud/talent/v4beta1/JobServiceClient.java +++ b/google-cloud-talent/src/main/java/com/google/cloud/talent/v4beta1/JobServiceClient.java @@ -1184,7 +1184,7 @@ public final UnaryCallable batchCreateJobsCal *

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( diff --git a/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/AvailabilitySignalType.java b/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/AvailabilitySignalType.java index c0287248..4f8f0ce2 100644 --- a/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/AvailabilitySignalType.java +++ b/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/AvailabilitySignalType.java @@ -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] @@ -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. * * * JOB_APPLICATION = 1; @@ -74,11 +75,11 @@ 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 candidate’s 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]. @@ -86,7 +87,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 RESUME_UPDATE. + * where [type][google.cloud.talent.v4beta1.AvailabilitySignal.type] is + * RESUME_UPDATE. * * * RESUME_UPDATE = 2; @@ -99,11 +101,11 @@ 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 candidate’s 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]. @@ -111,7 +113,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 CANDIDATE_UPDATE. + * where [type][google.cloud.talent.v4beta1.AvailabilitySignal.type] is + * CANDIDATE_UPDATE. * * * CANDIDATE_UPDATE = 3; @@ -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 candidate’s 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 @@ -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. * * * CLIENT_SUBMISSION = 4; @@ -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] @@ -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. * * * JOB_APPLICATION = 1; @@ -195,11 +200,11 @@ 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 candidate’s 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]. @@ -207,7 +212,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 RESUME_UPDATE. + * where [type][google.cloud.talent.v4beta1.AvailabilitySignal.type] is + * RESUME_UPDATE. * * * RESUME_UPDATE = 2; @@ -220,11 +226,11 @@ 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 candidate’s 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]. @@ -232,7 +238,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 CANDIDATE_UPDATE. + * where [type][google.cloud.talent.v4beta1.AvailabilitySignal.type] is + * CANDIDATE_UPDATE. * * * CANDIDATE_UPDATE = 3; @@ -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 candidate’s 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 @@ -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. * * * CLIENT_SUBMISSION = 4; diff --git a/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/BatchUpdateJobsRequest.java b/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/BatchUpdateJobsRequest.java index 44b141df..93176030 100644 --- a/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/BatchUpdateJobsRequest.java +++ b/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/BatchUpdateJobsRequest.java @@ -192,10 +192,12 @@ public com.google.protobuf.ByteString getParentBytes() { * * *

-   * The jobs to be updated.
+   * Required. The jobs to be updated.
    * 
* - * repeated .google.cloud.talent.v4beta1.Job jobs = 2; + * + * repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public java.util.List getJobsList() { return jobs_; @@ -204,10 +206,12 @@ public java.util.List getJobsList() { * * *
-   * The jobs to be updated.
+   * Required. The jobs to be updated.
    * 
* - * repeated .google.cloud.talent.v4beta1.Job jobs = 2; + * + * repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public java.util.List getJobsOrBuilderList() { @@ -217,10 +221,12 @@ public java.util.List getJobsList() { * * *
-   * The jobs to be updated.
+   * Required. The jobs to be updated.
    * 
* - * repeated .google.cloud.talent.v4beta1.Job jobs = 2; + * + * repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public int getJobsCount() { return jobs_.size(); @@ -229,10 +235,12 @@ public int getJobsCount() { * * *
-   * The jobs to be updated.
+   * Required. The jobs to be updated.
    * 
* - * repeated .google.cloud.talent.v4beta1.Job jobs = 2; + * + * repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.cloud.talent.v4beta1.Job getJobs(int index) { return jobs_.get(index); @@ -241,10 +249,12 @@ public com.google.cloud.talent.v4beta1.Job getJobs(int index) { * * *
-   * The jobs to be updated.
+   * Required. The jobs to be updated.
    * 
* - * repeated .google.cloud.talent.v4beta1.Job jobs = 2; + * + * repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.cloud.talent.v4beta1.JobOrBuilder getJobsOrBuilder(int index) { return jobs_.get(index); @@ -870,10 +880,12 @@ private void ensureJobsIsMutable() { * * *
-     * The jobs to be updated.
+     * Required. The jobs to be updated.
      * 
* - * repeated .google.cloud.talent.v4beta1.Job jobs = 2; + * + * repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public java.util.List getJobsList() { if (jobsBuilder_ == null) { @@ -886,10 +898,12 @@ public java.util.List getJobsList() { * * *
-     * The jobs to be updated.
+     * Required. The jobs to be updated.
      * 
* - * repeated .google.cloud.talent.v4beta1.Job jobs = 2; + * + * repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public int getJobsCount() { if (jobsBuilder_ == null) { @@ -902,10 +916,12 @@ public int getJobsCount() { * * *
-     * The jobs to be updated.
+     * Required. The jobs to be updated.
      * 
* - * repeated .google.cloud.talent.v4beta1.Job jobs = 2; + * + * repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.cloud.talent.v4beta1.Job getJobs(int index) { if (jobsBuilder_ == null) { @@ -918,10 +934,12 @@ public com.google.cloud.talent.v4beta1.Job getJobs(int index) { * * *
-     * The jobs to be updated.
+     * Required. The jobs to be updated.
      * 
* - * repeated .google.cloud.talent.v4beta1.Job jobs = 2; + * + * repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder setJobs(int index, com.google.cloud.talent.v4beta1.Job value) { if (jobsBuilder_ == null) { @@ -940,10 +958,12 @@ public Builder setJobs(int index, com.google.cloud.talent.v4beta1.Job value) { * * *
-     * The jobs to be updated.
+     * Required. The jobs to be updated.
      * 
* - * repeated .google.cloud.talent.v4beta1.Job jobs = 2; + * + * repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder setJobs(int index, com.google.cloud.talent.v4beta1.Job.Builder builderForValue) { if (jobsBuilder_ == null) { @@ -959,10 +979,12 @@ public Builder setJobs(int index, com.google.cloud.talent.v4beta1.Job.Builder bu * * *
-     * The jobs to be updated.
+     * Required. The jobs to be updated.
      * 
* - * repeated .google.cloud.talent.v4beta1.Job jobs = 2; + * + * repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder addJobs(com.google.cloud.talent.v4beta1.Job value) { if (jobsBuilder_ == null) { @@ -981,10 +1003,12 @@ public Builder addJobs(com.google.cloud.talent.v4beta1.Job value) { * * *
-     * The jobs to be updated.
+     * Required. The jobs to be updated.
      * 
* - * repeated .google.cloud.talent.v4beta1.Job jobs = 2; + * + * repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder addJobs(int index, com.google.cloud.talent.v4beta1.Job value) { if (jobsBuilder_ == null) { @@ -1003,10 +1027,12 @@ public Builder addJobs(int index, com.google.cloud.talent.v4beta1.Job value) { * * *
-     * The jobs to be updated.
+     * Required. The jobs to be updated.
      * 
* - * repeated .google.cloud.talent.v4beta1.Job jobs = 2; + * + * repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder addJobs(com.google.cloud.talent.v4beta1.Job.Builder builderForValue) { if (jobsBuilder_ == null) { @@ -1022,10 +1048,12 @@ public Builder addJobs(com.google.cloud.talent.v4beta1.Job.Builder builderForVal * * *
-     * The jobs to be updated.
+     * Required. The jobs to be updated.
      * 
* - * repeated .google.cloud.talent.v4beta1.Job jobs = 2; + * + * repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder addJobs(int index, com.google.cloud.talent.v4beta1.Job.Builder builderForValue) { if (jobsBuilder_ == null) { @@ -1041,10 +1069,12 @@ public Builder addJobs(int index, com.google.cloud.talent.v4beta1.Job.Builder bu * * *
-     * The jobs to be updated.
+     * Required. The jobs to be updated.
      * 
* - * repeated .google.cloud.talent.v4beta1.Job jobs = 2; + * + * repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder addAllJobs( java.lang.Iterable values) { @@ -1061,10 +1091,12 @@ public Builder addAllJobs( * * *
-     * The jobs to be updated.
+     * Required. The jobs to be updated.
      * 
* - * repeated .google.cloud.talent.v4beta1.Job jobs = 2; + * + * repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder clearJobs() { if (jobsBuilder_ == null) { @@ -1080,10 +1112,12 @@ public Builder clearJobs() { * * *
-     * The jobs to be updated.
+     * Required. The jobs to be updated.
      * 
* - * repeated .google.cloud.talent.v4beta1.Job jobs = 2; + * + * repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder removeJobs(int index) { if (jobsBuilder_ == null) { @@ -1099,10 +1133,12 @@ public Builder removeJobs(int index) { * * *
-     * The jobs to be updated.
+     * Required. The jobs to be updated.
      * 
* - * repeated .google.cloud.talent.v4beta1.Job jobs = 2; + * + * repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.cloud.talent.v4beta1.Job.Builder getJobsBuilder(int index) { return getJobsFieldBuilder().getBuilder(index); @@ -1111,10 +1147,12 @@ public com.google.cloud.talent.v4beta1.Job.Builder getJobsBuilder(int index) { * * *
-     * The jobs to be updated.
+     * Required. The jobs to be updated.
      * 
* - * repeated .google.cloud.talent.v4beta1.Job jobs = 2; + * + * repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.cloud.talent.v4beta1.JobOrBuilder getJobsOrBuilder(int index) { if (jobsBuilder_ == null) { @@ -1127,10 +1165,12 @@ public com.google.cloud.talent.v4beta1.JobOrBuilder getJobsOrBuilder(int index) * * *
-     * The jobs to be updated.
+     * Required. The jobs to be updated.
      * 
* - * repeated .google.cloud.talent.v4beta1.Job jobs = 2; + * + * repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public java.util.List getJobsOrBuilderList() { @@ -1144,10 +1184,12 @@ public com.google.cloud.talent.v4beta1.JobOrBuilder getJobsOrBuilder(int index) * * *
-     * The jobs to be updated.
+     * Required. The jobs to be updated.
      * 
* - * repeated .google.cloud.talent.v4beta1.Job jobs = 2; + * + * repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.cloud.talent.v4beta1.Job.Builder addJobsBuilder() { return getJobsFieldBuilder() @@ -1157,10 +1199,12 @@ public com.google.cloud.talent.v4beta1.Job.Builder addJobsBuilder() { * * *
-     * The jobs to be updated.
+     * Required. The jobs to be updated.
      * 
* - * repeated .google.cloud.talent.v4beta1.Job jobs = 2; + * + * repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.cloud.talent.v4beta1.Job.Builder addJobsBuilder(int index) { return getJobsFieldBuilder() @@ -1170,10 +1214,12 @@ public com.google.cloud.talent.v4beta1.Job.Builder addJobsBuilder(int index) { * * *
-     * The jobs to be updated.
+     * Required. The jobs to be updated.
      * 
* - * repeated .google.cloud.talent.v4beta1.Job jobs = 2; + * + * repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public java.util.List getJobsBuilderList() { return getJobsFieldBuilder().getBuilderList(); diff --git a/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/BatchUpdateJobsRequestOrBuilder.java b/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/BatchUpdateJobsRequestOrBuilder.java index a014b862..85e18794 100644 --- a/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/BatchUpdateJobsRequestOrBuilder.java +++ b/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/BatchUpdateJobsRequestOrBuilder.java @@ -54,50 +54,60 @@ public interface BatchUpdateJobsRequestOrBuilder * * *
-   * The jobs to be updated.
+   * Required. The jobs to be updated.
    * 
* - * repeated .google.cloud.talent.v4beta1.Job jobs = 2; + * + * repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ java.util.List getJobsList(); /** * * *
-   * The jobs to be updated.
+   * Required. The jobs to be updated.
    * 
* - * repeated .google.cloud.talent.v4beta1.Job jobs = 2; + * + * repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ com.google.cloud.talent.v4beta1.Job getJobs(int index); /** * * *
-   * The jobs to be updated.
+   * Required. The jobs to be updated.
    * 
* - * repeated .google.cloud.talent.v4beta1.Job jobs = 2; + * + * repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ int getJobsCount(); /** * * *
-   * The jobs to be updated.
+   * Required. The jobs to be updated.
    * 
* - * repeated .google.cloud.talent.v4beta1.Job jobs = 2; + * + * repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ java.util.List getJobsOrBuilderList(); /** * * *
-   * The jobs to be updated.
+   * Required. The jobs to be updated.
    * 
* - * repeated .google.cloud.talent.v4beta1.Job jobs = 2; + * + * repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ com.google.cloud.talent.v4beta1.JobOrBuilder getJobsOrBuilder(int index); diff --git a/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/JobServiceProto.java b/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/JobServiceProto.java index 34042581..975542c3 100644 --- a/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/JobServiceProto.java +++ b/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/JobServiceProto.java @@ -183,77 +183,77 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { + "ion\0222\n\017travel_duration\030\002 \001(\0132\031.google.pr" + "otobuf.Duration\"b\n\026BatchCreateJobsReques" + "t\022\023\n\006parent\030\001 \001(\tB\003\340A\002\0223\n\004jobs\030\002 \003(\0132 .g" - + "oogle.cloud.talent.v4beta1.JobB\003\340A\002\"\216\001\n\026" + + "oogle.cloud.talent.v4beta1.JobB\003\340A\002\"\223\001\n\026" + "BatchUpdateJobsRequest\022\023\n\006parent\030\001 \001(\tB\003" - + "\340A\002\022.\n\004jobs\030\002 \003(\0132 .google.cloud.talent." - + "v4beta1.Job\022/\n\013update_mask\030\003 \001(\0132\032.googl" - + "e.protobuf.FieldMask\"\304\001\n\022JobOperationRes" - + "ult\022N\n\013job_results\030\001 \003(\01329.google.cloud." - + "talent.v4beta1.JobOperationResult.JobRes" - + "ult\032^\n\tJobResult\022-\n\003job\030\001 \001(\0132 .google.c" - + "loud.talent.v4beta1.Job\022\"\n\006status\030\002 \001(\0132" - + "\022.google.rpc.Status*v\n\007JobView\022\030\n\024JOB_VI" - + "EW_UNSPECIFIED\020\000\022\024\n\020JOB_VIEW_ID_ONLY\020\001\022\024" - + "\n\020JOB_VIEW_MINIMAL\020\002\022\022\n\016JOB_VIEW_SMALL\020\003" - + "\022\021\n\rJOB_VIEW_FULL\020\0042\220\021\n\nJobService\022\274\001\n\tC" - + "reateJob\022-.google.cloud.talent.v4beta1.C" - + "reateJobRequest\032 .google.cloud.talent.v4" - + "beta1.Job\"^\202\323\344\223\002X\"+/v4beta1/{parent=proj" - + "ects/*/tenants/*}/jobs:\001*Z&\"!/v4beta1/{p" - + "arent=projects/*}/jobs:\001*\022\335\001\n\017BatchCreat" - + "eJobs\0223.google.cloud.talent.v4beta1.Batc" - + "hCreateJobsRequest\032\035.google.longrunning." - + "Operation\"v\202\323\344\223\002p\"7/v4beta1/{parent=proj" - + "ects/*/tenants/*}/jobs:batchCreate:\001*Z2\"" - + "-/v4beta1/{parent=projects/*}/jobs:batch" - + "Create:\001*\022\260\001\n\006GetJob\022*.google.cloud.tale" - + "nt.v4beta1.GetJobRequest\032 .google.cloud." - + "talent.v4beta1.Job\"X\202\323\344\223\002R\022+/v4beta1/{na" - + "me=projects/*/tenants/*/jobs/*}Z#\022!/v4be" - + "ta1/{name=projects/*/jobs/*}\022\304\001\n\tUpdateJ" - + "ob\022-.google.cloud.talent.v4beta1.UpdateJ" - + "obRequest\032 .google.cloud.talent.v4beta1." - + "Job\"f\202\323\344\223\002`2//v4beta1/{job.name=projects" - + "/*/tenants/*/jobs/*}:\001*Z*2%/v4beta1/{job" - + ".name=projects/*/jobs/*}:\001*\022\335\001\n\017BatchUpd" - + "ateJobs\0223.google.cloud.talent.v4beta1.Ba" - + "tchUpdateJobsRequest\032\035.google.longrunnin" - + "g.Operation\"v\202\323\344\223\002p\"7/v4beta1/{parent=pr" - + "ojects/*/tenants/*}/jobs:batchUpdate:\001*Z" - + "2\"-/v4beta1/{parent=projects/*}/jobs:bat" - + "chUpdate:\001*\022\254\001\n\tDeleteJob\022-.google.cloud" - + ".talent.v4beta1.DeleteJobRequest\032\026.googl" - + "e.protobuf.Empty\"X\202\323\344\223\002R*+/v4beta1/{name" - + "=projects/*/tenants/*/jobs/*}Z#*!/v4beta" - + "1/{name=projects/*/jobs/*}\022\323\001\n\017BatchDele" - + "teJobs\0223.google.cloud.talent.v4beta1.Bat" - + "chDeleteJobsRequest\032\026.google.protobuf.Em" - + "pty\"s\202\323\344\223\002m\"7/v4beta1/{parent=projects/*" - + "/tenants/*}/jobs:batchDelete:\001*Z/\"-/v4be" - + "ta1/{parent=projects/*}/jobs:batchDelete" - + "\022\301\001\n\010ListJobs\022,.google.cloud.talent.v4be" - + "ta1.ListJobsRequest\032-.google.cloud.talen" - + "t.v4beta1.ListJobsResponse\"X\202\323\344\223\002R\022+/v4b" - + "eta1/{parent=projects/*/tenants/*}/jobsZ" - + "#\022!/v4beta1/{parent=projects/*}/jobs\022\333\001\n" - + "\nSearchJobs\022..google.cloud.talent.v4beta" - + "1.SearchJobsRequest\032/.google.cloud.talen" - + "t.v4beta1.SearchJobsResponse\"l\202\323\344\223\002f\"2/v" - + "4beta1/{parent=projects/*/tenants/*}/job" - + "s:search:\001*Z-\"(/v4beta1/{parent=projects" - + "/*}/jobs:search:\001*\022\363\001\n\022SearchJobsForAler" - + "t\022..google.cloud.talent.v4beta1.SearchJo" - + "bsRequest\032/.google.cloud.talent.v4beta1." - + "SearchJobsResponse\"|\202\323\344\223\002v\":/v4beta1/{pa" - + "rent=projects/*/tenants/*}/jobs:searchFo" - + "rAlert:\001*Z5\"0/v4beta1/{parent=projects/*" - + "}/jobs:searchForAlert:\001*\032l\312A\023jobs.google" - + "apis.com\322AShttps://www.googleapis.com/au" - + "th/cloud-platform,https://www.googleapis" - + ".com/auth/jobsB}\n\037com.google.cloud.talen" - + "t.v4beta1B\017JobServiceProtoP\001ZAgoogle.gol" - + "ang.org/genproto/googleapis/cloud/talent" - + "/v4beta1;talent\242\002\003CTSb\006proto3" + + "\340A\002\0223\n\004jobs\030\002 \003(\0132 .google.cloud.talent." + + "v4beta1.JobB\003\340A\002\022/\n\013update_mask\030\003 \001(\0132\032." + + "google.protobuf.FieldMask\"\304\001\n\022JobOperati" + + "onResult\022N\n\013job_results\030\001 \003(\01329.google.c" + + "loud.talent.v4beta1.JobOperationResult.J" + + "obResult\032^\n\tJobResult\022-\n\003job\030\001 \001(\0132 .goo" + + "gle.cloud.talent.v4beta1.Job\022\"\n\006status\030\002" + + " \001(\0132\022.google.rpc.Status*v\n\007JobView\022\030\n\024J" + + "OB_VIEW_UNSPECIFIED\020\000\022\024\n\020JOB_VIEW_ID_ONL" + + "Y\020\001\022\024\n\020JOB_VIEW_MINIMAL\020\002\022\022\n\016JOB_VIEW_SM" + + "ALL\020\003\022\021\n\rJOB_VIEW_FULL\020\0042\220\021\n\nJobService\022" + + "\274\001\n\tCreateJob\022-.google.cloud.talent.v4be" + + "ta1.CreateJobRequest\032 .google.cloud.tale" + + "nt.v4beta1.Job\"^\202\323\344\223\002X\"+/v4beta1/{parent" + + "=projects/*/tenants/*}/jobs:\001*Z&\"!/v4bet" + + "a1/{parent=projects/*}/jobs:\001*\022\335\001\n\017Batch" + + "CreateJobs\0223.google.cloud.talent.v4beta1" + + ".BatchCreateJobsRequest\032\035.google.longrun" + + "ning.Operation\"v\202\323\344\223\002p\"7/v4beta1/{parent" + + "=projects/*/tenants/*}/jobs:batchCreate:" + + "\001*Z2\"-/v4beta1/{parent=projects/*}/jobs:" + + "batchCreate:\001*\022\260\001\n\006GetJob\022*.google.cloud" + + ".talent.v4beta1.GetJobRequest\032 .google.c" + + "loud.talent.v4beta1.Job\"X\202\323\344\223\002R\022+/v4beta" + + "1/{name=projects/*/tenants/*/jobs/*}Z#\022!" + + "/v4beta1/{name=projects/*/jobs/*}\022\304\001\n\tUp" + + "dateJob\022-.google.cloud.talent.v4beta1.Up" + + "dateJobRequest\032 .google.cloud.talent.v4b" + + "eta1.Job\"f\202\323\344\223\002`2//v4beta1/{job.name=pro" + + "jects/*/tenants/*/jobs/*}:\001*Z*2%/v4beta1" + + "/{job.name=projects/*/jobs/*}:\001*\022\335\001\n\017Bat" + + "chUpdateJobs\0223.google.cloud.talent.v4bet" + + "a1.BatchUpdateJobsRequest\032\035.google.longr" + + "unning.Operation\"v\202\323\344\223\002p\"7/v4beta1/{pare" + + "nt=projects/*/tenants/*}/jobs:batchUpdat" + + "e:\001*Z2\"-/v4beta1/{parent=projects/*}/job" + + "s:batchUpdate:\001*\022\254\001\n\tDeleteJob\022-.google." + + "cloud.talent.v4beta1.DeleteJobRequest\032\026." + + "google.protobuf.Empty\"X\202\323\344\223\002R*+/v4beta1/" + + "{name=projects/*/tenants/*/jobs/*}Z#*!/v" + + "4beta1/{name=projects/*/jobs/*}\022\323\001\n\017Batc" + + "hDeleteJobs\0223.google.cloud.talent.v4beta" + + "1.BatchDeleteJobsRequest\032\026.google.protob" + + "uf.Empty\"s\202\323\344\223\002m\"7/v4beta1/{parent=proje" + + "cts/*/tenants/*}/jobs:batchDelete:\001*Z/\"-" + + "/v4beta1/{parent=projects/*}/jobs:batchD" + + "elete\022\301\001\n\010ListJobs\022,.google.cloud.talent" + + ".v4beta1.ListJobsRequest\032-.google.cloud." + + "talent.v4beta1.ListJobsResponse\"X\202\323\344\223\002R\022" + + "+/v4beta1/{parent=projects/*/tenants/*}/" + + "jobsZ#\022!/v4beta1/{parent=projects/*}/job" + + "s\022\333\001\n\nSearchJobs\022..google.cloud.talent.v" + + "4beta1.SearchJobsRequest\032/.google.cloud." + + "talent.v4beta1.SearchJobsResponse\"l\202\323\344\223\002" + + "f\"2/v4beta1/{parent=projects/*/tenants/*" + + "}/jobs:search:\001*Z-\"(/v4beta1/{parent=pro" + + "jects/*}/jobs:search:\001*\022\363\001\n\022SearchJobsFo" + + "rAlert\022..google.cloud.talent.v4beta1.Sea" + + "rchJobsRequest\032/.google.cloud.talent.v4b" + + "eta1.SearchJobsResponse\"|\202\323\344\223\002v\":/v4beta" + + "1/{parent=projects/*/tenants/*}/jobs:sea" + + "rchForAlert:\001*Z5\"0/v4beta1/{parent=proje" + + "cts/*}/jobs:searchForAlert:\001*\032l\312A\023jobs.g" + + "oogleapis.com\322AShttps://www.googleapis.c" + + "om/auth/cloud-platform,https://www.googl" + + "eapis.com/auth/jobsB}\n\037com.google.cloud." + + "talent.v4beta1B\017JobServiceProtoP\001ZAgoogl" + + "e.golang.org/genproto/googleapis/cloud/t" + + "alent/v4beta1;talent\242\002\003CTSb\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { diff --git a/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/LocationFilter.java b/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/LocationFilter.java index b1adef6d..0765c5d6 100644 --- a/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/LocationFilter.java +++ b/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/LocationFilter.java @@ -349,8 +349,8 @@ public com.google.protobuf.ByteString getAddressBytes() { * Set this field to bias location resolution toward a specific country * or territory. If this field is not set, application behavior is biased * toward the United States by default. - * See http://cldr.unicode.org/ and - * http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html + * See https://cldr.unicode.org/ and + * https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html * for details. Example: "CH" for Switzerland. * Note that this filter is not applicable for Profile Search related queries. * @@ -378,8 +378,8 @@ public java.lang.String getRegionCode() { * Set this field to bias location resolution toward a specific country * or territory. If this field is not set, application behavior is biased * toward the United States by default. - * See http://cldr.unicode.org/ and - * http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html + * See https://cldr.unicode.org/ and + * https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html * for details. Example: "CH" for Switzerland. * Note that this filter is not applicable for Profile Search related queries. * @@ -1068,8 +1068,8 @@ public Builder setAddressBytes(com.google.protobuf.ByteString value) { * Set this field to bias location resolution toward a specific country * or territory. If this field is not set, application behavior is biased * toward the United States by default. - * See http://cldr.unicode.org/ and - * http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html + * See https://cldr.unicode.org/ and + * https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html * for details. Example: "CH" for Switzerland. * Note that this filter is not applicable for Profile Search related queries. * @@ -1097,8 +1097,8 @@ public java.lang.String getRegionCode() { * Set this field to bias location resolution toward a specific country * or territory. If this field is not set, application behavior is biased * toward the United States by default. - * See http://cldr.unicode.org/ and - * http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html + * See https://cldr.unicode.org/ and + * https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html * for details. Example: "CH" for Switzerland. * Note that this filter is not applicable for Profile Search related queries. * @@ -1126,8 +1126,8 @@ public com.google.protobuf.ByteString getRegionCodeBytes() { * Set this field to bias location resolution toward a specific country * or territory. If this field is not set, application behavior is biased * toward the United States by default. - * See http://cldr.unicode.org/ and - * http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html + * See https://cldr.unicode.org/ and + * https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html * for details. Example: "CH" for Switzerland. * Note that this filter is not applicable for Profile Search related queries. * @@ -1153,8 +1153,8 @@ public Builder setRegionCode(java.lang.String value) { * Set this field to bias location resolution toward a specific country * or territory. If this field is not set, application behavior is biased * toward the United States by default. - * See http://cldr.unicode.org/ and - * http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html + * See https://cldr.unicode.org/ and + * https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html * for details. Example: "CH" for Switzerland. * Note that this filter is not applicable for Profile Search related queries. * @@ -1177,8 +1177,8 @@ public Builder clearRegionCode() { * Set this field to bias location resolution toward a specific country * or territory. If this field is not set, application behavior is biased * toward the United States by default. - * See http://cldr.unicode.org/ and - * http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html + * See https://cldr.unicode.org/ and + * https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html * for details. Example: "CH" for Switzerland. * Note that this filter is not applicable for Profile Search related queries. * diff --git a/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/LocationFilterOrBuilder.java b/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/LocationFilterOrBuilder.java index abacc8d8..b5e7ca24 100644 --- a/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/LocationFilterOrBuilder.java +++ b/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/LocationFilterOrBuilder.java @@ -54,8 +54,8 @@ public interface LocationFilterOrBuilder * Set this field to bias location resolution toward a specific country * or territory. If this field is not set, application behavior is biased * toward the United States by default. - * See http://cldr.unicode.org/ and - * http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html + * See https://cldr.unicode.org/ and + * https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html * for details. Example: "CH" for Switzerland. * Note that this filter is not applicable for Profile Search related queries. * @@ -73,8 +73,8 @@ public interface LocationFilterOrBuilder * Set this field to bias location resolution toward a specific country * or territory. If this field is not set, application behavior is biased * toward the United States by default. - * See http://cldr.unicode.org/ and - * http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html + * See https://cldr.unicode.org/ and + * https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html * for details. Example: "CH" for Switzerland. * Note that this filter is not applicable for Profile Search related queries. * diff --git a/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/Phone.java b/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/Phone.java index fe41f085..ffb281c5 100644 --- a/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/Phone.java +++ b/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/Phone.java @@ -220,7 +220,7 @@ public enum PhoneType implements com.google.protobuf.ProtocolMessageEnum { * or LANDLINE number. The [phone * usage][google.cloud.talent.v4beta1.ContactInfoUsage] should be set to * PERSONAL for these phone types. Some more information can be found here: - * http://en.wikipedia.org/wiki/Personal_Numbers + * https://en.wikipedia.org/wiki/Personal_Numbers * * * VIRTUAL = 7; @@ -330,7 +330,7 @@ public enum PhoneType implements com.google.protobuf.ProtocolMessageEnum { * or LANDLINE number. The [phone * usage][google.cloud.talent.v4beta1.ContactInfoUsage] should be set to * PERSONAL for these phone types. Some more information can be found here: - * http://en.wikipedia.org/wiki/Personal_Numbers + * https://en.wikipedia.org/wiki/Personal_Numbers * * * VIRTUAL = 7; diff --git a/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/Resume.java b/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/Resume.java index 9474d78d..c223de58 100644 --- a/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/Resume.java +++ b/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/Resume.java @@ -139,7 +139,7 @@ public enum ResumeType implements com.google.protobuf.ProtocolMessageEnum { * *
      * The profile contents in HR-XML format.
-     * See http://schemas.liquid-technologies.com/hr-xml/2007-04-15/ for more
+     * See https://schemas.liquid-technologies.com/hr-xml/2007-04-15/ for more
      * information about Human Resources XML.
      * 
* @@ -174,7 +174,7 @@ public enum ResumeType implements com.google.protobuf.ProtocolMessageEnum { * *
      * The profile contents in HR-XML format.
-     * See http://schemas.liquid-technologies.com/hr-xml/2007-04-15/ for more
+     * See https://schemas.liquid-technologies.com/hr-xml/2007-04-15/ for more
      * information about Human Resources XML.
      * 
* diff --git a/proto-google-cloud-talent-v4beta1/src/main/proto/google/cloud/talent/v4beta1/common.proto b/proto-google-cloud-talent-v4beta1/src/main/proto/google/cloud/talent/v4beta1/common.proto index 9cd68549..6f2d6aee 100644 --- a/proto-google-cloud-talent-v4beta1/src/main/proto/google/cloud/talent/v4beta1/common.proto +++ b/proto-google-cloud-talent-v4beta1/src/main/proto/google/cloud/talent/v4beta1/common.proto @@ -1077,8 +1077,8 @@ enum AvailabilitySignalType { // 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] @@ -1093,18 +1093,19 @@ enum AvailabilitySignalType { // [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. JOB_APPLICATION = 1; // Resume update signal. // // In the context of // [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals], - // this signal is related to the candidate’s 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]. @@ -1113,18 +1114,19 @@ enum AvailabilitySignalType { // [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. RESUME_UPDATE = 2; // Candidate update signal. // // In the context of // [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals], - // this signal is related to the candidate’s 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]. @@ -1133,16 +1135,17 @@ enum AvailabilitySignalType { // [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. CANDIDATE_UPDATE = 3; // Client submission signal. // // In the context of // [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals], - // this signal is related to the candidate’s 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 @@ -1157,6 +1160,7 @@ enum AvailabilitySignalType { // [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. CLIENT_SUBMISSION = 4; } diff --git a/proto-google-cloud-talent-v4beta1/src/main/proto/google/cloud/talent/v4beta1/filters.proto b/proto-google-cloud-talent-v4beta1/src/main/proto/google/cloud/talent/v4beta1/filters.proto index caf0a28f..6dbee829 100644 --- a/proto-google-cloud-talent-v4beta1/src/main/proto/google/cloud/talent/v4beta1/filters.proto +++ b/proto-google-cloud-talent-v4beta1/src/main/proto/google/cloud/talent/v4beta1/filters.proto @@ -496,8 +496,8 @@ message LocationFilter { // or territory. If this field is not set, application behavior is biased // toward the United States by default. // - // See http://cldr.unicode.org/ and - // http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html + // See https://cldr.unicode.org/ and + // https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html // for details. Example: "CH" for Switzerland. // Note that this filter is not applicable for Profile Search related queries. string region_code = 2; diff --git a/proto-google-cloud-talent-v4beta1/src/main/proto/google/cloud/talent/v4beta1/job_service.proto b/proto-google-cloud-talent-v4beta1/src/main/proto/google/cloud/talent/v4beta1/job_service.proto index 53afa237..3602e7ad 100644 --- a/proto-google-cloud-talent-v4beta1/src/main/proto/google/cloud/talent/v4beta1/job_service.proto +++ b/proto-google-cloud-talent-v4beta1/src/main/proto/google/cloud/talent/v4beta1/job_service.proto @@ -866,8 +866,8 @@ message BatchUpdateJobsRequest { // is created. For example, "projects/foo". string parent = 1 [(google.api.field_behavior) = REQUIRED]; - // The jobs to be updated. - repeated Job jobs = 2; + // Required. The jobs to be updated. + repeated Job jobs = 2 [(google.api.field_behavior) = REQUIRED]; // Strongly recommended for the best service experience. Be aware that it will // also increase latency when checking the status of a batch operation. diff --git a/proto-google-cloud-talent-v4beta1/src/main/proto/google/cloud/talent/v4beta1/profile.proto b/proto-google-cloud-talent-v4beta1/src/main/proto/google/cloud/talent/v4beta1/profile.proto index 9d3c0a69..1114b408 100644 --- a/proto-google-cloud-talent-v4beta1/src/main/proto/google/cloud/talent/v4beta1/profile.proto +++ b/proto-google-cloud-talent-v4beta1/src/main/proto/google/cloud/talent/v4beta1/profile.proto @@ -319,7 +319,7 @@ message Resume { RESUME_TYPE_UNSPECIFIED = 0; // The profile contents in HR-XML format. - // See http://schemas.liquid-technologies.com/hr-xml/2007-04-15/ for more + // See https://schemas.liquid-technologies.com/hr-xml/2007-04-15/ for more // information about Human Resources XML. HRXML = 1; @@ -484,7 +484,7 @@ message Phone { // or LANDLINE number. The [phone // usage][google.cloud.talent.v4beta1.ContactInfoUsage] should be set to // PERSONAL for these phone types. Some more information can be found here: - // http://en.wikipedia.org/wiki/Personal_Numbers + // https://en.wikipedia.org/wiki/Personal_Numbers VIRTUAL = 7; // Voice over IP numbers. This includes TSoIP (Telephony Service over IP). diff --git a/synth.metadata b/synth.metadata index 91a53946..bbe6f2d8 100644 --- a/synth.metadata +++ b/synth.metadata @@ -1,19 +1,19 @@ { - "updateTime": "2019-10-30T07:53:41.441968Z", + "updateTime": "2019-11-08T08:46:32.652574Z", "sources": [ { "generator": { "name": "artman", - "version": "0.41.0", - "dockerImage": "googleapis/artman@sha256:75b38a3b073a7b243545f2332463096624c802bb1e56b8cb6f22ba1ecd325fa9" + "version": "0.41.1", + "dockerImage": "googleapis/artman@sha256:545c758c76c3f779037aa259023ec3d1ef2d57d2c8cd00a222cb187d63ceac5e" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7c4cf35d5fe3b8ad664bd219edd6d9f28a788b64", - "internalRef": "277334937" + "sha": "d323b287c782802242005072d15f1474d7d10819", + "internalRef": "279234903" } }, {