Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manually regenerating the talent v4beta1 API #4750

Merged
merged 2 commits into from
Mar 27, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

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