Skip to content

Commit f9e5fb3

Browse files
authored
---
yaml --- r: 24513 b: refs/heads/autosynth-redis c: 69b0587 h: refs/heads/master i: 24511: 750e049
1 parent c6212d7 commit f9e5fb3

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
@@ -135,7 +135,7 @@ refs/heads/autosynth-iot: 4025d1804241e74d54950a324dc4f667aeaad4b3
135135
refs/heads/autosynth-kms: 6b65b0f34c12d141031c7288cdc01e550212d0f6
136136
refs/heads/autosynth-language: e73905aa7672afa47240e65b25c087207f4594f9
137137
refs/heads/autosynth-os-login: 123ba209c5769d0ee067e0ce5848bec13b42a4f4
138-
refs/heads/autosynth-redis: 7bef9213fa5a3611d199b03a0a4dde2513abf22e
138+
refs/heads/autosynth-redis: 69b05876ba727901629b366e55abcc55d77ca12c
139139
refs/heads/autosynth-scheduler: 93995812e12a2fc009f4fd2e31f169b3d3cbbac8
140140
refs/heads/autosynth-spanner: a249d9564d8c27ab4439abc6562d7f3b9b7f655d
141141
refs/heads/autosynth-speech: 75d6c62a9d07d3a3642980502a25d07fbde0f232

branches/autosynth-redis/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-redis/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)