listProjectGrantMemberRoles method

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

Implementation

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