TargetGrpcProxies
class TargetGrpcProxies extends Resource (View source)
The "targetGrpcProxies" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$targetGrpcProxies = $computeService->targetGrpcProxies;
Methods
Deletes the specified TargetGrpcProxy in the given scope (targetGrpcProxies.delete)
Returns the specified TargetGrpcProxy resource in the given scope.
Creates a TargetGrpcProxy in the specified project in the given scope using the parameters that are included in the request. (targetGrpcProxies.insert)
Lists the TargetGrpcProxies for a project in the given scope.
Patches the specified TargetGrpcProxy resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules. (targetGrpcProxies.patch)
Details
Operation
delete(string $project, string $targetGrpcProxy, array $optParams = [])
Deletes the specified TargetGrpcProxy in the given scope (targetGrpcProxies.delete)
TargetGrpcProxy
get(string $project, string $targetGrpcProxy, array $optParams = [])
Returns the specified TargetGrpcProxy resource in the given scope.
(targetGrpcProxies.get)
Operation
insert(string $project, TargetGrpcProxy $postBody, array $optParams = [])
Creates a TargetGrpcProxy in the specified project in the given scope using the parameters that are included in the request. (targetGrpcProxies.insert)
TargetGrpcProxyList
listTargetGrpcProxies(string $project, array $optParams = [])
Lists the TargetGrpcProxies for a project in the given scope.
(targetGrpcProxies.listTargetGrpcProxies)
Operation
patch(string $project, string $targetGrpcProxy, TargetGrpcProxy $postBody, array $optParams = [])
Patches the specified TargetGrpcProxy resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules. (targetGrpcProxies.patch)