public final class CertificateManagerGrpc
API Overview
Certificates Manager API allows customers to see and manage all their TLS
certificates.
Certificates Manager API service provides methods to manage certificates,
group them into collections, and create serving configuration that can be
easily applied to other Cloud resources e.g. Target Proxies.
Data Model
The Certificates Manager service exposes the following resources:
Certificate
that describes a single TLS certificate.
CertificateMap
that describes a collection of certificates that can be
attached to a target resource.
CertificateMapEntry
that describes a single configuration entry that
consists of a SNI and a group of certificates. It's a subresource of
CertificateMap.
Certificate, CertificateMap and CertificateMapEntry IDs
have to fully match the regexp [a-z0-9-]{1,63}
. In other words,
- only lower case letters, digits, and hyphen are allowed
- length of the resource ID has to be in [1,63] range.
Provides methods to manage Cloud Certificate Manager entities.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
Type |
Description |
String |
|
Static Methods
bindService(CertificateManagerGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(CertificateManagerGrpc.AsyncService service)
Returns |
Type |
Description |
io.grpc.ServerServiceDefinition |
|
getCreateCertificateIssuanceConfigMethod()
public static MethodDescriptor<CreateCertificateIssuanceConfigRequest,Operation> getCreateCertificateIssuanceConfigMethod()
getCreateCertificateMapEntryMethod()
public static MethodDescriptor<CreateCertificateMapEntryRequest,Operation> getCreateCertificateMapEntryMethod()
getCreateCertificateMapMethod()
public static MethodDescriptor<CreateCertificateMapRequest,Operation> getCreateCertificateMapMethod()
getCreateCertificateMethod()
public static MethodDescriptor<CreateCertificateRequest,Operation> getCreateCertificateMethod()
getCreateDnsAuthorizationMethod()
public static MethodDescriptor<CreateDnsAuthorizationRequest,Operation> getCreateDnsAuthorizationMethod()
getCreateTrustConfigMethod()
public static MethodDescriptor<CreateTrustConfigRequest,Operation> getCreateTrustConfigMethod()
getDeleteCertificateIssuanceConfigMethod()
public static MethodDescriptor<DeleteCertificateIssuanceConfigRequest,Operation> getDeleteCertificateIssuanceConfigMethod()
getDeleteCertificateMapEntryMethod()
public static MethodDescriptor<DeleteCertificateMapEntryRequest,Operation> getDeleteCertificateMapEntryMethod()
getDeleteCertificateMapMethod()
public static MethodDescriptor<DeleteCertificateMapRequest,Operation> getDeleteCertificateMapMethod()
getDeleteCertificateMethod()
public static MethodDescriptor<DeleteCertificateRequest,Operation> getDeleteCertificateMethod()
getDeleteDnsAuthorizationMethod()
public static MethodDescriptor<DeleteDnsAuthorizationRequest,Operation> getDeleteDnsAuthorizationMethod()
getDeleteTrustConfigMethod()
public static MethodDescriptor<DeleteTrustConfigRequest,Operation> getDeleteTrustConfigMethod()
getGetCertificateIssuanceConfigMethod()
public static MethodDescriptor<GetCertificateIssuanceConfigRequest,CertificateIssuanceConfig> getGetCertificateIssuanceConfigMethod()
getGetCertificateMapEntryMethod()
public static MethodDescriptor<GetCertificateMapEntryRequest,CertificateMapEntry> getGetCertificateMapEntryMethod()
getGetCertificateMapMethod()
public static MethodDescriptor<GetCertificateMapRequest,CertificateMap> getGetCertificateMapMethod()
getGetCertificateMethod()
public static MethodDescriptor<GetCertificateRequest,Certificate> getGetCertificateMethod()
getGetDnsAuthorizationMethod()
public static MethodDescriptor<GetDnsAuthorizationRequest,DnsAuthorization> getGetDnsAuthorizationMethod()
getGetTrustConfigMethod()
public static MethodDescriptor<GetTrustConfigRequest,TrustConfig> getGetTrustConfigMethod()
getListCertificateIssuanceConfigsMethod()
public static MethodDescriptor<ListCertificateIssuanceConfigsRequest,ListCertificateIssuanceConfigsResponse> getListCertificateIssuanceConfigsMethod()
getListCertificateMapEntriesMethod()
public static MethodDescriptor<ListCertificateMapEntriesRequest,ListCertificateMapEntriesResponse> getListCertificateMapEntriesMethod()
getListCertificateMapsMethod()
public static MethodDescriptor<ListCertificateMapsRequest,ListCertificateMapsResponse> getListCertificateMapsMethod()
getListCertificatesMethod()
public static MethodDescriptor<ListCertificatesRequest,ListCertificatesResponse> getListCertificatesMethod()
getListDnsAuthorizationsMethod()
public static MethodDescriptor<ListDnsAuthorizationsRequest,ListDnsAuthorizationsResponse> getListDnsAuthorizationsMethod()
getListTrustConfigsMethod()
public static MethodDescriptor<ListTrustConfigsRequest,ListTrustConfigsResponse> getListTrustConfigsMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
Type |
Description |
io.grpc.ServiceDescriptor |
|
getUpdateCertificateMapEntryMethod()
public static MethodDescriptor<UpdateCertificateMapEntryRequest,Operation> getUpdateCertificateMapEntryMethod()
getUpdateCertificateMapMethod()
public static MethodDescriptor<UpdateCertificateMapRequest,Operation> getUpdateCertificateMapMethod()
getUpdateCertificateMethod()
public static MethodDescriptor<UpdateCertificateRequest,Operation> getUpdateCertificateMethod()
getUpdateDnsAuthorizationMethod()
public static MethodDescriptor<UpdateDnsAuthorizationRequest,Operation> getUpdateDnsAuthorizationMethod()
getUpdateTrustConfigMethod()
public static MethodDescriptor<UpdateTrustConfigRequest,Operation> getUpdateTrustConfigMethod()
newBlockingStub(Channel channel)
public static CertificateManagerGrpc.CertificateManagerBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newFutureStub(Channel channel)
public static CertificateManagerGrpc.CertificateManagerFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newStub(Channel channel)
public static CertificateManagerGrpc.CertificateManagerStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|