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
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