listProjectGrantChanges method

ResponseFuture<ListProjectGrantChangesResponse> listProjectGrantChanges(
  1. ListProjectGrantChangesRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.ListProjectGrantChangesResponse>
    listProjectGrantChanges(
  $0.ListProjectGrantChangesRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$listProjectGrantChanges, request,
      options: options);
}