Class IntentsGrpc (4.43.0)

public final class IntentsGrpc

Service for managing Intents.

Inheritance

java.lang.Object > IntentsGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(IntentsGrpc.AsyncService service)

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

getBatchDeleteIntentsMethod()

public static MethodDescriptor<BatchDeleteIntentsRequest,Operation> getBatchDeleteIntentsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<BatchDeleteIntentsRequest,Operation>

getBatchUpdateIntentsMethod()

public static MethodDescriptor<BatchUpdateIntentsRequest,Operation> getBatchUpdateIntentsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<BatchUpdateIntentsRequest,Operation>

getCreateIntentMethod()

public static MethodDescriptor<CreateIntentRequest,Intent> getCreateIntentMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateIntentRequest,Intent>

getDeleteIntentMethod()

public static MethodDescriptor<DeleteIntentRequest,Empty> getDeleteIntentMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteIntentRequest,Empty>

getGetIntentMethod()

public static MethodDescriptor<GetIntentRequest,Intent> getGetIntentMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetIntentRequest,Intent>

getListIntentsMethod()

public static MethodDescriptor<ListIntentsRequest,ListIntentsResponse> getListIntentsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListIntentsRequest,ListIntentsResponse>

getServiceDescriptor()

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

getUpdateIntentMethod()

public static MethodDescriptor<UpdateIntentRequest,Intent> getUpdateIntentMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateIntentRequest,Intent>

newBlockingStub(Channel channel)

public static IntentsGrpc.IntentsBlockingStub 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
IntentsGrpc.IntentsBlockingStub

newFutureStub(Channel channel)

public static IntentsGrpc.IntentsFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
IntentsGrpc.IntentsFutureStub

newStub(Channel channel)

public static IntentsGrpc.IntentsStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
IntentsGrpc.IntentsStub