Compute Engine v1 API - Class SslCertificatesClientImpl (2.2.0)

public sealed class SslCertificatesClientImpl : SslCertificatesClient

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

SslCertificates client wrapper implementation, for convenient use.

Inheritance

Object > SslCertificatesClient > SslCertificatesClientImpl

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Remarks

The SslCertificates API.

Constructors

SslCertificatesClientImpl(SslCertificates.SslCertificatesClient, SslCertificatesSettings, ILogger)

public SslCertificatesClientImpl(SslCertificates.SslCertificatesClient grpcClient, SslCertificatesSettings settings, ILogger logger)

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

Parameters
NameDescription
grpcClientSslCertificates.SslCertificatesClient

The underlying gRPC client.

settingsSslCertificatesSettings

The base SslCertificatesSettings 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 SslCertificates.SslCertificatesClient GrpcClient { get; }

The underlying gRPC SslCertificates client

Property Value
TypeDescription
SslCertificates.SslCertificatesClient
Overrides

InsertOperationsClient

public override OperationsClient InsertOperationsClient { get; }

The long-running operations client for Insert.

Property Value
TypeDescription
OperationsClient
Overrides

Methods

AggregatedList(AggregatedListSslCertificatesRequest, CallSettings)

public override PagedEnumerable<SslCertificateAggregatedList, KeyValuePair<string, SslCertificatesScopedList>> AggregatedList(AggregatedListSslCertificatesRequest request, CallSettings callSettings = null)

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

Parameters
NameDescription
requestAggregatedListSslCertificatesRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedEnumerable<SslCertificateAggregatedList, KeyValuePair<String, SslCertificatesScopedList>>

A pageable sequence of KeyValuePair<TKey,TValue> resources.

Overrides

AggregatedListAsync(AggregatedListSslCertificatesRequest, CallSettings)

public override PagedAsyncEnumerable<SslCertificateAggregatedList, KeyValuePair<string, SslCertificatesScopedList>> AggregatedListAsync(AggregatedListSslCertificatesRequest request, CallSettings callSettings = null)

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

Parameters
NameDescription
requestAggregatedListSslCertificatesRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedAsyncEnumerable<SslCertificateAggregatedList, KeyValuePair<String, SslCertificatesScopedList>>

A pageable asynchronous sequence of KeyValuePair<TKey,TValue> resources.

Overrides

Delete(DeleteSslCertificateRequest, CallSettings)

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

Deletes the specified SslCertificate resource.

Parameters
NameDescription
requestDeleteSslCertificateRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Operation<Operation, Operation>

The RPC response.

Overrides

DeleteAsync(DeleteSslCertificateRequest, CallSettings)

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

Deletes the specified SslCertificate resource.

Parameters
NameDescription
requestDeleteSslCertificateRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Task<Operation<Operation, Operation>>

A Task containing the RPC response.

Overrides

Get(GetSslCertificateRequest, CallSettings)

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

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

Parameters
NameDescription
requestGetSslCertificateRequest

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(GetSslCertificateRequest, CallSettings)

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

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

Parameters
NameDescription
requestGetSslCertificateRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Task<SslCertificate>

A Task containing the RPC response.

Overrides

Insert(InsertSslCertificateRequest, CallSettings)

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

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

Parameters
NameDescription
requestInsertSslCertificateRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Operation<Operation, Operation>

The RPC response.

Overrides

InsertAsync(InsertSslCertificateRequest, CallSettings)

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

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

Parameters
NameDescription
requestInsertSslCertificateRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Task<Operation<Operation, Operation>>

A Task containing the RPC response.

Overrides

List(ListSslCertificatesRequest, CallSettings)

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

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

Parameters
NameDescription
requestListSslCertificatesRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedEnumerable<SslCertificateList, SslCertificate>

A pageable sequence of SslCertificate resources.

Overrides

ListAsync(ListSslCertificatesRequest, CallSettings)

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

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

Parameters
NameDescription
requestListSslCertificatesRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedAsyncEnumerable<SslCertificateList, SslCertificate>

A pageable asynchronous sequence of SslCertificate resources.

Overrides