listMachineFragments method

ResponseFuture<ListMachineFragmentsResponse> listMachineFragments(
  1. ListMachineFragmentsRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$9.ListMachineFragmentsResponse> listMachineFragments($9.ListMachineFragmentsRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$listMachineFragments, request, options: options);
}