Class EntityTypesGrpc
- java.lang.Object
-
- com.google.cloud.dialogflow.v2beta1.EntityTypesGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dialogflow/v2beta1/entity_type.proto") public final class EntityTypesGrpc extends Object
Service for managing [EntityTypes][google.cloud.dialogflow.v2beta1.EntityType].
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
EntityTypesGrpc.AsyncService
Service for managing [EntityTypes][google.cloud.dialogflow.v2beta1.EntityType].static class
EntityTypesGrpc.EntityTypesBlockingStub
A stub to allow clients to do synchronous rpc calls to service EntityTypes.static class
EntityTypesGrpc.EntityTypesFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service EntityTypes.static class
EntityTypesGrpc.EntityTypesImplBase
Base class for the server implementation of the service EntityTypes.static class
EntityTypesGrpc.EntityTypesStub
A stub to allow clients to do asynchronous rpc calls to service EntityTypes.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(EntityTypesGrpc.AsyncService service)
static io.grpc.MethodDescriptor<BatchCreateEntitiesRequest,com.google.longrunning.Operation>
getBatchCreateEntitiesMethod()
static io.grpc.MethodDescriptor<BatchDeleteEntitiesRequest,com.google.longrunning.Operation>
getBatchDeleteEntitiesMethod()
static io.grpc.MethodDescriptor<BatchDeleteEntityTypesRequest,com.google.longrunning.Operation>
getBatchDeleteEntityTypesMethod()
static io.grpc.MethodDescriptor<BatchUpdateEntitiesRequest,com.google.longrunning.Operation>
getBatchUpdateEntitiesMethod()
static io.grpc.MethodDescriptor<BatchUpdateEntityTypesRequest,com.google.longrunning.Operation>
getBatchUpdateEntityTypesMethod()
static io.grpc.MethodDescriptor<CreateEntityTypeRequest,EntityType>
getCreateEntityTypeMethod()
static io.grpc.MethodDescriptor<DeleteEntityTypeRequest,com.google.protobuf.Empty>
getDeleteEntityTypeMethod()
static io.grpc.MethodDescriptor<GetEntityTypeRequest,EntityType>
getGetEntityTypeMethod()
static io.grpc.MethodDescriptor<ListEntityTypesRequest,ListEntityTypesResponse>
getListEntityTypesMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateEntityTypeRequest,EntityType>
getUpdateEntityTypeMethod()
static EntityTypesGrpc.EntityTypesBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic EntityTypesGrpc.EntityTypesFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic EntityTypesGrpc.EntityTypesStub
newStub(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
-
getListEntityTypesMethod
public static io.grpc.MethodDescriptor<ListEntityTypesRequest,ListEntityTypesResponse> getListEntityTypesMethod()
-
getGetEntityTypeMethod
public static io.grpc.MethodDescriptor<GetEntityTypeRequest,EntityType> getGetEntityTypeMethod()
-
getCreateEntityTypeMethod
public static io.grpc.MethodDescriptor<CreateEntityTypeRequest,EntityType> getCreateEntityTypeMethod()
-
getUpdateEntityTypeMethod
public static io.grpc.MethodDescriptor<UpdateEntityTypeRequest,EntityType> getUpdateEntityTypeMethod()
-
getDeleteEntityTypeMethod
public static io.grpc.MethodDescriptor<DeleteEntityTypeRequest,com.google.protobuf.Empty> getDeleteEntityTypeMethod()
-
getBatchUpdateEntityTypesMethod
public static io.grpc.MethodDescriptor<BatchUpdateEntityTypesRequest,com.google.longrunning.Operation> getBatchUpdateEntityTypesMethod()
-
getBatchDeleteEntityTypesMethod
public static io.grpc.MethodDescriptor<BatchDeleteEntityTypesRequest,com.google.longrunning.Operation> getBatchDeleteEntityTypesMethod()
-
getBatchCreateEntitiesMethod
public static io.grpc.MethodDescriptor<BatchCreateEntitiesRequest,com.google.longrunning.Operation> getBatchCreateEntitiesMethod()
-
getBatchUpdateEntitiesMethod
public static io.grpc.MethodDescriptor<BatchUpdateEntitiesRequest,com.google.longrunning.Operation> getBatchUpdateEntitiesMethod()
-
getBatchDeleteEntitiesMethod
public static io.grpc.MethodDescriptor<BatchDeleteEntitiesRequest,com.google.longrunning.Operation> getBatchDeleteEntitiesMethod()
-
newStub
public static EntityTypesGrpc.EntityTypesStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static EntityTypesGrpc.EntityTypesBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static EntityTypesGrpc.EntityTypesFutureStub 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(EntityTypesGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-