[BindServiceMethod(typeof(PublicCertificateAuthorityService), "BindService")]
public abstract class PublicCertificateAuthorityService.PublicCertificateAuthorityServiceBase
Reference documentation and code samples for the Public Certificate Authority v1beta1 API class PublicCertificateAuthorityService.PublicCertificateAuthorityServiceBase.
Base class for server-side implementations of PublicCertificateAuthorityService
Namespace
Google.Cloud.Security.PublicCA.V1Beta1Assembly
Google.Cloud.Security.PublicCA.V1Beta1.dll
Methods
CreateExternalAccountKey(CreateExternalAccountKeyRequest, ServerCallContext)
public virtual Task<ExternalAccountKey> CreateExternalAccountKey(CreateExternalAccountKeyRequest request, ServerCallContext context)
Creates a new [ExternalAccountKey][google.cloud.security.publicca.v1beta1.ExternalAccountKey] bound to the project.
Parameters | |
---|---|
Name | Description |
request |
CreateExternalAccountKeyRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
TaskExternalAccountKey |
The response to send back to the client (wrapped by a task). |