DocumentsServiceBase class abstract

Constructors

DocumentsServiceBase()

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
createDocument(ServiceCall call, CreateDocumentRequest request) Future<Operation>
createDocument_Pre(ServiceCall call, Future<CreateDocumentRequest> request) Future<Operation>
deleteDocument(ServiceCall call, DeleteDocumentRequest request) Future<Operation>
deleteDocument_Pre(ServiceCall call, Future<DeleteDocumentRequest> request) Future<Operation>
getDocument(ServiceCall call, GetDocumentRequest request) Future<Document>
getDocument_Pre(ServiceCall call, Future<GetDocumentRequest> request) Future<Document>
listDocuments(ServiceCall call, ListDocumentsRequest request) Future<ListDocumentsResponse>
listDocuments_Pre(ServiceCall call, Future<ListDocumentsRequest> request) Future<ListDocumentsResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reloadDocument(ServiceCall call, ReloadDocumentRequest request) Future<Operation>
reloadDocument_Pre(ServiceCall call, Future<ReloadDocumentRequest> request) Future<Operation>
toString() String
A string representation of this object.
inherited
updateDocument(ServiceCall call, UpdateDocumentRequest request) Future<Operation>
updateDocument_Pre(ServiceCall call, Future<UpdateDocumentRequest> request) Future<Operation>

Operators

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