Package com.google.cloud.dialogflow.v2
Class EntityTypesGrpc
- java.lang.Object
-
- com.google.cloud.dialogflow.v2.EntityTypesGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dialogflow/v2/entity_type.proto") public final class EntityTypesGrpc extends Object
Service for managing [EntityTypes][google.cloud.dialogflow.v2.EntityType].
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEntityTypesGrpc.AsyncServiceService for managing [EntityTypes][google.cloud.dialogflow.v2.EntityType].static classEntityTypesGrpc.EntityTypesBlockingStubA stub to allow clients to do synchronous rpc calls to service EntityTypes.static classEntityTypesGrpc.EntityTypesFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service EntityTypes.static classEntityTypesGrpc.EntityTypesImplBaseBase class for the server implementation of the service EntityTypes.static classEntityTypesGrpc.EntityTypesStubA stub to allow clients to do asynchronous rpc calls to service EntityTypes.
-
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(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.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<UpdateEntityTypeRequest,EntityType>getUpdateEntityTypeMethod()static EntityTypesGrpc.EntityTypesBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic EntityTypesGrpc.EntityTypesFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic EntityTypesGrpc.EntityTypesStubnewStub(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()
-
-