Compute Engine v1 API - Class BackendBuckets.BackendBucketsBase (2.13.0)

[BindServiceMethod(typeof(BackendBuckets), "BindService")]
public abstract class BackendBuckets.BackendBucketsBase

Reference documentation and code samples for the Compute Engine v1 API class BackendBuckets.BackendBucketsBase.

Base class for server-side implementations of BackendBuckets

Inheritance

object > BackendBuckets.BackendBucketsBase

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Methods

AddSignedUrlKey(AddSignedUrlKeyBackendBucketRequest, ServerCallContext)

public virtual Task<Operation> AddSignedUrlKey(AddSignedUrlKeyBackendBucketRequest request, ServerCallContext context)

Adds a key for validating requests with signed URLs for this backend bucket.

Parameters
NameDescription
requestAddSignedUrlKeyBackendBucketRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

Delete(DeleteBackendBucketRequest, ServerCallContext)

public virtual Task<Operation> Delete(DeleteBackendBucketRequest request, ServerCallContext context)

Deletes the specified BackendBucket resource.

Parameters
NameDescription
requestDeleteBackendBucketRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

DeleteSignedUrlKey(DeleteSignedUrlKeyBackendBucketRequest, ServerCallContext)

public virtual Task<Operation> DeleteSignedUrlKey(DeleteSignedUrlKeyBackendBucketRequest request, ServerCallContext context)

Deletes a key for validating requests with signed URLs for this backend bucket.

Parameters
NameDescription
requestDeleteSignedUrlKeyBackendBucketRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

Get(GetBackendBucketRequest, ServerCallContext)

public virtual Task<BackendBucket> Get(GetBackendBucketRequest request, ServerCallContext context)

Returns the specified BackendBucket resource.

Parameters
NameDescription
requestGetBackendBucketRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskBackendBucket

The response to send back to the client (wrapped by a task).

GetIamPolicy(GetIamPolicyBackendBucketRequest, ServerCallContext)

public virtual Task<Policy> GetIamPolicy(GetIamPolicyBackendBucketRequest request, ServerCallContext context)

Gets the access control policy for a resource. May be empty if no such policy or resource exists.

Parameters
NameDescription
requestGetIamPolicyBackendBucketRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskPolicy

The response to send back to the client (wrapped by a task).

Insert(InsertBackendBucketRequest, ServerCallContext)

public virtual Task<Operation> Insert(InsertBackendBucketRequest request, ServerCallContext context)

Creates a BackendBucket resource in the specified project using the data included in the request.

Parameters
NameDescription
requestInsertBackendBucketRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

List(ListBackendBucketsRequest, ServerCallContext)

public virtual Task<BackendBucketList> List(ListBackendBucketsRequest request, ServerCallContext context)

Retrieves the list of BackendBucket resources available to the specified project.

Parameters
NameDescription
requestListBackendBucketsRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskBackendBucketList

The response to send back to the client (wrapped by a task).

Patch(PatchBackendBucketRequest, ServerCallContext)

public virtual Task<Operation> Patch(PatchBackendBucketRequest request, ServerCallContext context)

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.

Parameters
NameDescription
requestPatchBackendBucketRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

SetEdgeSecurityPolicy(SetEdgeSecurityPolicyBackendBucketRequest, ServerCallContext)

public virtual Task<Operation> SetEdgeSecurityPolicy(SetEdgeSecurityPolicyBackendBucketRequest request, ServerCallContext context)

Sets the edge security policy for the specified backend bucket.

Parameters
NameDescription
requestSetEdgeSecurityPolicyBackendBucketRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

SetIamPolicy(SetIamPolicyBackendBucketRequest, ServerCallContext)

public virtual Task<Policy> SetIamPolicy(SetIamPolicyBackendBucketRequest request, ServerCallContext context)

Sets the access control policy on the specified resource. Replaces any existing policy.

Parameters
NameDescription
requestSetIamPolicyBackendBucketRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskPolicy

The response to send back to the client (wrapped by a task).

TestIamPermissions(TestIamPermissionsBackendBucketRequest, ServerCallContext)

public virtual Task<TestPermissionsResponse> TestIamPermissions(TestIamPermissionsBackendBucketRequest request, ServerCallContext context)

Returns permissions that a caller has on the specified resource.

Parameters
NameDescription
requestTestIamPermissionsBackendBucketRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskTestPermissionsResponse

The response to send back to the client (wrapped by a task).

Update(UpdateBackendBucketRequest, ServerCallContext)

public virtual Task<Operation> Update(UpdateBackendBucketRequest request, ServerCallContext context)

Updates the specified BackendBucket resource with the data included in the request.

Parameters
NameDescription
requestUpdateBackendBucketRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).