Class KeyTrackingServiceGrpc (0.30.0)

public final class KeyTrackingServiceGrpc

Returns information about the resources in an org that are protected by a given Cloud KMS key via CMEK.

Inheritance

java.lang.Object > KeyTrackingServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(KeyTrackingServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(KeyTrackingServiceGrpc.AsyncService service)
Parameter
NameDescription
serviceKeyTrackingServiceGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getGetProtectedResourcesSummaryMethod()

public static MethodDescriptor<GetProtectedResourcesSummaryRequest,ProtectedResourcesSummary> getGetProtectedResourcesSummaryMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetProtectedResourcesSummaryRequest,ProtectedResourcesSummary>

getSearchProtectedResourcesMethod()

public static MethodDescriptor<SearchProtectedResourcesRequest,SearchProtectedResourcesResponse> getSearchProtectedResourcesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<SearchProtectedResourcesRequest,SearchProtectedResourcesResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

public static KeyTrackingServiceGrpc.KeyTrackingServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
KeyTrackingServiceGrpc.KeyTrackingServiceBlockingStub

newFutureStub(Channel channel)

public static KeyTrackingServiceGrpc.KeyTrackingServiceFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
KeyTrackingServiceGrpc.KeyTrackingServiceFutureStub

newStub(Channel channel)

public static KeyTrackingServiceGrpc.KeyTrackingServiceStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
KeyTrackingServiceGrpc.KeyTrackingServiceStub