aboutsummaryrefslogtreecommitdiff
path: root/google/cloud/talent/v4beta1/application_service.proto
diff options
context:
space:
mode:
Diffstat (limited to 'google/cloud/talent/v4beta1/application_service.proto')
-rw-r--r--google/cloud/talent/v4beta1/application_service.proto16
1 files changed, 5 insertions, 11 deletions
diff --git a/google/cloud/talent/v4beta1/application_service.proto b/google/cloud/talent/v4beta1/application_service.proto
index 3bd91bf2a..4ff4a026f 100644
--- a/google/cloud/talent/v4beta1/application_service.proto
+++ b/google/cloud/talent/v4beta1/application_service.proto
@@ -56,16 +56,14 @@ service ApplicationService {
}
// Deletes specified application.
- rpc DeleteApplication(DeleteApplicationRequest)
- returns (google.protobuf.Empty) {
+ rpc DeleteApplication(DeleteApplicationRequest) returns (google.protobuf.Empty) {
option (google.api.http) = {
delete: "/v4beta1/{name=projects/*/tenants/*/profiles/*/applications/*}"
};
}
// Lists all applications associated with the profile.
- rpc ListApplications(ListApplicationsRequest)
- returns (ListApplicationsResponse) {
+ rpc ListApplications(ListApplicationsRequest) returns (ListApplicationsResponse) {
option (google.api.http) = {
get: "/v4beta1/{parent=projects/*/tenants/*/profiles/*}/applications"
};
@@ -112,15 +110,11 @@ message UpdateApplicationRequest {
// Optional but strongly recommended for the best service
// experience.
//
- // If
- // [update_mask][google.cloud.talent.v4beta1.UpdateApplicationRequest.update_mask]
- // is provided, only the specified fields in
- // [application][google.cloud.talent.v4beta1.UpdateApplicationRequest.application]
- // are updated. Otherwise all the fields are updated.
+ // If [update_mask][google.cloud.talent.v4beta1.UpdateApplicationRequest.update_mask] is provided, only the specified fields in
+ // [application][google.cloud.talent.v4beta1.UpdateApplicationRequest.application] are updated. Otherwise all the fields are updated.
//
// A field mask to specify the application fields to be updated. Only
- // top level fields of [Application][google.cloud.talent.v4beta1.Application]
- // are supported.
+ // top level fields of [Application][google.cloud.talent.v4beta1.Application] are supported.
google.protobuf.FieldMask update_mask = 2;
}