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
Google.Cloud.Compute.V1Assembly
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 | |
---|---|
Name | Description |
grpcClient | SslCertificates.SslCertificatesClient 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 |
SslCertificates.SslCertificatesClient |
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 |
PagedEnumerable<SslCertificateAggregatedList, KeyValuePair<String, SslCertificatesScopedList>> | 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 |
PagedAsyncEnumerable<SslCertificateAggregatedList, KeyValuePair<String, SslCertificatesScopedList>> | 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 |
Operation<Operation, Operation> | The RPC response. |
DeleteAsync(DeleteSslCertificateRequest, CallSettings)
public override async 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 |
Task<Operation<Operation, Operation>> | 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 |
Task<SslCertificate> | 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 |
Operation<Operation, Operation> | The RPC response. |
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 | |
---|---|
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 |
Task<Operation<Operation, Operation>> | 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 |
PagedEnumerable<SslCertificateList, SslCertificate> | 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 |
PagedAsyncEnumerable<SslCertificateList, SslCertificate> | A pageable asynchronous sequence of SslCertificate resources. |