Class EncryptionSpecServiceGrpc (4.57.0)

public final class EncryptionSpecServiceGrpc

Manages encryption spec settings for Dialogflow and Agent Assist.

Inheritance

java.lang.Object > EncryptionSpecServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(EncryptionSpecServiceGrpc.AsyncService service)

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

getGetEncryptionSpecMethod()

public static MethodDescriptor<GetEncryptionSpecRequest,EncryptionSpec> getGetEncryptionSpecMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetEncryptionSpecRequest,EncryptionSpec>

getInitializeEncryptionSpecMethod()

public static MethodDescriptor<InitializeEncryptionSpecRequest,Operation> getInitializeEncryptionSpecMethod()
Returns
Type Description
io.grpc.MethodDescriptor<InitializeEncryptionSpecRequest,Operation>

getServiceDescriptor()

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

newBlockingStub(Channel channel)

public static EncryptionSpecServiceGrpc.EncryptionSpecServiceBlockingStub 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
EncryptionSpecServiceGrpc.EncryptionSpecServiceBlockingStub

newFutureStub(Channel channel)

public static EncryptionSpecServiceGrpc.EncryptionSpecServiceFutureStub 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
EncryptionSpecServiceGrpc.EncryptionSpecServiceFutureStub

newStub(Channel channel)

public static EncryptionSpecServiceGrpc.EncryptionSpecServiceStub 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
EncryptionSpecServiceGrpc.EncryptionSpecServiceStub