[BindServiceMethod(typeof(CertificateManager), "BindService")]
public abstract class CertificateManager.CertificateManagerBaseReference documentation and code samples for the Certificate Manager v1 API class CertificateManager.CertificateManagerBase.
Base class for server-side implementations of CertificateManager
Namespace
Google.Cloud.CertificateManager.V1Assembly
Google.Cloud.CertificateManager.V1.dll
Methods
CreateCertificate(CreateCertificateRequest, ServerCallContext)
public virtual Task<Operation> CreateCertificate(CreateCertificateRequest request, ServerCallContext context)Creates a new Certificate in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateCertificateRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreateCertificateIssuanceConfig(CreateCertificateIssuanceConfigRequest, ServerCallContext)
public virtual Task<Operation> CreateCertificateIssuanceConfig(CreateCertificateIssuanceConfigRequest request, ServerCallContext context)Creates a new CertificateIssuanceConfig in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateCertificateIssuanceConfigRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreateCertificateMap(CreateCertificateMapRequest, ServerCallContext)
public virtual Task<Operation> CreateCertificateMap(CreateCertificateMapRequest request, ServerCallContext context)Creates a new CertificateMap in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateCertificateMapRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreateCertificateMapEntry(CreateCertificateMapEntryRequest, ServerCallContext)
public virtual Task<Operation> CreateCertificateMapEntry(CreateCertificateMapEntryRequest request, ServerCallContext context)Creates a new CertificateMapEntry in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateCertificateMapEntryRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreateDnsAuthorization(CreateDnsAuthorizationRequest, ServerCallContext)
public virtual Task<Operation> CreateDnsAuthorization(CreateDnsAuthorizationRequest request, ServerCallContext context)Creates a new DnsAuthorization in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateDnsAuthorizationRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreateTrustConfig(CreateTrustConfigRequest, ServerCallContext)
public virtual Task<Operation> CreateTrustConfig(CreateTrustConfigRequest request, ServerCallContext context)Creates a new TrustConfig in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateTrustConfigRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteCertificate(DeleteCertificateRequest, ServerCallContext)
public virtual Task<Operation> DeleteCertificate(DeleteCertificateRequest request, ServerCallContext context)Deletes a single Certificate.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteCertificateRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteCertificateIssuanceConfig(DeleteCertificateIssuanceConfigRequest, ServerCallContext)
public virtual Task<Operation> DeleteCertificateIssuanceConfig(DeleteCertificateIssuanceConfigRequest request, ServerCallContext context)Deletes a single CertificateIssuanceConfig.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteCertificateIssuanceConfigRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteCertificateMap(DeleteCertificateMapRequest, ServerCallContext)
public virtual Task<Operation> DeleteCertificateMap(DeleteCertificateMapRequest request, ServerCallContext context)Deletes a single CertificateMap. A Certificate Map can't be deleted if it contains Certificate Map Entries. Remove all the entries from the map before calling this method.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteCertificateMapRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteCertificateMapEntry(DeleteCertificateMapEntryRequest, ServerCallContext)
public virtual Task<Operation> DeleteCertificateMapEntry(DeleteCertificateMapEntryRequest request, ServerCallContext context)Deletes a single CertificateMapEntry.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteCertificateMapEntryRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteDnsAuthorization(DeleteDnsAuthorizationRequest, ServerCallContext)
public virtual Task<Operation> DeleteDnsAuthorization(DeleteDnsAuthorizationRequest request, ServerCallContext context)Deletes a single DnsAuthorization.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteDnsAuthorizationRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteTrustConfig(DeleteTrustConfigRequest, ServerCallContext)
public virtual Task<Operation> DeleteTrustConfig(DeleteTrustConfigRequest request, ServerCallContext context)Deletes a single TrustConfig.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteTrustConfigRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
GetCertificate(GetCertificateRequest, ServerCallContext)
public virtual Task<Certificate> GetCertificate(GetCertificateRequest request, ServerCallContext context)Gets details of a single Certificate.
| Parameters | |
|---|---|
| Name | Description |
request |
GetCertificateRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskCertificate |
The response to send back to the client (wrapped by a task). |
GetCertificateIssuanceConfig(GetCertificateIssuanceConfigRequest, ServerCallContext)
public virtual Task<CertificateIssuanceConfig> GetCertificateIssuanceConfig(GetCertificateIssuanceConfigRequest request, ServerCallContext context)Gets details of a single CertificateIssuanceConfig.
| Parameters | |
|---|---|
| Name | Description |
request |
GetCertificateIssuanceConfigRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskCertificateIssuanceConfig |
The response to send back to the client (wrapped by a task). |
GetCertificateMap(GetCertificateMapRequest, ServerCallContext)
public virtual Task<CertificateMap> GetCertificateMap(GetCertificateMapRequest request, ServerCallContext context)Gets details of a single CertificateMap.
| Parameters | |
|---|---|
| Name | Description |
request |
GetCertificateMapRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskCertificateMap |
The response to send back to the client (wrapped by a task). |
GetCertificateMapEntry(GetCertificateMapEntryRequest, ServerCallContext)
public virtual Task<CertificateMapEntry> GetCertificateMapEntry(GetCertificateMapEntryRequest request, ServerCallContext context)Gets details of a single CertificateMapEntry.
| Parameters | |
|---|---|
| Name | Description |
request |
GetCertificateMapEntryRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskCertificateMapEntry |
The response to send back to the client (wrapped by a task). |
GetDnsAuthorization(GetDnsAuthorizationRequest, ServerCallContext)
public virtual Task<DnsAuthorization> GetDnsAuthorization(GetDnsAuthorizationRequest request, ServerCallContext context)Gets details of a single DnsAuthorization.
| Parameters | |
|---|---|
| Name | Description |
request |
GetDnsAuthorizationRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskDnsAuthorization |
The response to send back to the client (wrapped by a task). |
GetTrustConfig(GetTrustConfigRequest, ServerCallContext)
public virtual Task<TrustConfig> GetTrustConfig(GetTrustConfigRequest request, ServerCallContext context)Gets details of a single TrustConfig.
| Parameters | |
|---|---|
| Name | Description |
request |
GetTrustConfigRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskTrustConfig |
The response to send back to the client (wrapped by a task). |
ListCertificateIssuanceConfigs(ListCertificateIssuanceConfigsRequest, ServerCallContext)
public virtual Task<ListCertificateIssuanceConfigsResponse> ListCertificateIssuanceConfigs(ListCertificateIssuanceConfigsRequest request, ServerCallContext context)Lists CertificateIssuanceConfigs in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListCertificateIssuanceConfigsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListCertificateIssuanceConfigsResponse |
The response to send back to the client (wrapped by a task). |
ListCertificateMapEntries(ListCertificateMapEntriesRequest, ServerCallContext)
public virtual Task<ListCertificateMapEntriesResponse> ListCertificateMapEntries(ListCertificateMapEntriesRequest request, ServerCallContext context)Lists CertificateMapEntries in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListCertificateMapEntriesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListCertificateMapEntriesResponse |
The response to send back to the client (wrapped by a task). |
ListCertificateMaps(ListCertificateMapsRequest, ServerCallContext)
public virtual Task<ListCertificateMapsResponse> ListCertificateMaps(ListCertificateMapsRequest request, ServerCallContext context)Lists CertificateMaps in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListCertificateMapsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListCertificateMapsResponse |
The response to send back to the client (wrapped by a task). |
ListCertificates(ListCertificatesRequest, ServerCallContext)
public virtual Task<ListCertificatesResponse> ListCertificates(ListCertificatesRequest request, ServerCallContext context)Lists Certificates in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListCertificatesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListCertificatesResponse |
The response to send back to the client (wrapped by a task). |
ListDnsAuthorizations(ListDnsAuthorizationsRequest, ServerCallContext)
public virtual Task<ListDnsAuthorizationsResponse> ListDnsAuthorizations(ListDnsAuthorizationsRequest request, ServerCallContext context)Lists DnsAuthorizations in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDnsAuthorizationsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListDnsAuthorizationsResponse |
The response to send back to the client (wrapped by a task). |
ListTrustConfigs(ListTrustConfigsRequest, ServerCallContext)
public virtual Task<ListTrustConfigsResponse> ListTrustConfigs(ListTrustConfigsRequest request, ServerCallContext context)Lists TrustConfigs in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListTrustConfigsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListTrustConfigsResponse |
The response to send back to the client (wrapped by a task). |
UpdateCertificate(UpdateCertificateRequest, ServerCallContext)
public virtual Task<Operation> UpdateCertificate(UpdateCertificateRequest request, ServerCallContext context)Updates a Certificate.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateCertificateRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
UpdateCertificateMap(UpdateCertificateMapRequest, ServerCallContext)
public virtual Task<Operation> UpdateCertificateMap(UpdateCertificateMapRequest request, ServerCallContext context)Updates a CertificateMap.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateCertificateMapRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
UpdateCertificateMapEntry(UpdateCertificateMapEntryRequest, ServerCallContext)
public virtual Task<Operation> UpdateCertificateMapEntry(UpdateCertificateMapEntryRequest request, ServerCallContext context)Updates a CertificateMapEntry.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateCertificateMapEntryRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
UpdateDnsAuthorization(UpdateDnsAuthorizationRequest, ServerCallContext)
public virtual Task<Operation> UpdateDnsAuthorization(UpdateDnsAuthorizationRequest request, ServerCallContext context)Updates a DnsAuthorization.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateDnsAuthorizationRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
UpdateTrustConfig(UpdateTrustConfigRequest, ServerCallContext)
public virtual Task<Operation> UpdateTrustConfig(UpdateTrustConfigRequest request, ServerCallContext context)Updates a TrustConfig.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateTrustConfigRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |