| Modifier and Type | Class and Description | 
|---|---|
| class  | Compute.TargetSslProxies.Delete | 
| class  | Compute.TargetSslProxies.Get | 
| class  | Compute.TargetSslProxies.Insert | 
| class  | Compute.TargetSslProxies.List | 
| class  | Compute.TargetSslProxies.SetBackendService | 
| class  | Compute.TargetSslProxies.SetCertificateMap | 
| class  | Compute.TargetSslProxies.SetProxyHeader | 
| class  | Compute.TargetSslProxies.SetSslCertificates | 
| class  | Compute.TargetSslProxies.SetSslPolicy | 
| class  | Compute.TargetSslProxies.TestIamPermissions | 
| Constructor and Description | 
|---|
| TargetSslProxies() | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.TargetSslProxies.Delete | delete(String project,
      String targetSslProxy)Deletes the specified TargetSslProxy resource. | 
| Compute.TargetSslProxies.Get | get(String project,
   String targetSslProxy)Returns the specified TargetSslProxy resource. | 
| Compute.TargetSslProxies.Insert | insert(String project,
      TargetSslProxy content)Creates a TargetSslProxy resource in the specified project using the data included in the
 request. | 
| Compute.TargetSslProxies.List | list(String project)Retrieves the list of TargetSslProxy resources available to the specified project. | 
| Compute.TargetSslProxies.SetBackendService | setBackendService(String project,
                 String targetSslProxy,
                 TargetSslProxiesSetBackendServiceRequest content)Changes the BackendService for TargetSslProxy. | 
| Compute.TargetSslProxies.SetCertificateMap | setCertificateMap(String project,
                 String targetSslProxy,
                 TargetSslProxiesSetCertificateMapRequest content)Changes the Certificate Map for TargetSslProxy. | 
| Compute.TargetSslProxies.SetProxyHeader | setProxyHeader(String project,
              String targetSslProxy,
              TargetSslProxiesSetProxyHeaderRequest content)Changes the ProxyHeaderType for TargetSslProxy. | 
| Compute.TargetSslProxies.SetSslCertificates | setSslCertificates(String project,
                  String targetSslProxy,
                  TargetSslProxiesSetSslCertificatesRequest content)Changes SslCertificates for TargetSslProxy. | 
| Compute.TargetSslProxies.SetSslPolicy | setSslPolicy(String project,
            String targetSslProxy,
            SslPolicyReference content)Sets the SSL policy for TargetSslProxy. | 
| Compute.TargetSslProxies.TestIamPermissions | testIamPermissions(String project,
                  String resource,
                  TestPermissionsRequest content)Returns permissions that a caller has on the specified resource. | 
public Compute.TargetSslProxies.Delete delete(String project, String targetSslProxy) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.targetSslProxy - Name of the TargetSslProxy resource to delete.IOExceptionpublic Compute.TargetSslProxies.Get get(String project, String targetSslProxy) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.targetSslProxy - Name of the TargetSslProxy resource to return.IOExceptionpublic Compute.TargetSslProxies.Insert insert(String project, TargetSslProxy content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.content - the TargetSslProxyIOExceptionpublic Compute.TargetSslProxies.List list(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Compute.TargetSslProxies.SetBackendService setBackendService(String project, String targetSslProxy, TargetSslProxiesSetBackendServiceRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.targetSslProxy - Name of the TargetSslProxy resource whose BackendService resource is to be set.content - the TargetSslProxiesSetBackendServiceRequestIOExceptionpublic Compute.TargetSslProxies.SetCertificateMap setCertificateMap(String project, String targetSslProxy, TargetSslProxiesSetCertificateMapRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.targetSslProxy - Name of the TargetSslProxy resource whose CertificateMap is to be set. The name must be 1-63
        characters long, and comply with RFC1035.content - the TargetSslProxiesSetCertificateMapRequestIOExceptionpublic Compute.TargetSslProxies.SetProxyHeader setProxyHeader(String project, String targetSslProxy, TargetSslProxiesSetProxyHeaderRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.targetSslProxy - Name of the TargetSslProxy resource whose ProxyHeader is to be set.content - the TargetSslProxiesSetProxyHeaderRequestIOExceptionpublic Compute.TargetSslProxies.SetSslCertificates setSslCertificates(String project, String targetSslProxy, TargetSslProxiesSetSslCertificatesRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.targetSslProxy - Name of the TargetSslProxy resource whose SslCertificate resource is to be set.content - the TargetSslProxiesSetSslCertificatesRequestIOExceptionpublic Compute.TargetSslProxies.SetSslPolicy setSslPolicy(String project, String targetSslProxy, SslPolicyReference content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.targetSslProxy - Name of the TargetSslProxy resource whose SSL policy is to be set. The name must be 1-63 characters
        long, and comply with RFC1035.content - the SslPolicyReferenceIOExceptionpublic Compute.TargetSslProxies.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.