| Modifier and Type | Class and Description | 
|---|---|
class  | 
Compute.BackendServices.AddSignedUrlKey  | 
class  | 
Compute.BackendServices.AggregatedList  | 
class  | 
Compute.BackendServices.Delete  | 
class  | 
Compute.BackendServices.DeleteSignedUrlKey  | 
class  | 
Compute.BackendServices.Get  | 
class  | 
Compute.BackendServices.GetHealth  | 
class  | 
Compute.BackendServices.Insert  | 
class  | 
Compute.BackendServices.List  | 
class  | 
Compute.BackendServices.Patch  | 
class  | 
Compute.BackendServices.SetEdgeSecurityPolicy  | 
class  | 
Compute.BackendServices.SetSecurityPolicy  | 
class  | 
Compute.BackendServices.TestIamPermissions  | 
class  | 
Compute.BackendServices.Update  | 
| Constructor and Description | 
|---|
BackendServices()  | 
| Modifier and Type | Method and Description | 
|---|---|
Compute.BackendServices.AddSignedUrlKey | 
addSignedUrlKey(String project,
               String backendService,
               SignedUrlKey content)
Adds a key for validating requests with signed URLs for this backend service. 
 | 
Compute.BackendServices.AggregatedList | 
aggregatedList(String project)
Retrieves the list of all BackendService resources, regional and global, available to the
 specified project. 
 | 
Compute.BackendServices.Delete | 
delete(String project,
      String backendService)
Deletes the specified BackendService resource. 
 | 
Compute.BackendServices.DeleteSignedUrlKey | 
deleteSignedUrlKey(String project,
                  String backendService,
                  String keyName)
Deletes a key for validating requests with signed URLs for this backend service. 
 | 
Compute.BackendServices.Get | 
get(String project,
   String backendService)
Returns the specified BackendService resource. 
 | 
Compute.BackendServices.GetHealth | 
getHealth(String project,
         String backendService,
         ResourceGroupReference content)
Gets the most recent health check results for this BackendService. 
 | 
Compute.BackendServices.Insert | 
insert(String project,
      BackendService content)
Creates a BackendService resource in the specified project using the data included in the
 request. 
 | 
Compute.BackendServices.List | 
list(String project)
Retrieves the list of BackendService resources available to the specified project. 
 | 
Compute.BackendServices.Patch | 
patch(String project,
     String backendService,
     BackendService content)
Patches the specified BackendService resource with the data included in the request. 
 | 
Compute.BackendServices.SetEdgeSecurityPolicy | 
setEdgeSecurityPolicy(String project,
                     String backendService,
                     SecurityPolicyReference content)
Sets the edge security policy for the specified backend service. 
 | 
Compute.BackendServices.SetSecurityPolicy | 
setSecurityPolicy(String project,
                 String backendService,
                 SecurityPolicyReference content)
Sets the security policy for the specified backend service. 
 | 
Compute.BackendServices.TestIamPermissions | 
testIamPermissions(String project,
                  String resource,
                  TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource. 
 | 
Compute.BackendServices.Update | 
update(String project,
      String backendService,
      BackendService content)
Updates the specified BackendService resource with the data included in the request. 
 | 
public Compute.BackendServices.AddSignedUrlKey addSignedUrlKey(String project, String backendService, SignedUrlKey content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.backendService - Name of the BackendService resource to which the Signed URL Key should be added. The name should
        conform to RFC1035.content - the SignedUrlKeyIOExceptionpublic Compute.BackendServices.AggregatedList aggregatedList(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Name of the project scoping this request.IOExceptionpublic Compute.BackendServices.Delete delete(String project, String backendService) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.backendService - Name of the BackendService resource to delete.IOExceptionpublic Compute.BackendServices.DeleteSignedUrlKey deleteSignedUrlKey(String project, String backendService, String keyName) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.backendService - Name of the BackendService resource to which the Signed URL Key should be added. The name should
        conform to RFC1035.keyName - The name of the Signed URL Key to delete.IOExceptionpublic Compute.BackendServices.Get get(String project, String backendService) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.backendService - Name of the BackendService resource to return.IOExceptionpublic Compute.BackendServices.GetHealth getHealth(String project, String backendService, ResourceGroupReference content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - backendService - Name of the BackendService resource to which the queried instance belongs.content - the ResourceGroupReferenceIOExceptionpublic Compute.BackendServices.Insert insert(String project, BackendService content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.content - the BackendServiceIOExceptionpublic Compute.BackendServices.List list(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Compute.BackendServices.Patch patch(String project, String backendService, BackendService content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.backendService - Name of the BackendService resource to patch.content - the BackendServiceIOExceptionpublic Compute.BackendServices.SetEdgeSecurityPolicy setEdgeSecurityPolicy(String project, String backendService, SecurityPolicyReference content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
 operation.project - Project ID for this request.backendService - Name of the BackendService resource to which the edge security policy should be set. The name should
        conform to RFC1035.content - the SecurityPolicyReferenceIOExceptionpublic Compute.BackendServices.SetSecurityPolicy setSecurityPolicy(String project, String backendService, SecurityPolicyReference content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.backendService - Name of the BackendService resource to which the security policy should be set. The name should
        conform to RFC1035.content - the SecurityPolicyReferenceIOExceptionpublic Compute.BackendServices.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 TestPermissionsRequestIOExceptionpublic Compute.BackendServices.Update update(String project, String backendService, BackendService content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.backendService - Name of the BackendService resource to update.content - the BackendServiceIOExceptionCopyright © 2011–2020 Google. All rights reserved.