| Modifier and Type | Class and Description | 
|---|---|
class  | 
Compute.TargetHttpProxies.AggregatedList  | 
class  | 
Compute.TargetHttpProxies.Delete  | 
class  | 
Compute.TargetHttpProxies.Get  | 
class  | 
Compute.TargetHttpProxies.Insert  | 
class  | 
Compute.TargetHttpProxies.List  | 
class  | 
Compute.TargetHttpProxies.Patch  | 
class  | 
Compute.TargetHttpProxies.SetUrlMap  | 
class  | 
Compute.TargetHttpProxies.TestIamPermissions  | 
| Constructor and Description | 
|---|
TargetHttpProxies()  | 
| Modifier and Type | Method and Description | 
|---|---|
Compute.TargetHttpProxies.AggregatedList | 
aggregatedList(String project)
Retrieves the list of all TargetHttpProxy resources, regional and global, available to the
 specified project. 
 | 
Compute.TargetHttpProxies.Delete | 
delete(String project,
      String targetHttpProxy)
Deletes the specified TargetHttpProxy resource. 
 | 
Compute.TargetHttpProxies.Get | 
get(String project,
   String targetHttpProxy)
Returns the specified TargetHttpProxy resource. 
 | 
Compute.TargetHttpProxies.Insert | 
insert(String project,
      TargetHttpProxy content)
Creates a TargetHttpProxy resource in the specified project using the data included in the
 request. 
 | 
Compute.TargetHttpProxies.List | 
list(String project)
Retrieves the list of TargetHttpProxy resources available to the specified project. 
 | 
Compute.TargetHttpProxies.Patch | 
patch(String project,
     String targetHttpProxy,
     TargetHttpProxy content)
Patches the specified TargetHttpProxy resource with the data included in the request. 
 | 
Compute.TargetHttpProxies.SetUrlMap | 
setUrlMap(String project,
         String targetHttpProxy,
         UrlMapReference content)
Changes the URL map for TargetHttpProxy. 
 | 
Compute.TargetHttpProxies.TestIamPermissions | 
testIamPermissions(String project,
                  String resource,
                  TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource. 
 | 
public Compute.TargetHttpProxies.AggregatedList aggregatedList(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Name of the project scoping this request.IOExceptionpublic Compute.TargetHttpProxies.Delete delete(String project, String targetHttpProxy) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.targetHttpProxy - Name of the TargetHttpProxy resource to delete.IOExceptionpublic Compute.TargetHttpProxies.Get get(String project, String targetHttpProxy) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.targetHttpProxy - Name of the TargetHttpProxy resource to return.IOExceptionpublic Compute.TargetHttpProxies.Insert insert(String project, TargetHttpProxy content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.content - the TargetHttpProxyIOExceptionpublic Compute.TargetHttpProxies.List list(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Compute.TargetHttpProxies.Patch patch(String project, String targetHttpProxy, TargetHttpProxy content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.targetHttpProxy - Name of the TargetHttpProxy resource to patch.content - the TargetHttpProxyIOExceptionpublic Compute.TargetHttpProxies.SetUrlMap setUrlMap(String project, String targetHttpProxy, UrlMapReference content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.targetHttpProxy - Name of the TargetHttpProxy to set a URL map for.content - the UrlMapReferenceIOExceptionpublic Compute.TargetHttpProxies.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–2020 Google. All rights reserved.