Compute Engine v1 API - Class SslCertificatesClientImpl (2.16.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(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
Name Description
grpcClient SslCertificatesSslCertificatesClient

The underlying gRPC client.

settings SslCertificatesSettings

The base SslCertificatesSettings used within this client.

logger ILogger

Optional ILogger to use within this client.

Properties

DeleteOperationsClient

public override OperationsClient DeleteOperationsClient { get; }

The long-running operations client for Delete.

Property Value
Type Description
OperationsClient
Overrides

GrpcClient

public override SslCertificates.SslCertificatesClient GrpcClient { get; }

The underlying gRPC SslCertificates client

Property Value
Type Description
SslCertificatesSslCertificatesClient
Overrides

InsertOperationsClient

public override OperationsClient InsertOperationsClient { get; }

The long-running operations client for Insert.

Property Value
Type Description
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. To prevent failure, Google recommends that you set the returnPartialSuccess parameter to true.

Parameters
Name Description
request AggregatedListSslCertificatesRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
PagedEnumerableSslCertificateAggregatedListKeyValuePairstringSslCertificatesScopedList

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. To prevent failure, Google recommends that you set the returnPartialSuccess parameter to true.

Parameters
Name Description
request AggregatedListSslCertificatesRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
PagedAsyncEnumerableSslCertificateAggregatedListKeyValuePairstringSslCertificatesScopedList

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
Name Description
request DeleteSslCertificateRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
OperationOperationOperation

The RPC response.

Overrides

DeleteAsync(DeleteSslCertificateRequest, CallSettings)

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

Deletes the specified SslCertificate resource.

Parameters
Name Description
request DeleteSslCertificateRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskOperationOperationOperation

A Task containing the RPC response.

Overrides

Get(GetSslCertificateRequest, CallSettings)

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

Returns the specified SslCertificate resource.

Parameters
Name Description
request GetSslCertificateRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
SslCertificate

The RPC response.

Overrides

GetAsync(GetSslCertificateRequest, CallSettings)

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

Returns the specified SslCertificate resource.

Parameters
Name Description
request GetSslCertificateRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskSslCertificate

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
Name Description
request InsertSslCertificateRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
OperationOperationOperation

The RPC response.

Overrides

InsertAsync(InsertSslCertificateRequest, CallSettings)

public override 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
Name Description
request InsertSslCertificateRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskOperationOperationOperation

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
Name Description
request ListSslCertificatesRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
PagedEnumerableSslCertificateListSslCertificate

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
Name Description
request ListSslCertificatesRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
PagedAsyncEnumerableSslCertificateListSslCertificate

A pageable asynchronous sequence of SslCertificate resources.

Overrides