Compute Engine v1 API - Class RegionSslCertificatesClientImpl (2.15.0)

public sealed class RegionSslCertificatesClientImpl : RegionSslCertificatesClient

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

RegionSslCertificates client wrapper implementation, for convenient use.

Inheritance

object > RegionSslCertificatesClient > RegionSslCertificatesClientImpl

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Remarks

The RegionSslCertificates API.

Constructors

RegionSslCertificatesClientImpl(RegionSslCertificatesClient, RegionSslCertificatesSettings, ILogger)

public RegionSslCertificatesClientImpl(RegionSslCertificates.RegionSslCertificatesClient grpcClient, RegionSslCertificatesSettings settings, ILogger logger)

Constructs a client wrapper for the RegionSslCertificates service, with the specified gRPC client and settings.

Parameters
NameDescription
grpcClientRegionSslCertificatesRegionSslCertificatesClient

The underlying gRPC client.

settingsRegionSslCertificatesSettings

The base RegionSslCertificatesSettings used within this client.

loggerILogger

Optional ILogger to use within this client.

Properties

DeleteOperationsClient

public override OperationsClient DeleteOperationsClient { get; }

The long-running operations client for Delete.

Property Value
TypeDescription
OperationsClient
Overrides

GrpcClient

public override RegionSslCertificates.RegionSslCertificatesClient GrpcClient { get; }

The underlying gRPC RegionSslCertificates client

Property Value
TypeDescription
RegionSslCertificatesRegionSslCertificatesClient
Overrides

InsertOperationsClient

public override OperationsClient InsertOperationsClient { get; }

The long-running operations client for Insert.

Property Value
TypeDescription
OperationsClient
Overrides

Methods

Delete(DeleteRegionSslCertificateRequest, CallSettings)

public override Operation<Operation, Operation> Delete(DeleteRegionSslCertificateRequest request, CallSettings callSettings = null)

Deletes the specified SslCertificate resource in the region.

Parameters
NameDescription
requestDeleteRegionSslCertificateRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
OperationOperationOperation

The RPC response.

Overrides

DeleteAsync(DeleteRegionSslCertificateRequest, CallSettings)

public override Task<Operation<Operation, Operation>> DeleteAsync(DeleteRegionSslCertificateRequest request, CallSettings callSettings = null)

Deletes the specified SslCertificate resource in the region.

Parameters
NameDescription
requestDeleteRegionSslCertificateRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
TaskOperationOperationOperation

A Task containing the RPC response.

Overrides

Get(GetRegionSslCertificateRequest, CallSettings)

public override SslCertificate Get(GetRegionSslCertificateRequest request, CallSettings callSettings = null)

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

Parameters
NameDescription
requestGetRegionSslCertificateRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
SslCertificate

The RPC response.

Overrides

GetAsync(GetRegionSslCertificateRequest, CallSettings)

public override Task<SslCertificate> GetAsync(GetRegionSslCertificateRequest request, CallSettings callSettings = null)

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

Parameters
NameDescription
requestGetRegionSslCertificateRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
TaskSslCertificate

A Task containing the RPC response.

Overrides

Insert(InsertRegionSslCertificateRequest, CallSettings)

public override Operation<Operation, Operation> Insert(InsertRegionSslCertificateRequest request, CallSettings callSettings = null)

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

Parameters
NameDescription
requestInsertRegionSslCertificateRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
OperationOperationOperation

The RPC response.

Overrides

InsertAsync(InsertRegionSslCertificateRequest, CallSettings)

public override Task<Operation<Operation, Operation>> InsertAsync(InsertRegionSslCertificateRequest request, CallSettings callSettings = null)

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

Parameters
NameDescription
requestInsertRegionSslCertificateRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
TaskOperationOperationOperation

A Task containing the RPC response.

Overrides

List(ListRegionSslCertificatesRequest, CallSettings)

public override PagedEnumerable<SslCertificateList, SslCertificate> List(ListRegionSslCertificatesRequest request, CallSettings callSettings = null)

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

Parameters
NameDescription
requestListRegionSslCertificatesRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedEnumerableSslCertificateListSslCertificate

A pageable sequence of SslCertificate resources.

Overrides

ListAsync(ListRegionSslCertificatesRequest, CallSettings)

public override PagedAsyncEnumerable<SslCertificateList, SslCertificate> ListAsync(ListRegionSslCertificatesRequest request, CallSettings callSettings = null)

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

Parameters
NameDescription
requestListRegionSslCertificatesRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedAsyncEnumerableSslCertificateListSslCertificate

A pageable asynchronous sequence of SslCertificate resources.

Overrides