FeedServiceBase constructor
FeedServiceBase()
Implementation
FeedServiceBase() {
$addMethod($grpc.ServiceMethod<$0.FeedQuery, $1.PageResult>(
'List',
list_Pre,
false,
false,
($core.List<$core.int> value) => $0.FeedQuery.fromBuffer(value),
($1.PageResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.FeedQuery, $1.PageResult>(
'ListStatic',
listStatic_Pre,
false,
false,
($core.List<$core.int> value) => $0.FeedQuery.fromBuffer(value),
($1.PageResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$2.FeedItemId, $3.Empty>(
'Delete',
delete_Pre,
false,
false,
($core.List<$core.int> value) => $2.FeedItemId.fromBuffer(value),
($3.Empty value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.FeedItem, $0.FeedItem>(
'Upsert',
upsert_Pre,
false,
false,
($core.List<$core.int> value) => $0.FeedItem.fromBuffer(value),
($0.FeedItem value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.FeedStatusRequest, $0.FeedStatusResponse>(
'GetStatus',
getStatus_Pre,
false,
false,
($core.List<$core.int> value) => $0.FeedStatusRequest.fromBuffer(value),
($0.FeedStatusResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$4.UrlMappingRequest, $4.UrlMappingResponse>(
'GetUrlMapping',
getUrlMapping_Pre,
false,
false,
($core.List<$core.int> value) => $4.UrlMappingRequest.fromBuffer(value),
($4.UrlMappingResponse value) => value.writeToBuffer()));
}