| Modifier and Type | Class and Description | 
|---|---|
| class  | Compute.TargetGrpcProxies.Delete | 
| class  | Compute.TargetGrpcProxies.Get | 
| class  | Compute.TargetGrpcProxies.Insert | 
| class  | Compute.TargetGrpcProxies.List | 
| class  | Compute.TargetGrpcProxies.Patch | 
| class  | Compute.TargetGrpcProxies.TestIamPermissions | 
| Constructor and Description | 
|---|
| TargetGrpcProxies() | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.TargetGrpcProxies.Delete | delete(String project,
      String targetGrpcProxy)Deletes the specified TargetGrpcProxy in the given scope
 Create a request for the method "targetGrpcProxies.delete". | 
| Compute.TargetGrpcProxies.Get | get(String project,
   String targetGrpcProxy)Returns the specified TargetGrpcProxy resource in the given scope. | 
| Compute.TargetGrpcProxies.Insert | insert(String project,
      TargetGrpcProxy content)Creates a TargetGrpcProxy in the specified project in the given scope using the parameters that
 are included in the request. | 
| Compute.TargetGrpcProxies.List | list(String project)Lists the TargetGrpcProxies for a project in the given scope. | 
| Compute.TargetGrpcProxies.Patch | patch(String project,
     String targetGrpcProxy,
     TargetGrpcProxy content)Patches the specified TargetGrpcProxy resource with the data included in the request. | 
| Compute.TargetGrpcProxies.TestIamPermissions | testIamPermissions(String project,
                  String resource,
                  TestPermissionsRequest content)Returns permissions that a caller has on the specified resource. | 
public Compute.TargetGrpcProxies.Delete delete(String project, String targetGrpcProxy) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.targetGrpcProxy - Name of the TargetGrpcProxy resource to delete.IOExceptionpublic Compute.TargetGrpcProxies.Get get(String project, String targetGrpcProxy) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.targetGrpcProxy - Name of the TargetGrpcProxy resource to return.IOExceptionpublic Compute.TargetGrpcProxies.Insert insert(String project, TargetGrpcProxy content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.content - the TargetGrpcProxyIOExceptionpublic Compute.TargetGrpcProxies.List list(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Compute.TargetGrpcProxies.Patch patch(String project, String targetGrpcProxy, TargetGrpcProxy content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.targetGrpcProxy - Name of the TargetGrpcProxy resource to patch.content - the TargetGrpcProxyIOExceptionpublic Compute.TargetGrpcProxies.TestIamPermissions testIamPermissions(String project, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.resource - Name or id of the resource for this request.content - the TestPermissionsRequestIOExceptionCopyright © 2011–2022 Google. All rights reserved.