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