Class SslCertificates.SslCertificatesBase (1.1.0)

[BindServiceMethod(typeof(SslCertificates), "BindService")]
public abstract class SslCertificatesBase

Base class for server-side implementations of SslCertificates

Inheritance

Object > SslCertificates.SslCertificatesBase

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Methods

AggregatedList(AggregatedListSslCertificatesRequest, ServerCallContext)

public virtual Task<SslCertificateAggregatedList> AggregatedList(AggregatedListSslCertificatesRequest request, ServerCallContext context)

Retrieves the list of all SslCertificate resources, regional and global, available to the specified project.

Parameters
NameDescription
requestAggregatedListSslCertificatesRequest

The request received from the client.

contextServerCallContext

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

Returns
TypeDescription
Task<SslCertificateAggregatedList>

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

Delete(DeleteSslCertificateRequest, ServerCallContext)

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

Deletes the specified SslCertificate resource.

Parameters
NameDescription
requestDeleteSslCertificateRequest

The request received from the client.

contextServerCallContext

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

Returns
TypeDescription
Task<Operation>

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

Get(GetSslCertificateRequest, ServerCallContext)

public virtual Task<SslCertificate> Get(GetSslCertificateRequest request, ServerCallContext context)

Returns the specified SslCertificate resource. Gets a list of available SSL certificates by making a list() request.

Parameters
NameDescription
requestGetSslCertificateRequest

The request received from the client.

contextServerCallContext

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

Returns
TypeDescription
Task<SslCertificate>

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

Insert(InsertSslCertificateRequest, ServerCallContext)

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

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

Parameters
NameDescription
requestInsertSslCertificateRequest

The request received from the client.

contextServerCallContext

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

Returns
TypeDescription
Task<Operation>

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

List(ListSslCertificatesRequest, ServerCallContext)

public virtual Task<SslCertificateList> List(ListSslCertificatesRequest request, ServerCallContext context)

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

Parameters
NameDescription
requestListSslCertificatesRequest

The request received from the client.

contextServerCallContext

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

Returns
TypeDescription
Task<SslCertificateList>

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