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.
Namespace
GoogleCloudGoogle.Cloud.ComputeV1Assembly
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 |
GrpcClient
public override SslCertificates.SslCertificatesClient GrpcClient { get; }
The underlying gRPC SslCertificates client
Property Value | |
---|---|
Type | Description |
SslCertificatesSslCertificatesClient |
InsertOperationsClient
public override OperationsClient InsertOperationsClient { get; }
The long-running operations client for Insert
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
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 | |
---|---|
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. |
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 | |
---|---|
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. |
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. |
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. |
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 | |
---|---|
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. |
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 | |
---|---|
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. |
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. |
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. |
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. |
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. |