Skip to content

Commit e1d0c0b

Browse files
authored
---
yaml --- r: 21879 b: refs/heads/autosynth-pubsub c: 69b0587 h: refs/heads/master i: 21877: 2d45416 21875: 53db590 21871: 6b0c457
1 parent 36af183 commit e1d0c0b

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
@@ -114,7 +114,7 @@ refs/tags/v0.67.0: 30b56f02092efc6f3c3667650ea8b8825003e0b7
114114
refs/heads/autosynth-compute: 026cea73fde22ec0b40866ac5a7dc144dc465b9b
115115
refs/heads/autosynth-container: d17e1a76a903f9e05eba56a9bf5d12c1b15b67d7
116116
refs/heads/autosynth-monitoring: e66569bd7358a90d17097f90cf8c70dbeeb048cf
117-
refs/heads/autosynth-pubsub: 7bef9213fa5a3611d199b03a0a4dde2513abf22e
117+
refs/heads/autosynth-pubsub: 69b05876ba727901629b366e55abcc55d77ca12c
118118
refs/heads/autosynth-video-intelligence: 53ca56e5d077bf67065b730f3fe621f40689fb4c
119119
refs/heads/autosynth-vision: 7d58f59617722175b83a4583efdb6eb9b5b8e8dd
120120
refs/heads/spanner: b01127f885b4611bf1852abb0ce481eeb7fcc131

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