Class SessionEntityTypesGrpc
- java.lang.Object
-
- com.google.cloud.dialogflow.v2beta1.SessionEntityTypesGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dialogflow/v2beta1/session_entity_type.proto") public final class SessionEntityTypesGrpc extends Object
Service for managing [SessionEntityTypes][google.cloud.dialogflow.v2beta1.SessionEntityType].
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSessionEntityTypesGrpc.AsyncServiceService for managing [SessionEntityTypes][google.cloud.dialogflow.v2beta1.SessionEntityType].static classSessionEntityTypesGrpc.SessionEntityTypesBlockingStubA stub to allow clients to do synchronous rpc calls to service SessionEntityTypes.static classSessionEntityTypesGrpc.SessionEntityTypesFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service SessionEntityTypes.static classSessionEntityTypesGrpc.SessionEntityTypesImplBaseBase class for the server implementation of the service SessionEntityTypes.static classSessionEntityTypesGrpc.SessionEntityTypesStubA stub to allow clients to do asynchronous rpc calls to service SessionEntityTypes.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(SessionEntityTypesGrpc.AsyncService service)static io.grpc.MethodDescriptor<CreateSessionEntityTypeRequest,SessionEntityType>getCreateSessionEntityTypeMethod()static io.grpc.MethodDescriptor<DeleteSessionEntityTypeRequest,com.google.protobuf.Empty>getDeleteSessionEntityTypeMethod()static io.grpc.MethodDescriptor<GetSessionEntityTypeRequest,SessionEntityType>getGetSessionEntityTypeMethod()static io.grpc.MethodDescriptor<ListSessionEntityTypesRequest,ListSessionEntityTypesResponse>getListSessionEntityTypesMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<UpdateSessionEntityTypeRequest,SessionEntityType>getUpdateSessionEntityTypeMethod()static SessionEntityTypesGrpc.SessionEntityTypesBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic SessionEntityTypesGrpc.SessionEntityTypesFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic SessionEntityTypesGrpc.SessionEntityTypesStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListSessionEntityTypesMethod
public static io.grpc.MethodDescriptor<ListSessionEntityTypesRequest,ListSessionEntityTypesResponse> getListSessionEntityTypesMethod()
-
getGetSessionEntityTypeMethod
public static io.grpc.MethodDescriptor<GetSessionEntityTypeRequest,SessionEntityType> getGetSessionEntityTypeMethod()
-
getCreateSessionEntityTypeMethod
public static io.grpc.MethodDescriptor<CreateSessionEntityTypeRequest,SessionEntityType> getCreateSessionEntityTypeMethod()
-
getUpdateSessionEntityTypeMethod
public static io.grpc.MethodDescriptor<UpdateSessionEntityTypeRequest,SessionEntityType> getUpdateSessionEntityTypeMethod()
-
getDeleteSessionEntityTypeMethod
public static io.grpc.MethodDescriptor<DeleteSessionEntityTypeRequest,com.google.protobuf.Empty> getDeleteSessionEntityTypeMethod()
-
newStub
public static SessionEntityTypesGrpc.SessionEntityTypesStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static SessionEntityTypesGrpc.SessionEntityTypesBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static SessionEntityTypesGrpc.SessionEntityTypesFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(SessionEntityTypesGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-