Skip to content

Commit c4be6cb

Browse files
authored
---
yaml --- r: 24009 b: refs/heads/autosynth-kms c: 69b0587 h: refs/heads/master i: 24007: 981b8a4
1 parent b2982ca commit c4be6cb

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
@@ -132,7 +132,7 @@ refs/heads/autosynth-dialogflow: cb1ceeb3ec1a132d3096fc88d44b930a52130e18
132132
refs/heads/autosynth-errorreporting: 3f176c20b55dfaaa8fc32f28d82b31784b93e636
133133
refs/heads/autosynth-firestore: d48d82caace227856b6cd85ac30ee474528733ea
134134
refs/heads/autosynth-iot: 4025d1804241e74d54950a324dc4f667aeaad4b3
135-
refs/heads/autosynth-kms: 7bef9213fa5a3611d199b03a0a4dde2513abf22e
135+
refs/heads/autosynth-kms: 69b05876ba727901629b366e55abcc55d77ca12c
136136
refs/heads/autosynth-language: c3d990dd34d81e7e935041e7147fb9dd27f8a557
137137
refs/heads/autosynth-os-login: 092fdbed6d5317948f92b708e9f50dedd89fc666
138138
refs/heads/autosynth-redis: 9e1fe503973c7b4a9ba26afb1fcddc2a57ba795a

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