public sealed class RegionSslCertificatesClientImpl : RegionSslCertificatesClient
Reference documentation and code samples for the Compute Engine v1 API class RegionSslCertificatesClientImpl.
RegionSslCertificates client wrapper implementation, for convenient use.
Inherited Members
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Remarks
The RegionSslCertificates API.
Constructors
RegionSslCertificatesClientImpl(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 |
RegionSslCertificatesRegionSslCertificatesClient 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 |
RegionSslCertificatesRegionSslCertificatesClient |
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. |
DeleteAsync(DeleteRegionSslCertificateRequest, CallSettings)
public override 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. |
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 |
TaskSslCertificate |
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. |
InsertAsync(InsertRegionSslCertificateRequest, CallSettings)
public override 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. |
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 |
PagedEnumerableSslCertificateListSslCertificate |
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 |
PagedAsyncEnumerableSslCertificateListSslCertificate |
A pageable asynchronous sequence of SslCertificate resources. |