Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
scotthart committed Nov 5, 2024
1 parent 1b01b5d commit 66dc414
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 68 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ class BackendServicesClient {
/// "/zones/us-east1-b/instanceGroups/lb-backend-example" }
/// https://cloud.google.com/compute/docs/reference/rest/v1/backendServices/getHealth
///
/// @param project
/// @param project
/// @param backend_service Name of the BackendService resource to which the queried instance belongs.
/// @param resource_group_reference_resource The ResourceGroupReference for this request.
/// @param opts Optional. Override the class-level options, such as retry and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,10 @@ FirewallPoliciesRestConnectionImpl::AddAssociation(
},
[request](std::string const& op,
google::cloud::cpp::compute::global_organization_operations::
v1::GetOperationRequest& r) {
r.set_operation(op);
},
v1::GetOperationRequest& r) { r.set_operation(op); },
[request](std::string const& op,
google::cloud::cpp::compute::global_organization_operations::
v1::DeleteOperationRequest& r) {
r.set_operation(op);
});
v1::DeleteOperationRequest& r) { r.set_operation(op); });
}

StatusOr<google::cloud::cpp::compute::v1::Operation>
Expand Down Expand Up @@ -223,14 +219,10 @@ FirewallPoliciesRestConnectionImpl::AddRule(
},
[request](std::string const& op,
google::cloud::cpp::compute::global_organization_operations::
v1::GetOperationRequest& r) {
r.set_operation(op);
},
v1::GetOperationRequest& r) { r.set_operation(op); },
[request](std::string const& op,
google::cloud::cpp::compute::global_organization_operations::
v1::DeleteOperationRequest& r) {
r.set_operation(op);
});
v1::DeleteOperationRequest& r) { r.set_operation(op); });
}

StatusOr<google::cloud::cpp::compute::v1::Operation>
Expand Down Expand Up @@ -353,14 +345,10 @@ FirewallPoliciesRestConnectionImpl::CloneRules(
},
[request](std::string const& op,
google::cloud::cpp::compute::global_organization_operations::
v1::GetOperationRequest& r) {
r.set_operation(op);
},
v1::GetOperationRequest& r) { r.set_operation(op); },
[request](std::string const& op,
google::cloud::cpp::compute::global_organization_operations::
v1::DeleteOperationRequest& r) {
r.set_operation(op);
});
v1::DeleteOperationRequest& r) { r.set_operation(op); });
}

StatusOr<google::cloud::cpp::compute::v1::Operation>
Expand Down Expand Up @@ -483,14 +471,10 @@ FirewallPoliciesRestConnectionImpl::DeleteFirewallPolicy(
},
[request](std::string const& op,
google::cloud::cpp::compute::global_organization_operations::
v1::GetOperationRequest& r) {
r.set_operation(op);
},
v1::GetOperationRequest& r) { r.set_operation(op); },
[request](std::string const& op,
google::cloud::cpp::compute::global_organization_operations::
v1::DeleteOperationRequest& r) {
r.set_operation(op);
});
v1::DeleteOperationRequest& r) { r.set_operation(op); });
}

StatusOr<google::cloud::cpp::compute::v1::Operation>
Expand Down Expand Up @@ -676,14 +660,10 @@ FirewallPoliciesRestConnectionImpl::InsertFirewallPolicy(
},
[request](std::string const& op,
google::cloud::cpp::compute::global_organization_operations::
v1::GetOperationRequest& r) {
r.set_operation(op);
},
v1::GetOperationRequest& r) { r.set_operation(op); },
[request](std::string const& op,
google::cloud::cpp::compute::global_organization_operations::
v1::DeleteOperationRequest& r) {
r.set_operation(op);
});
v1::DeleteOperationRequest& r) { r.set_operation(op); });
}

StatusOr<google::cloud::cpp::compute::v1::Operation>
Expand Down Expand Up @@ -862,14 +842,10 @@ FirewallPoliciesRestConnectionImpl::Move(
},
[request](std::string const& op,
google::cloud::cpp::compute::global_organization_operations::
v1::GetOperationRequest& r) {
r.set_operation(op);
},
v1::GetOperationRequest& r) { r.set_operation(op); },
[request](std::string const& op,
google::cloud::cpp::compute::global_organization_operations::
v1::DeleteOperationRequest& r) {
r.set_operation(op);
});
v1::DeleteOperationRequest& r) { r.set_operation(op); });
}

