listProjectGrantMemberRoles method

ResponseFuture<ListProjectGrantMemberRolesResponse> listProjectGrantMemberRoles(
  1. ListProjectGrantMemberRolesRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.ListProjectGrantMemberRolesResponse>
    listProjectGrantMemberRoles(
  $0.ListProjectGrantMemberRolesRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$listProjectGrantMemberRoles, request,
      options: options);
}