@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dialogflow/cx/v3/session_entity_type.proto") public final class SessionEntityTypesGrpc extends Object
Service for managing [SessionEntityTypes][google.cloud.dialogflow.cx.v3.SessionEntityType].
| Modifier and Type | Class and Description |
|---|---|
static interface |
SessionEntityTypesGrpc.AsyncService
Service for managing
[SessionEntityTypes][google.cloud.dialogflow.cx.v3.SessionEntityType].
|
static class |
SessionEntityTypesGrpc.SessionEntityTypesBlockingStub
A stub to allow clients to do synchronous rpc calls to service SessionEntityTypes.
|
static class |
SessionEntityTypesGrpc.SessionEntityTypesFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service SessionEntityTypes.
|
static class |
SessionEntityTypesGrpc.SessionEntityTypesImplBase
Base class for the server implementation of the service SessionEntityTypes.
|
static class |
SessionEntityTypesGrpc.SessionEntityTypesStub
A stub to allow clients to do asynchronous rpc calls to service SessionEntityTypes.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(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.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateSessionEntityTypeRequest,SessionEntityType> |
getUpdateSessionEntityTypeMethod() |
static SessionEntityTypesGrpc.SessionEntityTypesBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static SessionEntityTypesGrpc.SessionEntityTypesFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static SessionEntityTypesGrpc.SessionEntityTypesStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<ListSessionEntityTypesRequest,ListSessionEntityTypesResponse> getListSessionEntityTypesMethod()
public static io.grpc.MethodDescriptor<GetSessionEntityTypeRequest,SessionEntityType> getGetSessionEntityTypeMethod()
public static io.grpc.MethodDescriptor<CreateSessionEntityTypeRequest,SessionEntityType> getCreateSessionEntityTypeMethod()
public static io.grpc.MethodDescriptor<UpdateSessionEntityTypeRequest,SessionEntityType> getUpdateSessionEntityTypeMethod()
public static io.grpc.MethodDescriptor<DeleteSessionEntityTypeRequest,com.google.protobuf.Empty> getDeleteSessionEntityTypeMethod()
public static SessionEntityTypesGrpc.SessionEntityTypesStub newStub(io.grpc.Channel channel)
public static SessionEntityTypesGrpc.SessionEntityTypesBlockingStub newBlockingStub(io.grpc.Channel channel)
public static SessionEntityTypesGrpc.SessionEntityTypesFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(SessionEntityTypesGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.