Skip to content

Commit

Permalink
Manually regenerating the talent v4beta1 API (#4750)
Browse files Browse the repository at this point in the history
* Manually regenerating the talent v4beta1 API
ResumeService was removed from the protos, requiring manual deletion of all related classes.

* Fixing formatting.
  • Loading branch information
sduskis authored Mar 27, 2019
1 parent 7bef921 commit 69b0587
Show file tree
Hide file tree
Showing 167 changed files with 22,485 additions and 15,065 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,8 @@ public void updateProfile(
*
* <pre>
* Deletes the specified profile.
* Prerequisite: The profile has no associated applications or assignments
* associated.
* </pre>
*/
public void deleteProfile(
Expand Down Expand Up @@ -619,6 +621,8 @@ public void updateProfile(
*
* <pre>
* Deletes the specified profile.
* Prerequisite: The profile has no associated applications or assignments
* associated.
* </pre>
*/
public void deleteProfile(
Expand Down Expand Up @@ -734,6 +738,8 @@ public com.google.cloud.talent.v4beta1.Profile updateProfile(
*
* <pre>
* Deletes the specified profile.
* Prerequisite: The profile has no associated applications or assignments
* associated.
* </pre>
*/
public com.google.protobuf.Empty deleteProfile(
Expand Down Expand Up @@ -846,6 +852,8 @@ protected ProfileServiceFutureStub build(
*
* <pre>
* Deletes the specified profile.
* Prerequisite: The profile has no associated applications or assignments
* associated.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
Expand Down
Loading

0 comments on commit 69b0587

Please sign in to comment.