UIBlockServiceBase constructor
UIBlockServiceBase()
Implementation
UIBlockServiceBase() {
$addMethod($grpc.ServiceMethod<$0.UIBlock, $0.UIBlock>(
'Upsert',
upsert_Pre,
false,
false,
($core.List<$core.int> value) => $0.UIBlock.fromBuffer(value),
($0.UIBlock value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.UIBlockId, $0.UIBlock>(
'Get',
get_Pre,
false,
false,
($core.List<$core.int> value) => $1.UIBlockId.fromBuffer(value),
($0.UIBlock value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.UIBlockQuery, $2.PageResult>(
'List',
list_Pre,
false,
false,
($core.List<$core.int> value) => $0.UIBlockQuery.fromBuffer(value),
($2.PageResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.UIElementQuery, $2.PageResult>(
'ListElementTypes',
listElementTypes_Pre,
false,
false,
($core.List<$core.int> value) => $0.UIElementQuery.fromBuffer(value),
($2.PageResult value) => value.writeToBuffer()));
}