| Modifier and Type | Class and Description | 
|---|---|
| class  | Compute.BackendBuckets.AddSignedUrlKey | 
| class  | Compute.BackendBuckets.Delete | 
| class  | Compute.BackendBuckets.DeleteSignedUrlKey | 
| class  | Compute.BackendBuckets.Get | 
| class  | Compute.BackendBuckets.GetIamPolicy | 
| class  | Compute.BackendBuckets.Insert | 
| class  | Compute.BackendBuckets.List | 
| class  | Compute.BackendBuckets.Patch | 
| class  | Compute.BackendBuckets.SetEdgeSecurityPolicy | 
| class  | Compute.BackendBuckets.SetIamPolicy | 
| class  | Compute.BackendBuckets.TestIamPermissions | 
| class  | Compute.BackendBuckets.Update | 
| Constructor and Description | 
|---|
| BackendBuckets() | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.BackendBuckets.AddSignedUrlKey | addSignedUrlKey(String project,
               String backendBucket,
               SignedUrlKey content)Adds a key for validating requests with signed URLs for this backend bucket. | 
| Compute.BackendBuckets.Delete | delete(String project,
      String backendBucket)Deletes the specified BackendBucket resource. | 
| Compute.BackendBuckets.DeleteSignedUrlKey | deleteSignedUrlKey(String project,
                  String backendBucket,
                  String keyName)Deletes a key for validating requests with signed URLs for this backend bucket. | 
| Compute.BackendBuckets.Get | get(String project,
   String backendBucket)Returns the specified BackendBucket resource. | 
| Compute.BackendBuckets.GetIamPolicy | getIamPolicy(String project,
            String resource)Gets the access control policy for a resource. | 
| Compute.BackendBuckets.Insert | insert(String project,
      BackendBucket content)Creates a BackendBucket resource in the specified project using the data included in the request. | 
| Compute.BackendBuckets.List | list(String project)Retrieves the list of BackendBucket resources available to the specified project. | 
| Compute.BackendBuckets.Patch | patch(String project,
     String backendBucket,
     BackendBucket content)Updates the specified BackendBucket resource with the data included in the request. | 
| Compute.BackendBuckets.SetEdgeSecurityPolicy | setEdgeSecurityPolicy(String project,
                     String backendBucket,
                     SecurityPolicyReference content)Sets the edge security policy for the specified backend bucket. | 
| Compute.BackendBuckets.SetIamPolicy | setIamPolicy(String project,
            String resource,
            GlobalSetPolicyRequest content)Sets the access control policy on the specified resource. | 
| Compute.BackendBuckets.TestIamPermissions | testIamPermissions(String project,
                  String resource,
                  TestPermissionsRequest content)Returns permissions that a caller has on the specified resource. | 
| Compute.BackendBuckets.Update | update(String project,
      String backendBucket,
      BackendBucket content)Updates the specified BackendBucket resource with the data included in the request. | 
public Compute.BackendBuckets.AddSignedUrlKey addSignedUrlKey(String project, String backendBucket, SignedUrlKey content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.backendBucket - Name of the BackendBucket resource to which the Signed URL Key should be added. The name should
        conform to RFC1035.content - the SignedUrlKeyIOExceptionpublic Compute.BackendBuckets.Delete delete(String project, String backendBucket) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.backendBucket - Name of the BackendBucket resource to delete.IOExceptionpublic Compute.BackendBuckets.DeleteSignedUrlKey deleteSignedUrlKey(String project, String backendBucket, String keyName) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.backendBucket - Name of the BackendBucket 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.BackendBuckets.Get get(String project, String backendBucket) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.backendBucket - Name of the BackendBucket resource to return.IOExceptionpublic Compute.BackendBuckets.GetIamPolicy getIamPolicy(String project, String resource) 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.IOExceptionpublic Compute.BackendBuckets.Insert insert(String project, BackendBucket content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.content - the BackendBucketIOExceptionpublic Compute.BackendBuckets.List list(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Compute.BackendBuckets.Patch patch(String project, String backendBucket, BackendBucket content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.backendBucket - Name of the BackendBucket resource to patch.content - the BackendBucketIOExceptionpublic Compute.BackendBuckets.SetEdgeSecurityPolicy setEdgeSecurityPolicy(String project, String backendBucket, SecurityPolicyReference content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
 operation.project - Project ID for this request.backendBucket - Name of the BackendService resource to which the security policy should be set. The name should
        conform to RFC1035.content - the SecurityPolicyReferenceIOExceptionpublic Compute.BackendBuckets.SetIamPolicy setIamPolicy(String project, String resource, GlobalSetPolicyRequest 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 GlobalSetPolicyRequestIOExceptionpublic Compute.BackendBuckets.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.BackendBuckets.Update update(String project, String backendBucket, BackendBucket content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.backendBucket - Name of the BackendBucket resource to update.content - the BackendBucketIOExceptionCopyright © 2011–2022 Google. All rights reserved.