getItemMetadataBatch method
ResponseFuture<GetItemMetadataBatchResponse_>
getItemMetadataBatch(
- GetItemMetadataBatchRequest_ request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$5.GetItemMetadataBatchResponse_> getItemMetadataBatch(
$5.GetItemMetadataBatchRequest_ request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$getItemMetadataBatch, request, options: options);
}