StatusOr<google::cloud::cpp::compute::v1::Operation>
Expand Down Expand Up @@ -991,14 +967,10 @@ FirewallPoliciesRestConnectionImpl::PatchFirewallPolicy(
},
[request](std::string const& op,
google::cloud::cpp::compute::global_organization_operations::
v1::GetOperationRequest& r) {
r.set_operation(op);
},
v1::GetOperationRequest& r) { r.set_operation(op); },
[request](std::string const& op,
google::cloud::cpp::compute::global_organization_operations::
v1::DeleteOperationRequest& r) {
r.set_operation(op);
});
v1::DeleteOperationRequest& r) { r.set_operation(op); });
}

StatusOr<google::cloud::cpp::compute::v1::Operation>
Expand Down Expand Up @@ -1120,14 +1092,10 @@ FirewallPoliciesRestConnectionImpl::PatchRule(
},
[request](std::string const& op,
google::cloud::cpp::compute::global_organization_operations::
v1::GetOperationRequest& r) {
r.set_operation(op);
},
v1::GetOperationRequest& r) { r.set_operation(op); },
[request](std::string const& op,
google::cloud::cpp::compute::global_organization_operations::
v1::DeleteOperationRequest& r) {
r.set_operation(op);
});
v1::DeleteOperationRequest& r) { r.set_operation(op); });
}

StatusOr<google::cloud::cpp::compute::v1::Operation>
Expand Down Expand Up @@ -1250,14 +1218,10 @@ FirewallPoliciesRestConnectionImpl::RemoveAssociation(
},
[request](std::string const& op,
google::cloud::cpp::compute::global_organization_operations::
v1::GetOperationRequest& r) {
r.set_operation(op);
},
v1::GetOperationRequest& r) { r.set_operation(op); },
[request](std::string const& op,
google::cloud::cpp::compute::global_organization_operations::
v1::DeleteOperationRequest& r) {
r.set_operation(op);
});
v1::DeleteOperationRequest& r) { r.set_operation(op); });
}

StatusOr<google::cloud::cpp::compute::v1::Operation>
Expand Down Expand Up @@ -1379,14 +1343,10 @@ FirewallPoliciesRestConnectionImpl::RemoveRule(
},
[request](std::string const& op,
google::cloud::cpp::compute::global_organization_operations::
v1::GetOperationRequest& r) {
r.set_operation(op);
},
v1::GetOperationRequest& r) { r.set_operation(op); },
[request](std::string const& op,
google::cloud::cpp::compute::global_organization_operations::
v1::DeleteOperationRequest& r) {
r.set_operation(op);
});
v1::DeleteOperationRequest& r) { r.set_operation(op); });
}

StatusOr<google::cloud::cpp::compute::v1::Operation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ class RegionBackendServicesClient {
/// Gets the most recent health check results for this regional BackendService.
/// https://cloud.google.com/compute/docs/reference/rest/v1/regionBackendServices/getHealth
///
/// @param project
/// @param project
/// @param region Name of the region scoping this request.
/// @param backend_service Name of the BackendService resource for which to get health.
/// @param resource_group_reference_resource The ResourceGroupReference for this request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1047,9 +1047,9 @@ class SecureSourceManagerClient {
///
/// CreateBranchRule creates a branch rule in a given repository.
///
/// @param parent
/// @param branch_rule
/// @param branch_rule_id
/// @param parent
/// @param branch_rule
/// @param branch_rule_id
/// @param opts Optional. Override the class-level options, such as retry and
/// backoff policies.
/// @return A [`future`] that becomes satisfied when the LRO
Expand Down Expand Up @@ -1170,7 +1170,7 @@ class SecureSourceManagerClient {
///
/// ListBranchRules lists branch rules in a given repository.
///
/// @param parent
/// @param parent
/// @param opts Optional. Override the class-level options, such as retry and
/// backoff policies.
/// @return a [StreamRange](@ref google::cloud::StreamRange)
Expand Down Expand Up @@ -1304,7 +1304,7 @@ class SecureSourceManagerClient {
///
/// UpdateBranchRule updates a branch rule.
///
/// @param branch_rule
/// @param branch_rule
/// @param update_mask Required. Field mask is used to specify the fields to be overwritten in the
/// branchRule resource by the update.
/// The fields specified in the update_mask are relative to the resource, not
Expand Down Expand Up @@ -1429,7 +1429,7 @@ class SecureSourceManagerClient {
///
/// DeleteBranchRule deletes a branch rule.
///
/// @param name
/// @param name
/// @param opts Optional. Override the class-level options, such as retry and
/// backoff policies.
/// @return A [`future`] that becomes satisfied when the LRO
Expand Down

0 comments on commit 66dc414

Please sign in to comment.