Skip to content

Commit a7c73f0

Browse files
authored
---
yaml --- r: 20915 b: refs/heads/master c: 69b0587 h: refs/heads/master i: 20913: f7ded9e 20911: 3363ab9
1 parent 43dee6b commit a7c73f0

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 7bef9213fa5a3611d199b03a0a4dde2513abf22e
2+
refs/heads/master: 69b05876ba727901629b366e55abcc55d77ca12c
33
refs/heads/gh-pages: e987e2a9ec867bfa17876e1e9ff673a9bc2cc085
44
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
55
refs/tags/v0.0.10: 207ebd2a3472fddee69fe1298eb90429e3306efd

trunk/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.

trunk/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)