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
Static Methods
getCreateCertificateIssuanceConfigMethod()
public static MethodDescriptor<CreateCertificateIssuanceConfigRequest,Operation> getCreateCertificateIssuanceConfigMethod()
Returns
getCreateCertificateMapEntryMethod()
public static MethodDescriptor<CreateCertificateMapEntryRequest,Operation> getCreateCertificateMapEntryMethod()
Returns
getCreateCertificateMapMethod()
public static MethodDescriptor<CreateCertificateMapRequest,Operation> getCreateCertificateMapMethod()
Returns
getCreateCertificateMethod()
public static MethodDescriptor<CreateCertificateRequest,Operation> getCreateCertificateMethod()
Returns
getCreateDnsAuthorizationMethod()
public static MethodDescriptor<CreateDnsAuthorizationRequest,Operation> getCreateDnsAuthorizationMethod()
Returns
getDeleteCertificateIssuanceConfigMethod()
public static MethodDescriptor<DeleteCertificateIssuanceConfigRequest,Operation> getDeleteCertificateIssuanceConfigMethod()
Returns
getDeleteCertificateMapEntryMethod()
public static MethodDescriptor<DeleteCertificateMapEntryRequest,Operation> getDeleteCertificateMapEntryMethod()
Returns
getDeleteCertificateMapMethod()
public static MethodDescriptor<DeleteCertificateMapRequest,Operation> getDeleteCertificateMapMethod()
Returns
getDeleteCertificateMethod()
public static MethodDescriptor<DeleteCertificateRequest,Operation> getDeleteCertificateMethod()
Returns
getDeleteDnsAuthorizationMethod()
public static MethodDescriptor<DeleteDnsAuthorizationRequest,Operation> getDeleteDnsAuthorizationMethod()
Returns
getGetCertificateIssuanceConfigMethod()
public static MethodDescriptor<GetCertificateIssuanceConfigRequest,CertificateIssuanceConfig> getGetCertificateIssuanceConfigMethod()
Returns
getGetCertificateMapEntryMethod()
public static MethodDescriptor<GetCertificateMapEntryRequest,CertificateMapEntry> getGetCertificateMapEntryMethod()
Returns
getGetCertificateMapMethod()
public static MethodDescriptor<GetCertificateMapRequest,CertificateMap> getGetCertificateMapMethod()
Returns
getGetCertificateMethod()
public static MethodDescriptor<GetCertificateRequest,Certificate> getGetCertificateMethod()
Returns
getGetDnsAuthorizationMethod()
public static MethodDescriptor<GetDnsAuthorizationRequest,DnsAuthorization> getGetDnsAuthorizationMethod()
Returns
getListCertificateIssuanceConfigsMethod()
public static MethodDescriptor<ListCertificateIssuanceConfigsRequest,ListCertificateIssuanceConfigsResponse> getListCertificateIssuanceConfigsMethod()
Returns
getListCertificateMapEntriesMethod()
public static MethodDescriptor<ListCertificateMapEntriesRequest,ListCertificateMapEntriesResponse> getListCertificateMapEntriesMethod()
Returns
getListCertificateMapsMethod()
public static MethodDescriptor<ListCertificateMapsRequest,ListCertificateMapsResponse> getListCertificateMapsMethod()
Returns
getListCertificatesMethod()
public static MethodDescriptor<ListCertificatesRequest,ListCertificatesResponse> getListCertificatesMethod()
Returns
getListDnsAuthorizationsMethod()
public static MethodDescriptor<ListDnsAuthorizationsRequest,ListDnsAuthorizationsResponse> getListDnsAuthorizationsMethod()
Returns
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns
Type | Description |
io.grpc.ServiceDescriptor | |
getUpdateCertificateMapEntryMethod()
public static MethodDescriptor<UpdateCertificateMapEntryRequest,Operation> getUpdateCertificateMapEntryMethod()
Returns
getUpdateCertificateMapMethod()
public static MethodDescriptor<UpdateCertificateMapRequest,Operation> getUpdateCertificateMapMethod()
Returns
getUpdateCertificateMethod()
public static MethodDescriptor<UpdateCertificateRequest,Operation> getUpdateCertificateMethod()
Returns
getUpdateDnsAuthorizationMethod()
public static MethodDescriptor<UpdateDnsAuthorizationRequest,Operation> getUpdateDnsAuthorizationMethod()
Returns
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
|
Returns
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
|
Returns
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
|
Returns