public sealed class RegionSslCertificatesClientImpl : RegionSslCertificatesClient
RegionSslCertificates client wrapper implementation, for convenient use.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Remarks
The RegionSslCertificates API.
Constructors
RegionSslCertificatesClientImpl(RegionSslCertificates.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 | |
---|---|
Name | Description |
grpcClient | RegionSslCertificates.RegionSslCertificatesClient The underlying gRPC client. |
settings | RegionSslCertificatesSettings The base RegionSslCertificatesSettings 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 RegionSslCertificates.RegionSslCertificatesClient GrpcClient { get; }
The underlying gRPC RegionSslCertificates client
Property Value | |
---|---|
Type | Description |
RegionSslCertificates.RegionSslCertificatesClient |
InsertOperationsClient
public override OperationsClient InsertOperationsClient { get; }
The long-running operations client for Insert
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
Methods
Delete(DeleteRegionSslCertificateRequest, CallSettings)
public override Operation<Operation, Operation> Delete(DeleteRegionSslCertificateRequest request, CallSettings callSettings = null)
Deletes the specified SslCertificate resource in the region.
Parameters | |
---|---|
Name | Description |
request | DeleteRegionSslCertificateRequest 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(DeleteRegionSslCertificateRequest, CallSettings)
public override async Task<Operation<Operation, Operation>> DeleteAsync(DeleteRegionSslCertificateRequest request, CallSettings callSettings = null)
Deletes the specified SslCertificate resource in the region.
Parameters | |
---|---|
Name | Description |
request | DeleteRegionSslCertificateRequest 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(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 | |
---|---|
Name | Description |
request | GetRegionSslCertificateRequest 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(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 | |
---|---|
Name | Description |
request | GetRegionSslCertificateRequest 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(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 | |
---|---|
Name | Description |
request | InsertRegionSslCertificateRequest 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(InsertRegionSslCertificateRequest, CallSettings)
public override async 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 | |
---|---|
Name | Description |
request | InsertRegionSslCertificateRequest 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(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 | |
---|---|
Name | Description |
request | ListRegionSslCertificatesRequest 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(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 | |
---|---|
Name | Description |
request | ListRegionSslCertificatesRequest 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. |