Class AutokeyAdminGrpc (2.48.0)

public final class AutokeyAdminGrpc

Provides interfaces for managing Cloud KMS Autokey folder-level configurations. A configuration is inherited by all descendent projects. A configuration at one folder overrides any other configurations in its ancestry. Setting a configuration on a folder is a prerequisite for Cloud KMS Autokey, so that users working in a descendant project can request provisioned CryptoKeys, ready for Customer Managed Encryption Key (CMEK) use, on-demand.

Inheritance

java.lang.Object > AutokeyAdminGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(AutokeyAdminGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(AutokeyAdminGrpc.AsyncService service)
Parameter
Name Description
service AutokeyAdminGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getGetAutokeyConfigMethod()

public static MethodDescriptor<GetAutokeyConfigRequest,AutokeyConfig> getGetAutokeyConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetAutokeyConfigRequest,AutokeyConfig>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getShowEffectiveAutokeyConfigMethod()

public static MethodDescriptor<ShowEffectiveAutokeyConfigRequest,ShowEffectiveAutokeyConfigResponse> getShowEffectiveAutokeyConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ShowEffectiveAutokeyConfigRequest,ShowEffectiveAutokeyConfigResponse>

getUpdateAutokeyConfigMethod()

public static MethodDescriptor<UpdateAutokeyConfigRequest,AutokeyConfig> getUpdateAutokeyConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateAutokeyConfigRequest,AutokeyConfig>

newBlockingStub(Channel channel)

public static AutokeyAdminGrpc.AutokeyAdminBlockingStub 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
Type Description
AutokeyAdminGrpc.AutokeyAdminBlockingStub

newFutureStub(Channel channel)

public static AutokeyAdminGrpc.AutokeyAdminFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
AutokeyAdminGrpc.AutokeyAdminFutureStub

newStub(Channel channel)

public static AutokeyAdminGrpc.AutokeyAdminStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
AutokeyAdminGrpc.AutokeyAdminStub