@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].
Modifier and Type | Class and Description |
---|---|
static class |
EntityTypesGrpc.EntityTypesBlockingStub
Service for managing [EntityTypes][google.cloud.dialogflow.v2beta1.EntityType].
|
static class |
EntityTypesGrpc.EntityTypesFutureStub
Service for managing [EntityTypes][google.cloud.dialogflow.v2beta1.EntityType].
|
static class |
EntityTypesGrpc.EntityTypesImplBase
Service for managing [EntityTypes][google.cloud.dialogflow.v2beta1.EntityType].
|
static class |
EntityTypesGrpc.EntityTypesStub
Service for managing [EntityTypes][google.cloud.dialogflow.v2beta1.EntityType].
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static MethodDescriptor<ListEntityTypesRequest,ListEntityTypesResponse> getListEntityTypesMethod()
public static MethodDescriptor<GetEntityTypeRequest,EntityType> getGetEntityTypeMethod()
public static MethodDescriptor<CreateEntityTypeRequest,EntityType> getCreateEntityTypeMethod()
public static MethodDescriptor<UpdateEntityTypeRequest,EntityType> getUpdateEntityTypeMethod()
public static MethodDescriptor<DeleteEntityTypeRequest,Empty> getDeleteEntityTypeMethod()
public static MethodDescriptor<BatchUpdateEntityTypesRequest,Operation> getBatchUpdateEntityTypesMethod()
public static MethodDescriptor<BatchDeleteEntityTypesRequest,Operation> getBatchDeleteEntityTypesMethod()
public static MethodDescriptor<BatchCreateEntitiesRequest,Operation> getBatchCreateEntitiesMethod()
public static MethodDescriptor<BatchUpdateEntitiesRequest,Operation> getBatchUpdateEntitiesMethod()
public static MethodDescriptor<BatchDeleteEntitiesRequest,Operation> getBatchDeleteEntitiesMethod()
public static EntityTypesGrpc.EntityTypesStub newStub(Channel channel)
public static EntityTypesGrpc.EntityTypesBlockingStub newBlockingStub(Channel channel)
public static EntityTypesGrpc.EntityTypesFutureStub newFutureStub(Channel channel)
public static ServiceDescriptor getServiceDescriptor()
Copyright © 2021 Google LLC. All rights reserved.