Skip to content

Commit fd3a672

Browse files
authored
---
yaml --- r: 23127 b: refs/heads/autosynth-containeranalysis c: 69b0587 h: refs/heads/master i: 23125: ea2e026 23123: 12ca3a7 23119: b76e118
1 parent 26863ec commit fd3a672

168 files changed

Lines changed: 22486 additions & 15066 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ refs/heads/autosynth-bigquerydatatransfer: d88aa5aae5fd9d3c6d75bbab1a05162c6d4d9
126126
refs/heads/autosynth-bigquerystorage: d2c53da3b012e38c662e4df0738042435f19365f
127127
refs/heads/autosynth-bigtable: 9e5429f45cf9face9fed585d0233534993e36b58
128128
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129-
refs/heads/autosynth-containeranalysis: 7bef9213fa5a3611d199b03a0a4dde2513abf22e
129+
refs/heads/autosynth-containeranalysis: 69b05876ba727901629b366e55abcc55d77ca12c
130130
refs/heads/autosynth-datastore: 9acd400b484d6691a080c9152a331d88d24fefc1
131131
refs/heads/autosynth-dialogflow: 7dbc2c1ea714328ccfa4f33645045f017ff080e7
132132
refs/heads/autosynth-errorreporting: 1101a04e8be074802c35332d5fcf8297f61cae32

branches/autosynth-containeranalysis/google-api-grpc/grpc-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/ApplicationServiceGrpc.java

Lines changed: 873 additions & 0 deletions
Large diffs are not rendered by default.

branches/autosynth-containeranalysis/google-api-grpc/grpc-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/ProfileServiceGrpc.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,8 @@ public void updateProfile(
454454
*
455455
* <pre>
456456
* Deletes the specified profile.
457+
* Prerequisite: The profile has no associated applications or assignments
458+
* associated.
457459
* </pre>
458460
*/
459461
public void deleteProfile(
@@ -619,6 +621,8 @@ public void updateProfile(
619621
*
620622
* <pre>
621623
* Deletes the specified profile.
624+
* Prerequisite: The profile has no associated applications or assignments
625+
* associated.
622626
* </pre>
623627
*/
624628
public void deleteProfile(
@@ -734,6 +738,8 @@ public com.google.cloud.talent.v4beta1.Profile updateProfile(
734738
*
735739
* <pre>
736740
* Deletes the specified profile.
741+
* Prerequisite: The profile has no associated applications or assignments
742+
* associated.
737743
* </pre>
738744
*/
739745
public com.google.protobuf.Empty deleteProfile(
@@ -846,6 +852,8 @@ protected ProfileServiceFutureStub build(
846852
*
847853
* <pre>
848854
* Deletes the specified profile.
855+
* Prerequisite: The profile has no associated applications or assignments
856+
* associated.
849857
* </pre>
850858
*/
851859
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>

0 commit comments

Comments
 (0)