listMachineFragments method

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

Implementation

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