![JAR search and dependency download from the Maven repository](/logo.png)
target.apidocs.com.google.api.services.compute.Compute.BackendBuckets.html Maven / Gradle / Ivy
Compute.BackendBuckets (Compute Engine API beta-rev20220726-2.0.0)
com.google.api.services.compute
Class Compute.BackendBuckets
- java.lang.Object
-
- com.google.api.services.compute.Compute.BackendBuckets
-
-
Nested Class Summary
Nested Classes
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 Summary
Constructors
Constructor and Description
BackendBuckets()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
-
Method Detail
-
addSignedUrlKey
public Compute.BackendBuckets.AddSignedUrlKey addSignedUrlKey(String project,
String backendBucket,
SignedUrlKey content)
throws IOException
Adds a key for validating requests with signed URLs for this backend bucket.
Create a request for the method "backendBuckets.addSignedUrlKey".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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 SignedUrlKey
- Returns:
- the request
- Throws:
IOException
-
delete
public Compute.BackendBuckets.Delete delete(String project,
String backendBucket)
throws IOException
Deletes the specified BackendBucket resource.
Create a request for the method "backendBuckets.delete".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
backendBucket
- Name of the BackendBucket resource to delete.
- Returns:
- the request
- Throws:
IOException
-
deleteSignedUrlKey
public Compute.BackendBuckets.DeleteSignedUrlKey deleteSignedUrlKey(String project,
String backendBucket,
String keyName)
throws IOException
Deletes a key for validating requests with signed URLs for this backend bucket.
Create a request for the method "backendBuckets.deleteSignedUrlKey".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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.
- Returns:
- the request
- Throws:
IOException
-
get
public Compute.BackendBuckets.Get get(String project,
String backendBucket)
throws IOException
Returns the specified BackendBucket resource. Gets a list of available backend buckets by making
a list() request.
Create a request for the method "backendBuckets.get".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
backendBucket
- Name of the BackendBucket resource to return.
- Returns:
- the request
- Throws:
IOException
-
getIamPolicy
public Compute.BackendBuckets.GetIamPolicy getIamPolicy(String project,
String resource)
throws IOException
Gets the access control policy for a resource. May be empty if no such policy or resource exists.
Create a request for the method "backendBuckets.getIamPolicy".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
resource
- Name or id of the resource for this request.
- Returns:
- the request
- Throws:
IOException
-
insert
public Compute.BackendBuckets.Insert insert(String project,
BackendBucket content)
throws IOException
Creates a BackendBucket resource in the specified project using the data included in the request.
Create a request for the method "backendBuckets.insert".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
content
- the BackendBucket
- Returns:
- the request
- Throws:
IOException
-
list
public Compute.BackendBuckets.List list(String project)
throws IOException
Retrieves the list of BackendBucket resources available to the specified project.
Create a request for the method "backendBuckets.list".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
- Returns:
- the request
- Throws:
IOException
-
patch
public Compute.BackendBuckets.Patch patch(String project,
String backendBucket,
BackendBucket content)
throws IOException
Updates the specified BackendBucket resource with the data included in the request. This method
supports PATCH semantics and uses the JSON merge patch format and processing rules.
Create a request for the method "backendBuckets.patch".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
backendBucket
- Name of the BackendBucket resource to patch.
content
- the BackendBucket
- Returns:
- the request
- Throws:
IOException
-
setEdgeSecurityPolicy
public Compute.BackendBuckets.SetEdgeSecurityPolicy setEdgeSecurityPolicy(String project,
String backendBucket,
SecurityPolicyReference content)
throws IOException
Sets the edge security policy for the specified backend bucket.
Create a request for the method "backendBuckets.setEdgeSecurityPolicy".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.
- Parameters:
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 SecurityPolicyReference
- Returns:
- the request
- Throws:
IOException
-
setIamPolicy
public Compute.BackendBuckets.SetIamPolicy setIamPolicy(String project,
String resource,
GlobalSetPolicyRequest content)
throws IOException
Sets the access control policy on the specified resource. Replaces any existing policy.
Create a request for the method "backendBuckets.setIamPolicy".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
resource
- Name or id of the resource for this request.
content
- the GlobalSetPolicyRequest
- Returns:
- the request
- Throws:
IOException
-
testIamPermissions
public Compute.BackendBuckets.TestIamPermissions testIamPermissions(String project,
String resource,
TestPermissionsRequest content)
throws IOException
Returns permissions that a caller has on the specified resource.
Create a request for the method "backendBuckets.testIamPermissions".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
resource
- Name or id of the resource for this request.
content
- the TestPermissionsRequest
- Returns:
- the request
- Throws:
IOException
-
update
public Compute.BackendBuckets.Update update(String project,
String backendBucket,
BackendBucket content)
throws IOException
Updates the specified BackendBucket resource with the data included in the request.
Create a request for the method "backendBuckets.update".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
backendBucket
- Name of the BackendBucket resource to update.
content
- the BackendBucket
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2022 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy