Skip to content
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