| Modifier and Type | Class and Description | 
|---|---|
| class  | Compute.RegionTargetHttpsProxies.Delete | 
| class  | Compute.RegionTargetHttpsProxies.Get | 
| class  | Compute.RegionTargetHttpsProxies.Insert | 
| class  | Compute.RegionTargetHttpsProxies.List | 
| class  | Compute.RegionTargetHttpsProxies.Patch | 
| class  | Compute.RegionTargetHttpsProxies.SetSslCertificates | 
| class  | Compute.RegionTargetHttpsProxies.SetUrlMap | 
| class  | Compute.RegionTargetHttpsProxies.TestIamPermissions | 
| Constructor and Description | 
|---|
| RegionTargetHttpsProxies() | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.RegionTargetHttpsProxies.Delete | delete(String project,
      String region,
      String targetHttpsProxy)Deletes the specified TargetHttpsProxy resource. | 
| Compute.RegionTargetHttpsProxies.Get | get(String project,
   String region,
   String targetHttpsProxy)Returns the specified TargetHttpsProxy resource in the specified region. | 
| Compute.RegionTargetHttpsProxies.Insert | insert(String project,
      String region,
      TargetHttpsProxy content)Creates a TargetHttpsProxy resource in the specified project and region using the data included
 in the request. | 
| Compute.RegionTargetHttpsProxies.List | list(String project,
    String region)Retrieves the list of TargetHttpsProxy resources available to the specified project in the
 specified region. | 
| Compute.RegionTargetHttpsProxies.Patch | patch(String project,
     String region,
     String targetHttpsProxy,
     TargetHttpsProxy content)Patches the specified regional TargetHttpsProxy resource with the data included in the request. | 
| Compute.RegionTargetHttpsProxies.SetSslCertificates | setSslCertificates(String project,
                  String region,
                  String targetHttpsProxy,
                  RegionTargetHttpsProxiesSetSslCertificatesRequest content)Replaces SslCertificates for TargetHttpsProxy. | 
| Compute.RegionTargetHttpsProxies.SetUrlMap | setUrlMap(String project,
         String region,
         String targetHttpsProxy,
         UrlMapReference content)Changes the URL map for TargetHttpsProxy. | 
| Compute.RegionTargetHttpsProxies.TestIamPermissions | testIamPermissions(String project,
                  String region,
                  String resource,
                  TestPermissionsRequest content)Returns permissions that a caller has on the specified resource. | 
public Compute.RegionTargetHttpsProxies.Delete delete(String project, String region, String targetHttpsProxy) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.targetHttpsProxy - Name of the TargetHttpsProxy resource to delete.IOExceptionpublic Compute.RegionTargetHttpsProxies.Get get(String project, String region, String targetHttpsProxy) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.targetHttpsProxy - Name of the TargetHttpsProxy resource to return.IOExceptionpublic Compute.RegionTargetHttpsProxies.Insert insert(String project, String region, TargetHttpsProxy 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 TargetHttpsProxyIOExceptionpublic Compute.RegionTargetHttpsProxies.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.RegionTargetHttpsProxies.Patch patch(String project, String region, String targetHttpsProxy, TargetHttpsProxy content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region for this request.targetHttpsProxy - Name of the TargetHttpsProxy resource to patch.content - the TargetHttpsProxyIOExceptionpublic Compute.RegionTargetHttpsProxies.SetSslCertificates setSslCertificates(String project, String region, String targetHttpsProxy, RegionTargetHttpsProxiesSetSslCertificatesRequest 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.targetHttpsProxy - Name of the TargetHttpsProxy resource to set an SslCertificates resource for.content - the RegionTargetHttpsProxiesSetSslCertificatesRequestIOExceptionpublic Compute.RegionTargetHttpsProxies.SetUrlMap setUrlMap(String project, String region, String targetHttpsProxy, 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.targetHttpsProxy - Name of the TargetHttpsProxy to set a URL map for.content - the UrlMapReferenceIOExceptionpublic Compute.RegionTargetHttpsProxies.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.