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