EntityTypesServiceBase class abstract

Constructors

EntityTypesServiceBase()

Properties

$name String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
batchCreateEntities(ServiceCall call, BatchCreateEntitiesRequest request) Future<Operation>
batchCreateEntities_Pre(ServiceCall call, Future<BatchCreateEntitiesRequest> request) Future<Operation>
batchDeleteEntities(ServiceCall call, BatchDeleteEntitiesRequest request) Future<Operation>
batchDeleteEntities_Pre(ServiceCall call, Future<BatchDeleteEntitiesRequest> request) Future<Operation>
batchDeleteEntityTypes(ServiceCall call, BatchDeleteEntityTypesRequest request) Future<Operation>
batchDeleteEntityTypes_Pre(ServiceCall call, Future<BatchDeleteEntityTypesRequest> request) Future<Operation>
batchUpdateEntities(ServiceCall call, BatchUpdateEntitiesRequest request) Future<Operation>
batchUpdateEntities_Pre(ServiceCall call, Future<BatchUpdateEntitiesRequest> request) Future<Operation>
batchUpdateEntityTypes(ServiceCall call, BatchUpdateEntityTypesRequest request) Future<Operation>
batchUpdateEntityTypes_Pre(ServiceCall call, Future<BatchUpdateEntityTypesRequest> request) Future<Operation>
createEntityType(ServiceCall call, CreateEntityTypeRequest request) Future<EntityType>
createEntityType_Pre(ServiceCall call, Future<CreateEntityTypeRequest> request) Future<EntityType>
deleteEntityType(ServiceCall call, DeleteEntityTypeRequest request) Future<Empty>
deleteEntityType_Pre(ServiceCall call, Future<DeleteEntityTypeRequest> request) Future<Empty>
getEntityType(ServiceCall call, GetEntityTypeRequest request) Future<EntityType>
getEntityType_Pre(ServiceCall call, Future<GetEntityTypeRequest> request) Future<EntityType>
listEntityTypes(ServiceCall call, ListEntityTypesRequest request) Future<ListEntityTypesResponse>
listEntityTypes_Pre(ServiceCall call, Future<ListEntityTypesRequest> request) Future<ListEntityTypesResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateEntityType(ServiceCall call, UpdateEntityTypeRequest request) Future<EntityType>
updateEntityType_Pre(ServiceCall call, Future<UpdateEntityTypeRequest> request) Future<EntityType>

Operators

operator ==(Object other) bool
The equality operator.
inherited