| Modifier and Type | Class and Description | 
|---|---|
| class  | Compute.RegionTargetHttpProxies.Delete | 
| class  | Compute.RegionTargetHttpProxies.Get | 
| class  | Compute.RegionTargetHttpProxies.Insert | 
| class  | Compute.RegionTargetHttpProxies.List | 
| class  | Compute.RegionTargetHttpProxies.SetUrlMap | 
| class  | Compute.RegionTargetHttpProxies.TestIamPermissions | 
| Constructor and Description | 
|---|
| RegionTargetHttpProxies() | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.RegionTargetHttpProxies.Delete | delete(String project,
      String region,
      String targetHttpProxy)Deletes the specified TargetHttpProxy resource. | 
| Compute.RegionTargetHttpProxies.Get | get(String project,
   String region,
   String targetHttpProxy)Returns the specified TargetHttpProxy resource in the specified region. | 
| Compute.RegionTargetHttpProxies.Insert | insert(String project,
      String region,
      TargetHttpProxy content)Creates a TargetHttpProxy resource in the specified project and region using the data included in
 the request. | 
| Compute.RegionTargetHttpProxies.List | list(String project,
    String region)Retrieves the list of TargetHttpProxy resources available to the specified project in the
 specified region. | 
| Compute.RegionTargetHttpProxies.SetUrlMap | setUrlMap(String project,
         String region,
         String targetHttpProxy,
         UrlMapReference content)Changes the URL map for TargetHttpProxy. | 
| Compute.RegionTargetHttpProxies.TestIamPermissions | testIamPermissions(String project,
                  String region,
                  String resource,
                  TestPermissionsRequest content)Returns permissions that a caller has on the specified resource. | 
public Compute.RegionTargetHttpProxies.Delete delete(String project, String region, String targetHttpProxy) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.targetHttpProxy - Name of the TargetHttpProxy resource to delete.IOExceptionpublic Compute.RegionTargetHttpProxies.Get get(String project, String region, String targetHttpProxy) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.targetHttpProxy - Name of the TargetHttpProxy resource to return.IOExceptionpublic Compute.RegionTargetHttpProxies.Insert insert(String project, String region, TargetHttpProxy content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.content - the TargetHttpProxyIOExceptionpublic Compute.RegionTargetHttpProxies.List list(String project, String region) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.IOExceptionpublic Compute.RegionTargetHttpProxies.SetUrlMap setUrlMap(String project, String region, String targetHttpProxy, UrlMapReference content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.targetHttpProxy - Name of the TargetHttpProxy to set a URL map for.content - the UrlMapReferenceIOExceptionpublic Compute.RegionTargetHttpProxies.TestIamPermissions testIamPermissions(String project, String region, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region for this request.resource - Name or id of the resource for this request.content - the TestPermissionsRequestIOExceptionCopyright © 2011–2022 Google. All rights reserved.