getFragmentUsage method

ResponseFuture<GetFragmentUsageResponse> getFragmentUsage(
  1. GetFragmentUsageRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$11.GetFragmentUsageResponse> getFragmentUsage($11.GetFragmentUsageRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getFragmentUsage, request, options: options);
}